check-tools
SKILL.md
Check Tools
Verify which pentesting tools are available on this system, with versions and install instructions for missing ones.
How to Use
If wrapper scripts are available (in-repo mode):
Run the check script:
bash scripts/check-tools.sh
No arguments required. The script scans for all 18 tools and reports installed tools with versions, missing tools with install instructions, and a summary count.
If standalone (plugin mode):
Check each tool manually using command -v:
for tool in nmap tshark msfconsole aircrack-ng hashcat skipfish sqlmap hping3 john nikto foremost dig curl nc traceroute mtr gobuster ffuf; do
command -v "$tool" >/dev/null 2>&1 && echo "$tool: installed" || echo "$tool: MISSING"
done
For detailed version information, run each tool with its version flag (e.g., nmap --version, curl --version).
Tools Checked
The following 18 tools are part of the pentesting toolkit:
nmap-- Network scanner and host discoverytshark-- Terminal-based packet analyzer (Wireshark CLI)msfconsole-- Metasploit Framework consoleaircrack-ng-- Wireless network security auditinghashcat-- GPU-accelerated password recoveryskipfish-- Active web application security scannersqlmap-- Automatic SQL injection detection and exploitationhping3-- TCP/IP packet assembler and analyzerjohn-- John the Ripper password crackernikto-- Web server vulnerability scannerforemost-- File carving and data recoverydig-- DNS lookup utilitycurl-- URL transfer toolnc-- Netcat network utilitytraceroute-- Network path tracingmtr-- Combined traceroute and ping diagnosticgobuster-- Directory and DNS brute-force scannerffuf-- Fast web fuzzer
Install Guidance
| Platform | Command |
|---|---|
| macOS | brew install nmap wireshark hashcat john-jumbo nikto gobuster ffuf |
| Debian/Ubuntu | sudo apt install nmap tshark hashcat john nikto gobuster ffuf |
| Kali Linux | Most tools pre-installed |
For Metasploit: visit https://www.metasploit.com/download
For skipfish: go install github.com/pquerna/skipfish@latest or build from source
Weekly Installs
1
Repository
patrykquantumno…ng-toolsGitHub Stars
1
First Seen
11 days ago
Security Audits
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1