mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-22 12:43:23 +00:00
commit
66c4f5b774
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ wfuzz -c -w users.txt -w pass.txt --ss "Welcome " -p 127.0.0.1:8080:HTTP -b "PHP
|
|||
|
||||
### Bruteforce Dicrectory/RESTful bruteforce
|
||||
|
||||
[Arjun parameters wordlist](https://raw.githubusercontent.com/s0md3v/Arjun/master/db/params.txt)
|
||||
[Arjun parameters wordlist](https://raw.githubusercontent.com/s0md3v/Arjun/master/arjun/db/params.txt)
|
||||
|
||||
```text
|
||||
wfuzz -c -w /tmp/tmp/params.txt --hc 404 https://domain.com/api/FUZZ
|
||||
|
|
Loading…
Reference in a new issue