Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
dc8811f8
Commit
dc8811f8
authored
Aug 30, 2018
by
Fadi Hadzh
Committed by
Marc Cornellà
Aug 29, 2018
Browse files
fix nmap vuln category name (#7044)
parent
94df5038
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/nmap/nmap.plugin.zsh
View file @
dc8811f8
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# -O - enable OS detection
# -O - enable OS detection
# -sA - TCP ACK scan
# -sA - TCP ACK scan
# -F - fast scan
# -F - fast scan
# --script=vul
sca
n - also access vulnerabilities in target
# --script=vuln - also access vulnerabilities in target
alias
nmap_open_ports
=
"nmap --open"
alias
nmap_open_ports
=
"nmap --open"
alias
nmap_list_interfaces
=
"nmap --iflist"
alias
nmap_list_interfaces
=
"nmap --iflist"
...
@@ -24,7 +24,7 @@ alias nmap_check_for_firewall="sudo nmap -sA -p1-65535 -v -T4"
...
@@ -24,7 +24,7 @@ alias nmap_check_for_firewall="sudo nmap -sA -p1-65535 -v -T4"
alias
nmap_ping_through_firewall
=
"nmap -PS -PA"
alias
nmap_ping_through_firewall
=
"nmap -PS -PA"
alias
nmap_fast
=
"nmap -F -T5 --version-light --top-ports 300"
alias
nmap_fast
=
"nmap -F -T5 --version-light --top-ports 300"
alias
nmap_detect_versions
=
"sudo nmap -sV -p1-65535 -O --osscan-guess -T4 -Pn"
alias
nmap_detect_versions
=
"sudo nmap -sV -p1-65535 -O --osscan-guess -T4 -Pn"
alias
nmap_check_for_vulns
=
"nmap --script=vul
sca
n"
alias
nmap_check_for_vulns
=
"nmap --script=vuln"
alias
nmap_full_udp
=
"sudo nmap -sS -sU -T4 -A -v -PE -PS22,25,80 -PA21,23,80,443,3389 "
alias
nmap_full_udp
=
"sudo nmap -sS -sU -T4 -A -v -PE -PS22,25,80 -PA21,23,80,443,3389 "
alias
nmap_traceroute
=
"sudo nmap -sP -PE -PS22,25,80 -PA21,23,80,3389 -PU -PO --traceroute "
alias
nmap_traceroute
=
"sudo nmap -sP -PE -PS22,25,80 -PA21,23,80,3389 -PU -PO --traceroute "
alias
nmap_full_with_scripts
=
"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_full_with_scripts
=
"sudo nmap -sS -sU -T4 -A -v -PE -PP -PS21,22,23,25,80,113,31339 -PA80,113,443,10042 -PO --script all "
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment