Skip to content

Commit c6be8b8

Browse files
committed
add more advanced features to steganography tutorial 3
1 parent bc73ba5 commit c6be8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethical-hacking/steganography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To run this:
4040
[+] Decoded data: This is some secret data.
4141
```
4242
43-
- To encode the `foo.pdf` file into the `image.PNG` image:
43+
- To encode the `foo.pdf` file into the `image.PNG` image, using `steganography_advanced.py` script:
4444
```
4545
$ python steganography_advanced.py -e image.PNG -f foo.pdf -b 1
4646
```

0 commit comments

Comments
 (0)