replaced bmap alias with bmap script
This commit is contained in:
parent
18a8ac492b
commit
a26c4935b0
1 changed files with 0 additions and 3 deletions
|
|
@ -235,9 +235,6 @@ alias open="xdg-open"
|
|||
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="doas proxychains nmap -Pn -T4 -n -sV -sT -v --open"
|
||||
alias route="traceroute"
|
||||
alias listen="ss -a -t -p"
|
||||
alias {pdf2,pdf2txt}="pdftotext"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue