Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
vexor
command
|
|
|
internal
|
|
|
sqli
Package sqli is Vexor's SQL injection engine: enumerate injection points, fingerprint the backend, run the detection techniques, stream findings.
|
Package sqli is Vexor's SQL injection engine: enumerate injection points, fingerprint the backend, run the detection techniques, stream findings. |
|
sqli/auth
Package auth covers auth for reaching injection points behind login gates: basic, digest, NTLM, bearer, cookie/form login, and CSRF extraction.
|
Package auth covers auth for reaching injection points behind login gates: basic, digest, NTLM, bearer, cookie/form login, and CSRF extraction. |
|
sqli/common
Package common provides request plumbing shared by the SQLi detection engine: an HTTP throttle, a response signature / similarity metric, baseline capture and a concurrency-safe metrics meter.
|
Package common provides request plumbing shared by the SQLi detection engine: an HTTP throttle, a response signature / similarity metric, baseline capture and a concurrency-safe metrics meter. |
|
sqli/crawler
Package crawler finds potential SQLi targets: it walks a site's HTML, pulls links and forms, and reports URLs with testable parameters.
|
Package crawler finds potential SQLi targets: it walks a site's HTML, pulls links and forms, and reports URLs with testable parameters. |
|
sqli/dbms
Package dbms holds hardcoded per-database payload sets used by the detection techniques, plus the fingerprinting logic that narrows which set applies.
|
Package dbms holds hardcoded per-database payload sets used by the detection techniques, plus the fingerprinting logic that narrows which set applies. |
|
sqli/enumeration
Package enumeration implements post-detection SQL injection data extraction: database enumeration, table/column discovery, and bulk data dumping.
|
Package enumeration implements post-detection SQL injection data extraction: database enumeration, table/column discovery, and bulk data dumping. |
|
sqli/injection
Package injection models injection points (parameters, body fields, headers, cookies, path segments and explicit `*` markers) and renders per-test requests from a base request.
|
Package injection models injection points (parameters, body fields, headers, cookies, path segments and explicit `*` markers) and renders per-test requests from a base request. |
|
sqli/session
Package session persists long-running SQLi scan state so scans can be resumed across restarts.
|
Package session persists long-running SQLi scan state so scans can be resumed across restarts. |
|
sqli/takeover
Package takeover implements post-exploitation through the database server: filesystem read/write/upload, OS command execution with an interactive shell, and (MSSQL only) Windows registry access.
|
Package takeover implements post-exploitation through the database server: filesystem read/write/upload, OS command execution with an interactive shell, and (MSSQL only) Windows registry access. |
|
sqli/tamper
Package tamper provides payload mutation transforms that evade WAF and input-filter rules.
|
Package tamper provides payload mutation transforms that evade WAF and input-filter rules. |
|
sqli/techniques
Package techniques implements the seven sqlmap-equivalent detection techniques.
|
Package techniques implements the seven sqlmap-equivalent detection techniques. |
|
sqli/waf
Package waf identifies web application firewalls protecting a target using passive header/cookie fingerprints first, then minimal active probes only when passive signals are absent.
|
Package waf identifies web application firewalls protecting a target using passive header/cookie fingerprints first, then minimal active probes only when passive signals are absent. |
|
pkg
|
|
|
payloads
Package payloads provides curated payload sets for SQL injection and web vulnerability fuzzing:
|
Package payloads provides curated payload sets for SQL injection and web vulnerability fuzzing: |
Click to show internal directories.
Click to hide internal directories.