From 8690631b7ebc47b4f42923169151d111c8b52a25 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 20 Aug 2011 20:04:47 +0300 Subject: [PATCH] bash_aliases: fixed typo in comment about nmap things. .bashrcs --> .bashrc --- bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_aliases b/bash_aliases index 695f8adf..caf9e3d6 100644 --- a/bash_aliases +++ b/bash_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 .bashrcs. 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 .bashrc. 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 "