GitBook: [master] one page modified

This commit is contained in:
CPol 2020-12-22 15:21:39 +00:00 committed by gitbook-bot
parent 40a447895e
commit e671d4ade1
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -53,6 +53,14 @@ Useful commands:
`strings -e L -n 6 file`: Extact 32bit strings \(little-endian\)
`strings -e B -n 6 file`: Extact 32bit strings \(big-endian\)
### cmp - Comparison
If you have some **modified** image/audio/video, check if you can **find the exact original one** from the internet and **compare both** files:
```text
cmp original.jpg stego.jpg -b -l
```
## Extracting hidden data in text
### Hidden data in spaces