fix curl issue in readme
This commit is contained in:
parent
ca919d9520
commit
66f5e16ee0
@ -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
|
||||||
|
Reference in New Issue
Block a user