Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nmap vulscan script #1004

Merged
merged 7 commits into from Oct 24, 2023

Conversation

psyray
Copy link
Collaborator

@psyray psyray commented Oct 19, 2023

Nmap vulscan script is parsed in the reNgine code but is not installed

if script_id == 'vulscan':

Now it's fixed

Use it in the port_scan config like this

port_scan: {
  'enable_http_crawl': true,
  'timeout': 5,
  # 'exclude_ports': [],
  # 'exclude_subdomains': true,
  'ports': ['top-100'],
  'rate_limit': 150,
  'threads': 30,
  'passive': false,
  # 'use_naabu_config': false,
  'enable_nmap': true,
  # 'nmap_cmd': '',
  'nmap_script': 'vulscan/vulscan.nse,vulners',
  # 'nmap_script_args': ''
}

@yogeshojha yogeshojha merged commit 770947d into yogeshojha:master Oct 24, 2023
4 of 5 checks passed
@psyray psyray deleted the add-nmap-vulscan-script-v2 branch October 24, 2023 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants