Skip to content

Commit

Permalink
fix: nmap defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ocervell committed Nov 10, 2024
1 parent b743925 commit 396f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secator/tasks/nmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class nmap(VulnMulti):
opt_prefix = '--'
output_types = [Port, Vulnerability, Exploit]
opts = {
PORTS: {'type': str, 'short': 'p', 'default': 'top-1000', 'help': 'Ports to scan'},
PORTS: {'type': str, 'short': 'p', 'help': 'Ports to scan'},
TOP_PORTS: {'type': int, 'short': 'tp', 'help': 'Top ports to scan [full, 100, 1000]'},
SCRIPT: {'type': str, 'default': 'vulners', 'help': 'NSE scripts'},
'skip_host_discovery': {'is_flag': True, 'short': 'Pn', 'default': False, 'help': 'Skip host discovery (no ping)'},
Expand Down

0 comments on commit 396f68a

Please sign in to comment.