This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| reNgine full scan engine (subdomains + passive & active) | |
| # YOYO model: passive discovery -> active enumeration/validation -> passive re-check/cleanup | |
| # This engine performs subdomain enumeration, URL fetching, passive scans first, | |
| # then active follow-ups (port scan, aggressive dir fuzzing, active vuln templates), | |
| # then a final passive validation pass to reduce false positives and re-collect endpoints. | |
| # Drop this file in web/config/default_scan_engines/ and load with the update scripts/management commands. | |
| custom_header: { | |
| 'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0', | |
| } |