Skip to content

Commit e671d4a

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 40a4478 commit e671d4a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stego/stego-tricks.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ Useful commands:
5353
`strings -e L -n 6 file`: Extact 32bit strings \(little-endian\)
5454
`strings -e B -n 6 file`: Extact 32bit strings \(big-endian\)
5555

56+
### cmp - Comparison
57+
58+
If you have some **modified** image/audio/video, check if you can **find the exact original one** from the internet and **compare both** files:
59+
60+
```text
61+
cmp original.jpg stego.jpg -b -l
62+
```
63+
5664
## Extracting hidden data in text
5765

5866
### Hidden data in spaces

0 commit comments

Comments
 (0)