/Genesis

📳 Python binary debugger that allow you to reverse python script by injecting custom payload in proccess memory.

Primary LanguagePython

Genesis 💫

📳 Python binary debugger that allow you to reverse python script by injecting custom payload in proccess memory.

image

Features ⚡

  • [+] Python Reverse Shell
  • [+] Dump Variables
  • [+] Custom Payload (free to edit)

Disclaimer ❗

This tool was made for a educationaly use only

How to use 💻

  • git clone https://github.com/yuxontop/Genesis/ OR Code --> Download ZIP & Extract
  • python3 Genesis.py
  • if you got modules error like no module named XXX so: pip3 install XXX
  • Find the PID of the python program you want to inject into
  • Enter it in Genesis
  • Select the payload you want to execute
  • Your done!

Requirement ❓

  • Python 3.x (tested 3.8)
  • Modules Used ('pip install ' on module error)

Sources 💖