mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
bash_aliases: Added notice that nmap-aliases require nmap.
This commit is contained in:
parent
95a4c4921a
commit
fb6ff6fa16
@ -26,7 +26,7 @@ alias nautilus="nautilus ./"
|
||||
# Why I must write "weechat-curses" to start it?
|
||||
alias weechat="weechat-curses"
|
||||
|
||||
#NMAP specific. WARNING: Some things might require root. Note: these are same things as those in Zenmap by default.
|
||||
#NMAP specific. WARNING: Some things might require root. Note: these are same things as those in Zenmap by default. Do I even need to mention that these require nmap? ;)
|
||||
alias nmap-intense="nmap -T4 -A -v -PE -PS22,25,80 -PA21,23,80,3389 "
|
||||
alias nmap-intense-udp="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 "
|
||||
|
Loading…
Reference in New Issue
Block a user