killchain-compendium/Steganography/Stegbrute.md

10 lines
151 B
Markdown
Raw Normal View History

2022-11-12 23:18:06 +01:00
# Stegbrute
Bruteforce stego jpegs with a password.
* install via `cargo install stegbrute`
## Usage
```sh
stegbrute -f <filename> -w <wordlist>
```