Login page enumeration tool — multi-target, wordlist support, WAF & tech detection
SentinelX LF — enumerator halaman login buatan WildanDev. Mengetes 70+ path login bawaan (admin panel, CMS, API auth, SSO/SAML) dengan confidence-based scoring, deteksi tech stack (18 platform) dan WAF/CDN (7 vendor), plus hints credential default. Cocok untuk recon dan penetration testing.
sxlf adalah bagian dari ekosistem SentinelX — dibangun, diuji, dan dipakai sendiri dalam kegiatan security research sehari-hari WildanDev.
$ go install github.com/SentinelXofficial/sxlf@latest
Contoh pemakaian nyata dalam recon & bug hunting
Basic scan satu target
sxlf --target https://example.com
Verbose + hints credential default
sxlf --target https://example.com --verbose --cred
Custom wordlist + output JSON
sxlf --target https://example.com --wordlist paths.txt --json results.json
Bulk scan dengan rate limiting
sxlf --file targets.txt --threads 30 --rate 50 --output hits.txt
Lewat SOCKS5 proxy (misal Tor)
sxlf --target https://example.com --proxy socks5://127.0.0.1:9050
Silent mode — pipe ke tools lain
sxlf --target https://example.com --silent | tee found.txt
Target dari stdin
cat targets.txt | sxlf --threads 20 --output hits.txt
Update ke versi terbaru
sxlf --update
Referensi lengkap semua opsi CLI
Arsitektur kode yang modular dan maintainable
sxlf/
├── main.go # CLI entry point, worker pool, job dispatch
└── internal/
├── banner/banner.go # ASCII banner
├── color/color.go # Terminal colour helpers
├── detect/detect.go # Login, tech, WAF, title, and credential detection
├── output/output.go # Console printing and file saving (text/JSON/CSV)
├── scanner/scanner.go # HTTP client, job struct, CheckPath logic
├── updater/updater.go # Self-update via GitHub releases
└── version/version.go # Version constant (v1.0.0)
Butuh internal security tooling, automation, atau website? WildanDev terbuka untuk kolaborasi & project.
Get in touch