-
Notifications
You must be signed in to change notification settings - Fork 0
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 | 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 |
| 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 |
| Tool | Category | Description |
|---|---|---|
| bettercap | Bluetooth | BLE and Classic Bluetooth testing |
| btlejuice | Bluetooth | BLE MITM proxy |
| ubertooth-tools | Bluetooth | Ubertooth One utilities |
| 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 |
| 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 |
| Tool | Category | Description |
|---|---|---|
| ghidra | RE | Software reverse engineering |
| radare2 | RE | Command-line hex editor |
| frida | RE | Dynamic instrumentation |
| hopper | RE | macOS disassembler |
| Tool | Category | Description |
|---|---|---|
| metasploit | Exploit | Penetration testing framework |
| empire | Exploit | PowerShell post-exploitation |
| covenant | Exploit | .NET C2 framework |
# 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# Dictionary attack
hashcat -m 0 hash.txt wordlist.txt
# Brute force
hashcat -m 0 hash.txt -a 3 ?a?a?a?a?a?a| 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