ip-rotator

ip-rotator is a command for Claude Code from Aladeen12541/claude-ip-rotator. It costs 105 tokens per session (424 once invoked), scanned A, original, MIT.

A command that starts, stops, or reports the status of an AWS API Gateway IP-rotation setup. It routes HTTP and HTTPS traffic through changing source IP addresses.

In plain words
What is it for?
It is for enabling or disabling IP rotation and then using tools such as nuclei, httpx, ffuf, and curl through the active route.
Why use it?
It removes the need to configure each testing tool separately when a target blocks or rate-limits the current IP address.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the ip-rotator plugin — 1 skill, 1 command shipped together

Good fit It is for enabling or disabling IP rotation and then using tools such as nuclei, httpx, ffuf, and curl through the active route.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Aladeen12541/claude-ip-rotator
Claude Code
/plugin install ip-rotator

Made for: Claude Code.

Or install ip-rotator, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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 ip-rotator

README.md
[![agentmods](https://agentmods.dev/badge/commands/aladeen12541/claude-ip-rotator/ip-rotator/github.svg)](https://agentmods.dev/commands/aladeen12541/claude-ip-rotator/ip-rotator)
Your own site
<a href="https://agentmods.dev/commands/aladeen12541/claude-ip-rotator/ip-rotator"><img src="https://agentmods.dev/badge/commands/aladeen12541/claude-ip-rotator/ip-rotator/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 ip-rotator

Your own site · 80×15
<a href="https://agentmods.dev/commands/aladeen12541/claude-ip-rotator/ip-rotator"><img src="https://agentmods.dev/badge/commands/aladeen12541/claude-ip-rotator/ip-rotator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 105 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 424 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.00105 $0.00424
Opus 5 $0.00053 $0.00212
Sonnet 5 $0.00021 $0.00085
Haiku 4.5 $0.00011 $0.00042

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

Security

Grade A, and why

ip-rotator 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 10d 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.

description: Single switch for AWS API Gateway IP rotation. 'on' starts gateway + MITM proxy, routes ALL tools (nuclei, httpx, ffuf, curl) through rotating AWS IPs. 'off' stops everything. Usage: /ip-rotator on target.co
commands/ip-rotator.md · 49 lines

What it actually says

/ip-rotator

Single switch — routes ALL HTTP/HTTPS traffic through rotating AWS IPs.

The bundled script is at ${CLAUDE_PLUGIN_ROOT}/scripts/ip_rotator.py.

Commands

/ip-rotator on target.com          # Start everything (gateway + proxy + env)
/ip-rotator off                    # Stop everything
/ip-rotator status                 # Show state

What Claude Does When Activated

# 1. Start in background
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ip_rotator.py" on https://target.com &

# 2. Wait for startup (~15s), source env
source ~/.config/ip-rotator/env.sh

# 3. All tools now auto-route through rotator — no flags needed:
nuclei -u https://target.com -t cves/
httpx -l hosts.txt
curl -k https://target.com/path

# 4. When done:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/ip_rotator.py" off
unset http_proxy https_proxy HTTP_PROXY HTTPS_PROXY ROTATOR_ACTIVE

Auto-Trigger

Activate when:

  • Target returns 403/429 after prior testing
  • Connection timeouts to previously-reachable target
  • User mentions: "blocked", "rate limited", "waf", "rotate ip"

Cost

Free tier = 10M requests/month. Typical session: $0.

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. 10d ago First seen · 49 lines · 0 tokens per session scan A d4381c20c30a

Subscribe to this mod's changes

ip-rotator is a command published in the GitHub repository Aladeen12541/claude-ip-rotator (3 stars, last pushed 2mo ago), licensed MIT. It adds 105 tokens to every session and 424 once invoked, about $0.0005 per session on Opus 5. 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.

Related

Other commands, from other repositories

autopilot

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].

Awarexone/Agentic-Bug-Hunter · 0 tokens

bypass-403

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.

Awarexone/Agentic-Bug-Hunter · 0 tokens

validate

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.

Awarexone/Agentic-Bug-Hunter · 0 tokens

token-scan

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). Manual 8-class grep audit (with an optional automated scanner if present). Usage: /token-scan [--chain solana].

elementalsouls/Claude-BugHunter · 79 tokens

memory-gc

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.

Awarexone/Agentic-Bug-Hunter · 37 tokens

secrets-hunt

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…

Awarexone/Agentic-Bug-Hunter · 0 tokens