GodGenesis icon indicating copy to clipboard operation
GodGenesis copied to clipboard

How to use this?

Open SlepPoweredBy2 opened this issue 2 years ago • 30 comments

I setup it all in my Kali Linux VM and idk how to setup the payload (ik how to convert to .exe) but how do i share it to the victims pc and when he clicks it, it runs the payload, like wtf do i have to do and how to SET UP this.

SlepPoweredBy2 avatar Oct 17 '22 17:10 SlepPoweredBy2

Read out the documentation.

SaumyajeetDas avatar Oct 17 '22 17:10 SaumyajeetDas

I did, where do I put the IP of my victim in payload.py

(I searched: IP, Address, Victim, and I found nothing.)

Actually it is a reverse shell. Put your listener ip on both the c2c.py and payload.py. {payload.py -line 306 & c2c.py - line 232}

SaumyajeetDas avatar Oct 17 '22 17:10 SaumyajeetDas

We are really sorry for the inconvenience occurred. We are working on this feature to pass IP and Port as parameters. Will be updated shortly.

SaumyajeetDas avatar Oct 17 '22 18:10 SaumyajeetDas

What is listener IP, also thank you for the good first issue.

Your LocalHost Ip Address or your attackbox Ip address. In simple terms the Ip address of the operating system u are using as yout attacking machine.

SaumyajeetDas avatar Oct 17 '22 18:10 SaumyajeetDas

Also when I convert it to .exe it doesn't work

Maybe u doing something wrong at your end. Read the documentation properly.

SaumyajeetDas avatar Oct 17 '22 20:10 SaumyajeetDas

Also how do I attach this payload with a software to download like the zoom thingy u showed in the video?

Ahhh now this something we cant share🤙do few google search.

SaumyajeetDas avatar Oct 17 '22 20:10 SaumyajeetDas

Also when I convert it to .exe it doesn't work

Maybe u doing something wrong at your end. Read the documentation properly.

I mean I converted it into an .exe but when I ran it it didn't correspond nothing. just black cmd disappearing

However if i did python payload.py it did everything as it should?

The command i used to convert is: pyinstaller --onefile payload.py

Pyinstaller Command : pyinstaller payload.py --target-arch x86_64 --noconsole --key 1234GodlikeBro! --onefile

SaumyajeetDas avatar Oct 18 '22 03:10 SaumyajeetDas

@SlepPoweredBy2 If you're not getting shell then compile the agent without --noconsole and run the generated .exe using cmd. This will dump the error on command prompt, if there is any.

usama7628674 avatar Oct 18 '22 04:10 usama7628674

Nevermind that, when I use pyinstaller to convert to .exe (I use kali linux)

It shows:

image

Use pyinstaller in windows and let us know the results.

SaumyajeetDas avatar Oct 21 '22 07:10 SaumyajeetDas

Also fix in requirements.txt from cryptographu to cryptography

check now

SaumyajeetDas avatar Oct 21 '22 07:10 SaumyajeetDas

It says i dont have the module cryptography installed even though I am 100% sure i have it installed and i even uninstalled and installed again using:

pip install cryptography

Well we need to check this issue. But try this once. pip install cryptography==37.0.4

SaumyajeetDas avatar Oct 21 '22 07:10 SaumyajeetDas

Ok now it says no module found pynput, I think the method u just used (the ==37.0.4) works so whats the version i need for pynput

and can u list all the other modules versions i need as well, i will greatly appreciate it.

Okay. Will be updated by monday.

SaumyajeetDas avatar Oct 21 '22 09:10 SaumyajeetDas

Can you also make it so when you launch the .exe it will automatically hook to startup?

We are considering your reviews. Will try to implement soon

SaumyajeetDas avatar Oct 22 '22 19:10 SaumyajeetDas

Ended up not using it, tested it on another PC, and it didn't do shit, trust me I've ran it on my own and it works, I think it's only localhost and u cant share it?

Doesnt work on other PC's, only mine.

Try over the WAN attack. Thanks. Btw it work perfectly fine on OVER THE WAN.

SaumyajeetDas avatar Oct 24 '22 05:10 SaumyajeetDas

@SlepPoweredBy2 It should work if you replace your private IP with public IP and forward the the required port from your router default gateway.

usama7628674 avatar Oct 24 '22 05:10 usama7628674

@SaumyajeetDas If your ISP uses CGNAT then there are many services out there that forward your required port. Two such services that you can use are Ngrok and playit.gg

usama7628674 avatar Oct 24 '22 05:10 usama7628674

También cuando lo convierto a .exe no funciona

Tal vez estás haciendo algo mal por tu parte. Lea la documentación correctamente.

Quiero decir que lo convertí en un .exe pero cuando lo ejecuté no correspondía nada. solo cmd negro desapareciendo Sin embargo, si hice python payload.py, ¿hizo todo como debería? El comando que usé para convertir es: pyinstaller --onefile payload.py

Comando Pyinstaller: pyinstaller payload.py --target-arch x86_64 --noconsole --key 1234GodlikeBro! --un archivo

hola, tengo un problema, use "Comando Pyinstaller: pyinstaller payload.py --target-arch x86_64 --noconsole --key 1234GodlikeBro! --un archivo" para solucionar el problema con cryptography pero ahora al ejecutar la carga util menciona que no cuento con pynput, hay una solucion para esto?

Demiancow avatar Mar 27 '23 23:03 Demiancow