SentinelX 403 — scanner bypass 403/401 buatan WildanDev. Mengetes header spoofing (35 teknik), mutasi path (27 teknik), dan override HTTP method (7 teknik) dengan false-positive filtering otomatis. Cocok untuk bug bounty dan penetration testing.
sx403 adalah bagian dari ekosistem SentinelX — dibangun, diuji, dan dipakai sendiri dalam kegiatan security research sehari-hari WildanDev.
$ go install github.com/SentinelXofficial/sx403@latest
Contoh pemakaian nyata dalam recon & bug hunting
Basic scan satu target
sx403 --target https://example.com/admin
Konfirmasi bypass dengan keyword di body
sx403 --target https://example.com/admin --match-string "Dashboard"
Scan dengan session cookie
sx403 --target https://example.com/admin --cookie "session=abc123"
Scan pelan buat hindari WAF rate limiting
sx403 --target https://example.com/admin --delay 200 --threads 5
Multi target dari file
sx403 --file targets.txt --threads 30 --output bypassed.txt
Teknik header saja, output JSON
sx403 --target https://example.com/admin --no-path --no-method --json out.json
Lewat Burp Suite proxy
sx403 --target https://example.com/admin --proxy http://127.0.0.1:8080
Silent mode — pipe ke tools lain
sx403 --target https://example.com/admin --silent | tee hits.txt
Custom Authorization header
sx403 --target https://example.com/admin --header "Authorization:Bearer token123"
Update ke versi terbaru
sx403 --update
Referensi lengkap semua opsi CLI
Arsitektur kode yang modular dan maintainable
sx403/
├── main.go
├── go.mod
├── go.sum
└── internal/
├── banner/ — ASCII art & version info
├── bypass/ — Core bypass engine (attempts, HTTP client, scanner)
├── color/ — Terminal color helpers
├── output/ — Result display, JSON/CSV export
├── updater/ — Auto-update via GitHub releases
└── version/ — Version & repo constants
Butuh internal security tooling, automation, atau website? WildanDev terbuka untuk kolaborasi & project.
Get in touch