High-performance web vulnerability scanner — 40+ modules & template engine
SentinelX EL — web vulnerability scanner all-in-one buatan WildanDev. 40+ modul scan (SQLi, XSS, SSRF, XXE, IDOR, JWT, race condition, dll), template engine YAML (110+ templates, compatible Nuclei schema), 8 engine (Strobe, Snipe, Clutch, Breach, gRPC, Chain, OOB Callback, Fingerprint), WAF detection + auto-bypass, dan output HTML/JSON/CSV/Markdown. Tanpa key, tanpa batasan, open source.
sxel adalah bagian dari ekosistem SentinelX — dibangun, diuji, dan dipakai sendiri dalam kegiatan security research sehari-hari WildanDev.
$ go install github.com/SentinelXofficial/sxel/cmd/sxel@latest
Contoh pemakaian nyata dalam recon & bug hunting
Full scan semua modul + crawl
sxel -u https://target.com --all --crawl
Adaptive smart scan
sxel -u https://target.com --strobe
Deep-dive satu endpoint (semua modul)
sxel -u https://target.com/api/user/1 --snipe
Scan berbasis template
sxel -u https://target.com --templates --template-dir ./templates/
Deteksi race condition
sxel -u https://target.com --clutch
Multi-target dari file
sxel -l targets.txt --all --json-output results.json --list-concurrency 5
Crawl custom depth + WAF bypass
sxel -u https://target.com --crawl --depth 3 --waf-bypass
Auth + custom headers
sxel -u https://target.com -H "Authorization: Bearer xxx" --cookie "session=abc"
Modul spesifik + lewat proxy
sxel -u https://target.com --sql-only --blind --proxy http://127.0.0.1:8080
Lanjutkan scan yang terputus
sxel -u https://target.com --resume --checkpoint state.json
Semua engine Sprint B sekaligus
sxel -u https://target.com --strobe --snipe --clutch --breach --grpc
Update ke versi terbaru
sxel --update
Referensi lengkap semua opsi CLI
Arsitektur kode yang modular dan maintainable
sxel/
├── cmd/
│ └── sxel/ # CLI entry point
├── internal/
│ ├── banner/ # ASCII banner
│ ├── color/ # Terminal colour helpers
│ ├── output/ # Console + file output (HTML/JSON/CSV/MD)
│ ├── updater/ # Self-update via GitHub releases
│ └── version/ # Version constant
└── pkg/
├── core/ # Core scanner engine
├── engine/ # Strobe, Snipe, Clutch, Breach, Chain engines
├── modules/ # 40+ scan modules (SQLi, XSS, SSRF, dll)
└── payload/ # Payload & wordlist data
Butuh internal security tooling, automation, atau website? WildanDev terbuka untuk kolaborasi & project.
Get in touch