mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
bash_aliases: fixed typo in comment about nmap things.
.bashrcs --> .bashrc
This commit is contained in:
parent
d82a0e1f49
commit
8690631b7e
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user