GodGenesis
GodGenesis copied to clipboard
How to use this?
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.
Read out the documentation.
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}
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.
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.
Also when I convert it to .exe it doesn't work
Maybe u doing something wrong at your end. Read the documentation properly.
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.
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
@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.
Nevermind that, when I use pyinstaller to convert to .exe (I use kali linux)
It shows:
Use pyinstaller in windows and let us know the results.
Also fix in requirements.txt from cryptographu to cryptography
check now
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
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.
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
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.
@SlepPoweredBy2 It should work if you replace your private IP with public IP and forward the the required port from your router default gateway.
@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
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?