RedClaw AIREDCLAW AI/
TOOL CATALOG
28+ TOOLS Dashboard

28+ TOOLS, AUTO-INSTALLED

The agent detects missing tools and installs them on demand. No manual setup required.

nmap
RECON

Network mapper and port scanner

$ nmap --version
masscan
RECON

Mass IP port scanner

$ masscan --version
subfinder
RECON

Subdomain discovery tool

$ subfinder -version
httpx
RECON

Fast HTTP probing tool

$ httpx -version
nuclei
RECON

Vulnerability scanner with templates

$ nuclei -version
amass
RECON

In-depth attack surface mapping

$ amass -version
theHarvester
RECON

OSINT email and domain harvester

$ theHarvester -h
shodan
RECON

Shodan CLI for internet-wide scanning

$ shodan version
sqlmap
WEB

Automatic SQL injection detection and exploitation

$ sqlmap --version
ffuf
WEB

Fast web fuzzer for directory/file discovery

$ ffuf -V
nikto
WEB

Web server vulnerability scanner

$ nikto -Version
gobuster
WEB

Directory/file brute-force tool

$ gobuster version
dirb
WEB

Web content scanner

$ dirb
wpscan
WEB

WordPress vulnerability scanner

$ wpscan --version
xsstrike
WEB

Advanced XSS detection suite

$ python3 -c 'import xsstrike'
metasploit
EXPLOIT

Penetration testing framework

$ msfconsole -v
searchsploit
EXPLOIT

Exploit-DB offline search tool

$ searchsploit -h
pwntools
EXPLOIT

CTF and exploit development library

$ python3 -c 'import pwn'
impacket
EXPLOIT

Python classes for network protocols

$ python3 -c 'import impacket'
hashcat
PASSWORD

Advanced password recovery tool

$ hashcat --version
john
PASSWORD

John the Ripper password cracker

$ john --version
hydra
PASSWORD

Network login brute-force tool

$ hydra -V
medusa
PASSWORD

Parallel network login auditor

$ medusa -V
evil-winrm
POST-EXPLOIT

WinRM shell for pentesting

$ evil-winrm --version
chisel
POST-EXPLOIT

Fast TCP/UDP tunnel over HTTP

$ chisel --version
responder
NETWORK

LLMNR/NBT-NS/mDNS poisoner

$ responder --version
tcpdump
NETWORK

Network packet analyzer

$ tcpdump --version
scapy
NETWORK

Packet manipulation library

$ python3 -c 'import scapy'
AUTO-INSTALL ON DEMAND

When you ask the agent to use a tool that isn't installed, it will automatically detect the missing tool and install it using the appropriate package manager (apt, pip, gem, or go install). No manual intervention required.

Agent: Detected ffuf not installed. Installing...
✓ go install github.com/ffuf/ffuf/v2@latest
✓ ffuf installed successfully. Proceeding with scan...