updated proxychains.conf and bmap alias to only use TCP
This commit is contained in:
parent
8878b7ac91
commit
18a8ac492b
2 changed files with 4 additions and 3 deletions
|
|
@ -236,8 +236,8 @@ alias nc="nc -v"
|
|||
alias dump="doas tcpdump"
|
||||
alias {mydump,medump,mdump,bdump}="doas tcpdump -v -i wlan0"
|
||||
# nmap through proxychains, change proxy at /etc/proxychains.conf
|
||||
# -sT full TCP scan, -PN do not perform host discovery, -n never perform DNS resolution (to prevent DNS leaks), -sV determine service version/info, add -p to list ports to scan(delineated by a comma ,)
|
||||
alias bmap="proxychains nmap -PN -T4 -sT -sV -v --open"
|
||||
# -sT full TCP scan, -Pn do not perform host discovery, -n never perform DNS resolution (to prevent DNS leaks), -sV determine service version/info, add -p to list ports to scan(delineated by a comma ,)
|
||||
alias bmap="doas proxychains nmap -Pn -T4 -n -sV -sT -v --open"
|
||||
alias route="traceroute"
|
||||
alias listen="ss -a -t -p"
|
||||
alias {pdf2,pdf2txt}="pdftotext"
|
||||
|
|
|
|||
|
|
@ -159,4 +159,5 @@ tcp_connect_time_out 8000
|
|||
# meanwile
|
||||
# defaults set to "tor"
|
||||
socks4 127.0.0.1 9050
|
||||
socks4 20.94.229.106 80
|
||||
#socks4 20.94.229.106 80
|
||||
#socks4 20.94.230.158 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue