Professional security tools for bug hunters and security researchers
Bug bounty reconnaissance & automation.
GraphQL security testing & introspection.
Professional REST API security testing CLI.
Detection only, never exploitation. Every tool in this suite is built to identify security issues without causing harm. We believe in empowering security researchers and developers with clear, actionable findings — not in automating attacks.
Scope‑aware by design. All tools respect configuration boundaries, so you can safely run them against production‑like environments without worrying about accidental damage.
Open source, forever. MIT licensed, community‑driven, and built with modern Python.
Visual overview of what each tool can do
Security engineer specializing in detection‑first, scope‑aware security CLIs for bug hunters and security engineers. Creator of apihunter, bounthunt, and gqlhunter. Open source advocate.
Get started in seconds
# Install from source (Python ≥ 3.11) git clone https://github.com/bess1lie/apihunter.git cd apihunter && pip install . git clone https://github.com/bess1lie/bounthunt.git cd bounthunt && pip install . git clone https://github.com/bess1lie/gqlhunter.git cd gqlhunter && pip install . # Run your first scan apihunter discover https://api.example.com bounthunt scan scope.yaml gqlhunter discover https://example.com/graphql