Update README.md

This commit is contained in:
Joe Totes
2022-09-28 14:46:33 -04:00
committed by GitHub
parent b641584d1d
commit 0b7ade0b07

View File

@@ -293,6 +293,9 @@ gobuster dir -u http://{IP ADDRESS} -w /usr/share/wordlists/dirbuster/directory-
# Search File Extensions
gobuster dir -u http://{IP ADDRESS} -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -x php,cgi,pl,sh
# SOCKS5 flag
--proxy socks5://127.0.0.1:{PROXY PORT)
# Throttle gobuster for bug bounties
gobuster dir -w /usr/share/wordlists/dirbuster/directory-list-lowercase-2.3-medium.txt -u {URL} -b "403,404,415,429,500" t 1 --delay 5s
@@ -1369,7 +1372,7 @@ chisel64.exe client {LHOST}:3477 R:socks
PS> .\chisel64.exe client {LHOST}:3477 R:socks
# LHOST
sudo NMAP -sT -Pn {FIREWALLED RHOST}
sudo NMAP -sT -Pn -n {FIREWALLED RHOST}
```