Skip to content

Tool Reference

N0K71RN4L edited this page Apr 21, 2026 · 2 revisions
┌──────────────────────────────────────────────────────────────────────────────┐
│                                                                              │
│   🛡️  **Mac Hacker Toolkit**                              v1.0.3 • 2026-04-21 │
│                                                                              │
│   🔗 [Home](Home)  📖 [Getting Started](Getting-Started)  🔧 [Tools](Tool-Reference) │
│   📡 [Architecture](Architecture)  🔐 [Security](Security)  🤝 [Contributing](Contributing) │
│                                                                              │
└──────────────────────────────────────────────────────────────────────────────┘

Tool Reference

Network Security Tools

Tool Category Description
nmap Network Network discovery and security auditing
masscan Network Fast TCP port scanner
rustscan Network Modern port scanner (10x faster)
wireshark Network Packet analyzer
netcat Network Network Swiss Army knife
tcpdump Network Command-line packet analyzer

Wi-Fi Tools

Tool Category Description
aircrack-ng WiFi Wi-Fi security testing suite
airodump-ng WiFi Capture WPA handshakes
aireplay-ng WiFi Inject/deauth packets
cowpatty WiFi WPA/WPA2 passphrase cracker
wifite2 WiFi Automated Wi-Fi attacks

Bluetooth Tools

Tool Category Description
bettercap Bluetooth BLE and Classic Bluetooth testing
btlejuice Bluetooth BLE MITM proxy
ubertooth-tools Bluetooth Ubertooth One utilities

Password Tools

Tool Category Description
hashcat Password GPU-accelerated password cracker
john Password John the Ripper
hydra Password Network login cracker
medusa Password Parallel network login cracker

Forensics Tools

Tool Category Description
autopsy Forensics Forensic UI (requires Java)
volatility Forensics Memory forensics
binwalk Forensics Firmware analysis
testdisk Forensics Photo/recovery
foremost Forensics File carver

Reverse Engineering Tools

Tool Category Description
ghidra RE Software reverse engineering
radare2 RE Command-line hex editor
frida RE Dynamic instrumentation
hopper RE macOS disassembler

Exploitation Frameworks

Tool Category Description
metasploit Exploit Penetration testing framework
empire Exploit PowerShell post-exploitation
covenant Exploit .NET C2 framework

Command Reference

Nmap Common Commands

# Quick scan
nmap 192.168.1.0/24

# Full port scan with OS detection
nmap -p- -A 192.168.1.1

# Service version detection
nmap -sV target.com

Hashcat Examples

# Dictionary attack
hashcat -m 0 hash.txt wordlist.txt

# Brute force
hashcat -m 0 hash.txt -a 3 ?a?a?a?a?a?a

🍎 Brand & Resources

Resource Link
📖 Documentation Wiki Home
📦 Releases GitHub Releases
🐛 Issues GitHub Issues
💬 Discussions GitHub Discussions
📜 License MIT License

🔐 Mac Hacker Toolkit — Built with ❤️ for the security community

Clone this wiki locally