diff --git a/zsh_aliases b/zsh_aliases index 3562017c..0a3f5306 100755 --- a/zsh_aliases +++ b/zsh_aliases @@ -26,7 +26,7 @@ alias nautilus="nautilus ./" # Why I must write "weechat-curses" to start it? alias weechat="weechat-curses" -#NMAP specific. All nmap things should be run as root, so it's probably best to copy these aliases to root's .bashrc. Things which don't run without root ask for sudo password. +#NMAP specific. All nmap things should be run as root, so it's probably best to copy these aliases to root's .zshrc. Things which don't run without root ask for sudo password. alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 " alias nmap-intense-udp="sudo nmap -sS -sU -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 " alias nmap-intense-all-tcp="nmap -p 1-65535 -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 " @@ -37,6 +37,7 @@ alias nmap-quick-plus="sudo nmap -sV -T4 -O -F --version-light " alias nmap-traceroute="sudo nmap -sP -PE -PS22,25,80 -PA21,23,80,3389 -PU -PO --traceroute " alias nmap-regular="nmap " alias nmap-comprehensive="sudo nmap -sS -sU -T4 -A -v -PE -PP -PS21,22,23,25,80,113,31339 -PA80,113,443,10042 -PO --script all " +alias nmap-osscan "sudo nmap -O -v --osscan-guess --fuzzy " alias ping="nping " alias ping6="nping -6" alias netcat="ncat "