guib1/red-team-docker

A docker structured with Gemini-cli + Hexstrike-mcp + some kali tools pre configured to use as a attacker machine, a lightweight alternative for Kali Linux

1Stars on the repository
33Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

autopilot

01

guib1/red-team-docker

Command Codex

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

1 4mo ago A 0 tokens

chain

02

guib1/red-team-docker

Command Codex

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.

1 4mo ago B 0 tokens

hunt

03

guib1/red-team-docker

Command Codex

Start hunting on a target — loads scope, reads disclosed reports, picks best attack surface based on tech stack, runs targeted vuln checks. Usage: /hunt target.com [--vuln-class ssrf|idor|xss|sqli|oauth|race|graphql|llm|upload|business-logic].

1 4mo ago D 0 tokens

intel

04

guib1/red-team-docker

Command Codex

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

1 4mo ago A 0 tokens

recon

05

guib1/red-team-docker

Command Codex

Run full recon pipeline on a target — subdomain enum (Chaos API + subfinder), live host discovery (dnsx + httpx), URL crawl (katana + waybackurls + gau), gf pattern classification, nuclei scan. Outputs to recon/ / directory. Usage: /recon target.com.

1 4mo ago A 0 tokens

remember

06

guib1/red-team-docker

Command Codex

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

1 4mo ago A 0 tokens

report

07

guib1/red-team-docker

Command Codex

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.

1 4mo ago A 0 tokens

resume

08

guib1/red-team-docker

Command Codex

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

1 4mo ago A 0 tokens

scope

09

guib1/red-team-docker

Command Codex

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.

1 4mo ago A 0 tokens

surface

10

guib1/red-team-docker

Command Codex

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

1 4mo ago A 0 tokens

triage

11

guib1/red-team-docker

Command Codex

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.

1 4mo ago A 0 tokens

validate

12

guib1/red-team-docker

Command Codex

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.

1 4mo ago A 0 tokens

web3-audit

13

guib1/red-team-docker

Command Codex

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…

1 4mo ago A 0 tokens