yuxwtf / Genesis

πŸ“³ Python binary debugger that allow you to reverse python script by injecting custom payload in proccess memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 πŸ’–

About

πŸ“³ Python binary debugger that allow you to reverse python script by injecting custom payload in proccess memory.


Languages

Language:Python 100.0%