H-mmer

65 mods across 1 repository, 813 stars between them.

auth-tester

01

H-mmer/pentest-agents

Agent Claude Code

Authentication and session management testing agent. Use for login bypass, session fixation, password reset flow abuse, MFA bypass, OAuth flaws, and privilege escalation testing. Provide the application URL and any credentials for testing.

813 2mo ago A 45 tokens

brain

02

H-mmer/pentest-agents

Agent Claude Code

Central knowledge coordinator. Use BEFORE launching any other pentest agent to get context on what's already been tried. Also use AFTER any agent completes to record findings, exhausted vectors, and learned patterns. The brain prevents redundant work across sessions and agents.

813 2mo ago A 50 tokens

browser-agent

03

H-mmer/pentest-agents

Agent Claude Code

Browser automation agent for interactive web testing. Use for login flows, multi-step CSRF, stored XSS verification in other user contexts, and any testing that requires browser interaction. Requires Claude in Chrome MCP.

813 2mo ago A 44 tokens

H-mmer/pentest-agents

Agent Claude Code

Stealth browser automation agent for targets behind Cloudflare, Akamai, Google, DataDome, or PerimeterX bot detection. Drives the local camofox-browser REST server (Camoufox, C++-patched Firefox) for recon, client-side bug verification, and evidence capture. Prefer this over the Burp-backed browser-agent when the…

813 2mo ago A 98 tokens

browser-verifier

05

H-mmer/pentest-agents

Agent Claude Code

Mandatory browser verification for client-side findings (XSS, DOM, postMessage, prototype pollution). Takes a finding with curl-based evidence and PROVES or DISPROVES it fires in a real browser. No finding ships without browser verification. Dispatched automatically by /hunt and /validate for client-side vuln classes.

813 2mo ago A 66 tokens

business-logic

06

H-mmer/pentest-agents

Agent Claude Code

Business Logic vulnerability specialist (H1 #28, CWE-840/841/639/362). Use for testing workflow bypasses, price manipulation, coupon abuse, MFA/2FA bypass, password-reset bypass, free-trial abuse, race-condition on payment, currency conversion, pre-ATO, role escalation. Standalone is feeder-class on most chains …

813 2mo ago A 90 tokens

chain-builder

07

H-mmer/pentest-agents

Agent Claude Code

Deep exploit chain builder. Given bug A, recursively walks the chain graph — each confirmed link becomes the new A. No depth limit. Supports 2-link to 10+ link chains. Use when you have any finding that needs escalation.

813 2mo ago A 51 tokens

cloud-recon

08

H-mmer/pentest-agents

Agent Claude Code

Cloud misconfiguration scanner. Use for S3 bucket enumeration, Azure blob discovery, GCP storage checks, exposed cloud services, and cloud metadata analysis. Provide target domain or known cloud identifiers.

813 2mo ago A 42 tokens

config-auditor

09

H-mmer/pentest-agents

Agent Claude Code

Security header and server configuration auditor. Use for HTTP security header analysis, CSP evaluation, CORS policy review, TLS configuration assessment, cookie security, and server hardening checks. Provide target URL or list of URLs.

813 2mo ago A 48 tokens

correlator

10

H-mmer/pentest-agents

Agent Claude Code

Finding correlation engine. Use AFTER multiple agents have reported findings to discover attack chains. Combines individual findings into higher-impact chains (e.g., open redirect + CORS + SSRF = token theft). Run periodically or before final reporting.

813 2mo ago A 51 tokens

cors-hunter

11

H-mmer/pentest-agents

Agent Claude Code

CORS Misconfiguration specialist (H1 #58). Use for testing cross-origin resource sharing policies, origin reflection, null origin bypass, and credential-bearing cross-origin requests.

813 2mo ago A 38 tokens

csrf-hunter

12

H-mmer/pentest-agents

Agent Claude Code

CSRF specialist (H1 #57). Use for testing state-changing actions without proper token validation, SameSite cookie bypass, and CSRF in JSON/API endpoints.

813 2mo ago A 37 tokens

H-mmer/pentest-agents

Agent Claude Code

Adversarial validator for DAST findings. Attempts to DISPROVE each finding and DOWNGRADE severity. Catches inflated reports, unverified assumptions, and theoretical-only bugs. Dispatch after /validate PASS and before /report.

813 2mo ago B 53 tokens

file-upload

14

H-mmer/pentest-agents

Agent Claude Code

File Upload vulnerability specialist (H1 #39). Use for testing upload restrictions, content-type bypass, extension filtering, path traversal in filenames, and web shell upload scenarios.

813 2mo ago A 37 tokens

graphql-audit

15

H-mmer/pentest-agents

Agent Claude Code

GraphQL API security specialist. Use for introspection analysis, query complexity attacks, injection testing, authorization bypass, and batching abuse on GraphQL endpoints.

813 2mo ago A 34 tokens

idor-hunter

16

H-mmer/pentest-agents

Agent Claude Code

IDOR / BOLA specialist (H1 #55, OWASP API1:2023). Use for testing insecure direct object references and broken object level authorization across web apps, APIs, GraphQL endpoints, multi-tenant SaaS, mobile, automotive/IoT, and AI inference servers.

813 2mo ago A 64 tokens

info-disclosure

17

H-mmer/pentest-agents

Agent Claude Code

Information Disclosure specialist (H1 #18, CWE-200/209/215/538/668/798). Use for finding exposed sensitive data: stack traces, debug endpoints, config files, environment variables, API keys, .git/.env exposure, Spring Actuator surfaces, source code leaks. Standalone is feeder-class — must chain to be reportable.

813 2mo ago C 77 tokens

js-analyzer

18

H-mmer/pentest-agents

Agent Claude Code

JavaScript static analysis agent for client-side security review. Use for analyzing JS bundles, finding hardcoded secrets, tracing DOM XSS source-sink flows, identifying postMessage handlers, extracting API endpoints, and reviewing client-side access controls. Provide URLs or local JS file paths.

813 2mo ago A 59 tokens

llm-ai-hunter

19

H-mmer/pentest-agents

Agent Claude Code

LLM and Agentic AI vulnerability specialist. Covers OWASP LLM Top 10 v2025 (LLM01-LLM10) and OWASP Agentic AI Top 10 (AA-01..AA-10). Dispatcher passes subtype — 'prompt-injection', 'indirect-injection', 'tool-abuse', 'rag-poisoning', 'vector-idor', 'mcp', 'model-server', 'output-handling', or 'ascii-smuggling' — in…

813 2mo ago A 163 tokens

monitor

20

H-mmer/pentest-agents

Agent Claude Code

Continuous monitoring agent for authorized bug bounty programs. Modes: 'baseline' captures initial state, 'check' detects changes, 'scope' re-syncs platform scope. Runs in background.

813 2mo ago A 39 tokens

nuclei-writer

21

H-mmer/pentest-agents

Agent Claude Code

Custom nuclei template builder. Use when you've found a pattern that should be checked across multiple targets or when existing templates miss a specific vulnerability. Provide the vulnerability details and detection logic.

813 2mo ago A 41 tokens

oauth-hunter

22

H-mmer/pentest-agents

Agent Claude Code

OAuth 2.0 / 2.1, OpenID Connect (OIDC), SAML SSO, and JWT specialist. Dispatcher passes subtype — 'oauth', 'oidc', 'saml', or 'jwt' — in the task; falls back to inference. Use for redirecturi / returnTo flaws, state/nonce/PKCE bypass, alg confusion (none/HS-with-RS-key/kid/jku), SAML XSW + comment injection +…

813 2mo ago A 161 tokens

open-redirect

23

H-mmer/pentest-agents

Agent Claude Code

Open Redirect specialist (H1 #38). Use for testing URL redirect parameters, login/logout flows, OAuth callbacks, and any endpoint that redirects based on user input.

813 2mo ago A 37 tokens

poc-builder

24

H-mmer/pentest-agents

Agent Claude Code

Bug bounty PoC and report builder. Use after confirming a vulnerability to create minimal reproduction steps, self-contained HTML demonstration pages, curl-based reproduction scripts, and platform-ready report drafts for HackerOne/Bugcrowd/Intigriti.

813 2mo ago A 51 tokens