Lonkero
MIT๐ธ Web Scanning ยท Rust
Lonkero is a professional-grade web application security scanner designed to minimize false positives through machine learning classification. It runs 126+ security checks including proof-based XSS detection (generates working payloads that prove exploitability), the OOBZero blind SQL injection engine, SSRF detection, and authentication bypass testing. The ML layer reduces false positive rates to approximately 5%, making results actionable without extensive manual triage. Written in Rust for speed.
Installation
$ cargo install lonkeroUse Cases
- Low-false-positive web vulnerability scanning
- Proof-based XSS and blind SQLi detection
- CI/CD security scanning with actionable results
- Professional web application assessments
Tags
Details
- Category
- ๐ธ Web Scanning
- Language
- Rust
- Repository
- bountyyfi/lonkero
- License
- MIT
- Platforms
- ๐งlinux๐macos
Links
Community Reviews
Alternatives & Comparisons
Nuclei
GoFast vulnerability scanner driven by YAML templates. Thousands of community-contributed detection templates.
Compare Lonkero vs NucleiWapiti
PythonBlack-box web application vulnerability scanner with built-in fuzzer modules.
Compare Lonkero vs WapitiMore in Web Scanning
httpx
GoFast multi-purpose HTTP toolkit. Probes for running HTTP servers with retries and fallbacks.
Nikto
PerlClassic web server scanner. Tests for dangerous files, outdated server software, and version-specific problems.
Gobuster
GoDirectory/file, DNS, and vhost busting tool. Brute-forces URIs, DNS subdomains, virtual host names, and S3 buckets.
Feroxbuster
RustFast, recursive content discovery tool written in Rust. Like gobuster on steroids with auto-recursion.
Burp Suite Community
JavaWeb vulnerability scanner and proxy. Intercept, modify, and replay HTTP/S traffic for web app testing.
ffuf
GoFast web fuzzer written in Go. Fuzz anything - URLs, headers, POST data - with blazing speed.