Skip to content

Commit e24d70a

Browse files
Update LinuxCheatSheet
1 parent aa87958 commit e24d70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LinuxCheatSheet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Wfuzz looking for common directories:
304304
"wfuzz -w wordlist/general/common.txt http://testphp.vulnweb.com/FUZZ"
305305

306306
Wfuzz looking for common files:
307-
"wfuzz -w wordlist/general/common.txt http://testphp.vulnweb.com/FUZZ.php"
307+
"wfuzz -w wordlist/general/common.txt <site>/FUZZ.php"
308308

309309
You often want to fuzz some sort of data in the URL’s query string, this can be achieved by specifying the FUZZ keyword in the URL after a question mark:
310310
"wfuzz -z range,0-10 --hl 97 http://testphp.vulnweb.com/listproducts.php?cat=FUZZ"

0 commit comments

Comments
 (0)