68 modules. 20+ classes. One standard.
From server-side injections to infrastructure reconnaissance: every surface is tested — then confirmed. Expand a family to see each module and its scan key.
Server-side injections
The most critical classes: attacker input reaches the engine (database, shell, template, XML parser).
14 modules
-m sqli
-m nosqli
-m cmdi
-m ssti
-m lfi
-m xxe
-m ldap_inject
-m xpath_inject
-m ssi_inject
-m crlf
-m header_inject
-m json_inject
-m html_inject
-m proto_pollut
Cross-Site Scripting
Script execution in the victim’s browser — reflected, stored, DOM, confirmed in a real browser.
4 modules
-m xss
-m stored_xss
-m dom_xss
-m browser_runtime
SSRF, redirects & blind flaws
The server acts on an attacker-controlled URL, or the flaw has no visible signal (out-of-band detection).
3 modules
-m ssrf
-m open_redirect
-m oob
Access control / IDOR
OWASP #1: reaching what you shouldn’t. Confirmed by cross-checking two real sessions.
2 modules
-m idor
-m access_control
Authentication / session / tokens
Misplaced trust in a token, a cookie or an OAuth flow.
4 modules
-m jwt
-m oauth
-m csrf
-m cookie_security
Information / secrets / source disclosure
What the site leaks unknowingly: source, secrets, backups, verbose errors.
8 modules
-m exposed_files
-m source_disclosure
-m secrets_scan
-m js_analysis
-m source_maps
-m webpack
-m error_disclosure
-m exposed_services
Configuration / headers / cache
The misconfigurations that open the door: CORS, CSP, headers, cache poisoning.
11 modules
-m security_headers
-m cors
-m clickjacking
-m csp
-m http_methods
-m mixed_content
-m host_header
-m cache_poisoning
-m cache_deception
-m tabnabbing
-m sri
Defacement / upload / RCE
The paths to code execution or content takeover.
4 modules
-m defacement
-m upload
-m webshell
-m deserialization
Crypto / transport / email
Transport encryption and anti-spoofing for your domain.
2 modules
-m tls
-m dns_security
Reconnaissance / surface / infrastructure
Full mapping of the attack surface, before detection even begins.
13 modules
-m subdomains
-m takeover
-m s3
-m dir_discovery
-m api_discovery
-m graphql
-m websocket
-m axfr
-m port_scan
-m waf
-m tech
-m server_cve
-m cms
Each module runs standalone (-m <key>) or through a full profile. See the documentation.
Coverage that doesn’t lie.
Every detected flaw is proven before it lands in your report.