Skip to content

Instantly share code, notes, and snippets.

View MQ-xz's full-sized avatar
🔍
On a Quest to Find What’s Missed.

Mahshooq Zubair MQ-xz

🔍
On a Quest to Find What’s Missed.
View GitHub Profile
@MQ-xz
MQ-xz / reNgine full scan engine.yml
Last active January 24, 2026 19:07
reNgine Full scan engine (subdomains + passive & active)
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',
}