Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
dc8811f8
Commit
dc8811f8
authored
Aug 29, 2018
by
Fadi Hadzh
Committed by
Marc Cornellà
Aug 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix nmap vuln category name (#7044)
parent
94df5038
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nmap.plugin.zsh
plugins/nmap/nmap.plugin.zsh
+2
-2
No files found.
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