Awarexone/Agentic-Bug-Hunter

AI-powered bug bounty hunting toolkit that works with or without subscription.

About the project

Agentic Bug Hunter is a terminal toolkit that uses AI to investigate security targets, test for vulnerabilities, validate findings, and write bug bounty reports. It is for ethical hackers submitting findings to platforms such as HackerOne, Bugcrowd, Intigriti, or Immunefi, and can resume previous sessions. The catalogue entries package commands, skills, agents, instructions, hooks, and settings for using the toolkit.

4.7kStars on the repository
66Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

scan-cves

25

Awarexone/Agentic-Bug-Hunter

Command

Run a focused nuclei CVE sweep against a host or recon directory, optionally filtered by year. Runs log4j-scan in parallel when installed for legacy enterprise stacks. Usage: /scan-cves [--year 2024] | /scan-cves --recon.

not rated 4.7k +30 3d ago A 0 tokens original MIT

scope-aggregate

26

Awarexone/Agentic-Bug-Hunter

Command

Pull every in-scope asset for a bug bounty program across HackerOne, Bugcrowd, Intigriti, YesWeHack, and Immunefi in one shot. Uses bbscope when authenticated, otherwise the public bounty-targets-data dump. Output is one host per line, ready to feed into /recon. Usage: /scope-aggregate [--platform…

not rated 4.7k +30 3d ago A 0 tokens original MIT

scope

27

Awarexone/Agentic-Bug-Hunter

Command

Check if a target asset is in scope for the program before hunting or submitting. Reads program scope page, checks asset against in-scope and out-of-scope lists, verifies the asset is owned by the target organization. Usage: /scope.

not rated 4.7k +30 3d ago A 0 tokens original MIT

screenshot

28

Awarexone/Agentic-Bug-Hunter

Command

Screenshot a list of live hosts for fast visual triage and reusable PoC evidence. Builds a self-contained HTML gallery. Usage: /screenshot -l urls.txt -o shots/ | /screenshot -u https://admin.target.com -o shots/.

not rated 4.7k +30 3d ago A 0 tokens original MIT

secrets-hunt

29

Awarexone/Agentic-Bug-Hunter

Command

Hunt leaked credentials in a filesystem path, git history, JS bundles from a recon run, or an entire GitHub org. Wraps trufflehog (verifies live keys against issuer APIs), noseyparker (fast on huge histories), and gitleaks (default rule pack). Falls back to a regex grep if no scanner is installed. Usage: /secrets-hunt…

not rated 4.7k +30 3d ago A 0 tokens original MIT

spray

30

Awarexone/Agentic-Bug-Hunter

Command

Password spray with hard guards — typed-hostname confirmation, lockout warning, audit log. Modes: http-form (custom login page), oauth (password grant), o365 + okta (via TREVORspray). Default delay 30min/round + 60s jitter. Usage /spray --mode --users --passes.

not rated 4.7k +30 3d ago A 0 tokens original MIT

surface

31

Awarexone/Agentic-Bug-Hunter

Command

Show ranked attack surface for a target based on recon output + hunt memory. Invokes recon-ranker agent. Usage: /surface target.com.

not rated 4.7k +30 3d ago A 0 tokens original MIT

takeover

32

Awarexone/Agentic-Bug-Hunter

Command

Scan subdomains for takeover candidates (dangling CNAMEs to GitHub Pages, S3, Heroku, Shopify, etc.). Wraps dnsReaper (best signal) and subjack (fast Go fallback). With no scanner installed, runs a built-in fingerprint grep over a curated set of providers. Usage: /takeover | /takeover --recon.

not rated 4.7k +30 3d ago A 0 tokens original MIT

token-scan

33

Awarexone/Agentic-Bug-Hunter

Command

Meme coin and token security scan — checks for rug pull vectors (hidden mint, honeypot, fee manipulation, LP lock bypass, authority retention, bonding curve exploits, fake renounce, sandwich amplification). Runs automated tokenscanner.py + manual 8-class audit. Usage: /token-scan [--chain solana].

not rated 4.7k +30 3d ago A 0 tokens original MIT

triage

34

Awarexone/Agentic-Bug-Hunter

Command

Quick 7-Question Gate triage on a finding before writing a report. Kills N/A submissions before they happen. Faster than /validate — for quick go/no-go decisions. Usage: /triage.

not rated 4.7k +30 3d ago A 0 tokens original MIT

validate

35

Awarexone/Agentic-Bug-Hunter

Command

Validate a finding — runs 7-Question Gate + 4-gate checklist. Kills weak findings before report writing. Prevents N/A submissions that hurt validity ratio. Usage: /validate.

not rated 4.7k +30 3d ago A 0 tokens original MIT

web3-audit

36

Awarexone/Agentic-Bug-Hunter

Command

Smart contract security audit — runs through 10 bug class checklist (accounting desync, access control, incomplete path, off-by-one, oracle errors, ERC4626, reentrancy, flash loan, signature replay, proxy/upgrade). Applies pre-dive kill signals first. Generates Foundry PoC template for confirmed findings. Usage…

not rated 4.7k +30 3d ago A 0 tokens original MIT

wordlist-gen

37

Awarexone/Agentic-Bug-Hunter

Command

Generate a company-specific password wordlist for spray attacks. Crawls the target website with cewler, dedups + length-filters, then applies hashcat rules to produce a ranked candidate list. Output -> recon/ /wordlists/. Usage /wordlist-gen [--depth N] [--mode minimal|balanced|aggressive].

not rated 4.7k +30 3d ago A 72 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: