Update README.md
This commit is contained in:
@@ -293,6 +293,9 @@ gobuster dir -u http://{IP ADDRESS} -w /usr/share/wordlists/dirbuster/directory-
|
|||||||
# Search File Extensions
|
# 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
|
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
|
# 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
|
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
|
PS> .\chisel64.exe client {LHOST}:3477 R:socks
|
||||||
|
|
||||||
# LHOST
|
# LHOST
|
||||||
sudo NMAP -sT -Pn {FIREWALLED RHOST}
|
sudo NMAP -sT -Pn -n {FIREWALLED RHOST}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user