Awarexone/Agentic-Bug-Hunter

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

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

arsenal

01

Awarexone/Agentic-Bug-Hunter

Command

Show which external bug-bounty tools are installed on this machine and print install hints for the missing ones. Curated from high-signal repos. Use to bootstrap a fresh box or audit which optional capabilities are wired in. Usage: /arsenal | /arsenal.

4.7k +30 today A 0 tokens original MIT

autopilot

02

Awarexone/Agentic-Bug-Hunter

Command

Run autonomous hunt loop on a target — scope check → recon → rank surface → hunt → validate → report with configurable checkpoints. Usage: /autopilot target.com [--paranoid|--normal|--yolo].

4.7k +30 today A 0 tokens original MIT

breach-check

03

Awarexone/Agentic-Bug-Hunter

Command

HIBP k-anonymity check on a password wordlist. Enriches each password with its breach count, ranks DESC. Free API (no key), only first 5 chars of SHA-1 sent. Output -> -ranked.txt. Usage /breach-check [--min-count N] [--max-count N] [--with-counts].

4.7k +30 today A 79 tokens original MIT

bypass-403

04

Awarexone/Agentic-Bug-Hunter

Command

Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF fingerprint, vendor-specific). Wraps byp4xx when installed; otherwise runs a built-in matrix of 38+ techniques. Usage: /bypass-403 | /bypass-403 -l.

4.7k +30 today A 0 tokens original MIT

chain

05

Awarexone/Agentic-Bug-Hunter

Command

Build an exploit chain — given bug A, finds B and C to combine for higher severity and payout. Knows common chain patterns: IDOR→ATO, SSRF→cloud metadata, XSS→ATO, open redirect→OAuth theft, S3→bundle→secret→OAuth. Usage: /chain.

4.7k +30 today B 0 tokens original MIT

cloud-recon

06

Awarexone/Agentic-Bug-Hunter

Command

Sweep cloud assets for a target — public S3/Azure/GCP buckets via S3Scanner and cloudenum, plus CloudFlare-bypassed origin IPs via CloudFail (or built-in DNS-history fallback). Use --keyword for storage discovery and --cf-bypass to find an origin IP behind CloudFlare. Usage: /cloud-recon --keyword | /cloud-recon…

4.7k +30 today A 0 tokens original MIT

cors

07

Awarexone/Agentic-Bug-Hunter

Command

Scan an endpoint for CORS misconfiguration — arbitrary-origin reflection, null-origin trust, credential exposure, suffix/prefix regex bypass, scheme downgrade. Usage: /cors [--cookie "session=..."] | /cors -l urls.txt.

4.7k +30 today A 0 tokens original MIT

crlf

08

Awarexone/Agentic-Bug-Hunter

Command

Test for CRLF / HTTP response-splitting and host-header injection — Set-Cookie injection, cache poisoning, reset-poisoning. Usage: /crlf [--host-header] | /crlf -l urls.txt.

4.7k +30 today A 0 tokens original MIT

domxss

09

Awarexone/Agentic-Bug-Hunter

Command

Confirm DOM XSS in a real headless browser — injects canary payloads into params + URL fragment and only reports when the browser actually executes them. Usage: /domxss " " [--params q,name] [--shot out.png].

4.7k +30 today A 0 tokens original MIT

hunt

10

Awarexone/Agentic-Bug-Hunter

Command

Active vulnerability hunt against a target by invoking tools/hunt.py (which calls vulnscanner.sh against recon/ /). Auto-runs recon first if no recon dir exists. Usage: /hunt target.com.

4.7k +30 today C 0 tokens original MIT

intel

11

Awarexone/Agentic-Bug-Hunter

Command

On-demand intelligence fetch for a target — CVEs, disclosed reports, new features. Wraps learn.py + hunt memory context. Usage: /intel target.com.

4.7k +30 today A 0 tokens original MIT

jwt-scan

12

Awarexone/Agentic-Bug-Hunter

Command

JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static claim analysis. Usage: /jwt-scan [--analyze|--alg-none|--confuse --public-key pub.pem|--crack --wordlist f].

4.7k +30 today A 0 tokens original MIT

llm-redteam

13

Awarexone/Agentic-Bug-Hunter

Command

LLM red-team corpus runner — fires categorized prompt-injection / jailbreak / system-prompt-leak / data-exfil / indirect-injection / guardrail-bypass payloads at a chat endpoint and canary-detects which land. Usage: /llm-redteam --url --field message [--category jailbreak].

4.7k +30 today A 0 tokens original MIT

memory-gc

14

Awarexone/Agentic-Bug-Hunter

Command

Inspect or rotate hunt-memory JSONL files (audit.jsonl, patterns.jsonl, journal.jsonl). Caps file size and keeps N rotated backups so memory does not grow unbounded.

4.7k +30 today A 37 tokens original MIT

nosqli

15

Awarexone/Agentic-Bug-Hunter

Command

NoSQL injection scanner (MongoDB/Mongoose/operator-injection DBs) — auth bypass via $ne/$gt operators, bracket-syntax query injection, $where time-based blind. Usage: /nosqli --login --user-field email --pass-field password.

4.7k +30 today A 0 tokens original MIT

oob

16

Awarexone/Agentic-Bug-Hunter

Command

Out-of-band orchestrator — confirm BLIND SSRF/XXE/SQLi/RCE/Log4Shell by correlating interactsh callbacks to the payload that fired them. Usage: /oob --payloads [--class ssrf,sqli] | /oob --listen | /oob --correlate inter.jsonl --payloads-file p.json.

4.7k +30 today A 0 tokens original MIT

osint-employees

17

Awarexone/Agentic-Bug-Hunter

Command

Gather employee names + email patterns for password spray prep. Pipeline theHarvester (search engines + CT logs) -> derive names from email local-parts -> username-anarchy expansion. LinkedIn search is opt-in via --with-linkedin. Output -> recon/ /osint/. Usage /osint-employees [--with-linkedin]…

4.7k +30 today A 82 tokens original MIT

param-discover

18

Awarexone/Agentic-Bug-Hunter

Command

Discover hidden HTTP parameters on a URL or list of URLs using Arjun (or x8 fallback). Hidden params are gold for IDOR, SSRF, LFI, redirect, and authorization bypass — often missed by automated scanners. Usage: /param-discover | /param-discover -l.

4.7k +30 today A 0 tokens original MIT

pickup

19

Awarexone/Agentic-Bug-Hunter

Command

Pick up a previous hunt on a target — shows hunt history, untested endpoints, and memory-informed suggestions. Usage: /pickup target.com.

4.7k +30 today A 0 tokens original MIT

portscan

20

Awarexone/Agentic-Bug-Hunter

Command

Scan a host for open ports and flag the NON-HTTP services the HTTP-only recon pipeline can't see (SSH, databases, Redis, Docker API, RDP). Usage: /portscan [--top 1000] [-p 22,6379] | /portscan -l hosts.txt.

4.7k +30 today A 0 tokens original MIT

recon

21

Awarexone/Agentic-Bug-Hunter

Command

Run the full recon pipeline by invoking tools/reconengine.sh — subdomain enum (subfinder + amass + crt.sh + wayback), httpx live host probing with tech detection, nmap port scan, gau URL collection, JS analysis, ffuf directory fuzzing, parameter discovery, config exposure check, CI/CD workflow scan. Outputs to recon/…

4.7k +30 today A 0 tokens original MIT

remember

22

Awarexone/Agentic-Bug-Hunter

Command

Log current finding or successful pattern to hunt memory. Auto-fills from /validate output if available. Usage: /remember.

4.7k +30 today A 0 tokens original MIT

report

23

Awarexone/Agentic-Bug-Hunter

Command

Write a submission-ready bug bounty report. Generates H1/Bugcrowd/Intigriti/Immunefi format with CVSS 3.1 score, proof of concept, impact statement, and remediation. Run /validate first. Usage: /report.

4.7k +30 today A 0 tokens original MIT

sast

24

Awarexone/Agentic-Bug-Hunter

Command

Run Semgrep security rulesets over fetched JS/source and map results into the toolkit's severity + confidence model. Usage: /sast [--config p/xss,p/jwt] [--json].

4.7k +30 today A 0 tokens original MIT