From a26c4935b0ec591468f62c59d8518cedc6b6eb76 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 7 Mar 2022 11:30:12 -0800 Subject: [PATCH] replaced bmap alias with bmap script --- bashrc.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/bashrc.txt b/bashrc.txt index 59f95f2f..dc6fa9c5 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -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"