exe2hex
Compress the binary to transfer, convert it to a hex string, and embed it into a Windows script.
locate nc.exe | grep binaries
cp /usr/share/windows-resources/binaries/nc.exe .upx -9 nc.exeexe2hex -x nc.exe -p nc.cmdLast updated
Compress the binary to transfer, convert it to a hex string, and embed it into a Windows script.
locate nc.exe | grep binaries
cp /usr/share/windows-resources/binaries/nc.exe .upx -9 nc.exeexe2hex -x nc.exe -p nc.cmdLast updated