The Interrogation Layer
Advanced reconnaissance tools built into the kernel path. Map out hostile environments before they even know you exist.
- nmap: Core network mapping and port sweeping.
- wireshark: Deep packet inspection and protocol analysis.
- kismet: Passive wireless reconnaissance and wardriving.
The Exploit Layer
Turn vulnerabilities into root access. The most powerful exploitation frameworks pre-configured and ready to fire.
- metasploit-framework: The world's most used penetration testing framework.
- sqlmap: Automatic SQL injection and database takeover.
- burpsuite: Web application security and proxying.
The Crypto-Shattering Layer
No hash is safe. Utilize GPU-accelerated password cracking tools natively integrated with the OS.
- hashcat: World's fastest and most advanced password recovery utility.
- john (John the Ripper): Legendary password cracker.
- hydra: Parallelized login cracker which supports numerous protocols.
root@alfredlinux:~# msfconsole -q
msf6 > use exploit/multi/handler
msf6 exploit(multi/handler) > set payload linux/x64/meterpreter/reverse_tcp
payload => linux/x64/meterpreter/reverse_tcp
msf6 exploit(multi/handler) > exploit -j
[*] Exploit running as background job 0.
[*] Started reverse TCP handler on 0.0.0.0:4444