fix curl issue in readme

This commit is contained in:
David Westgate 2024-05-24 17:57:07 -07:00
parent ca919d9520
commit 66f5e16ee0

View File

@ -21,7 +21,7 @@ python3 app.py
``` ```
### Download word lists for cracking ### Download word lists for cracking
``` ```
curl -o wordlist/rockyou.txt https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt curl -L -o wordlist/rockyou.txt https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
``` ```
## Example tests ## Example tests