Files
rengine/tools/default_settings.yaml
T
jaykumarjpandGitHub f992592d99 Update default_settings.yaml
User facing problem when adding new scan engine, A note is available at page that " Copy configuration from https://github.com/yogeshojha/rengine/edit/master/tools/default_settings.yaml " but it is outdated which result scan failed.
2020-12-01 13:03:29 +05:30

31 lines
627 B
YAML

subdomain_discovery:
uses_tool: [ amass-passive, subfinder, sublist3r, assetfinder, oneforall ]
thread: 10
port_scan:
ports: [ top-100 ]
thread: 10
visual_identification:
port: xlarge
thread: 2
http_timeout: 3000
screenshot_timeout: 30000
scan_timeout: 100
dir_file_search:
extensions: [ php,asp,aspx,txt,conf,db,sql,json ]
recursive: false
recursive_level: 1
thread: 100
wordlist: default
fetch_url:
uses_tool: [ gau, hakrawler ]
intensity: normal
vulnerability_scan:
concurrent: 10
template: [all]
severity: [critical, high, medium, low, info]