About GodGenesis
GodGenesis is a C2 server developed based on pure Python 3, designed to assist red team researchers in completing penetration testing tasks. The current version of GodGenesis only supports TCP reverse Shell, but don't worry, the tool can also help us obtain an administrator Shell from any target Windows device.
Feature Introduction
1. Pure Python 3 development;
2. C2 Server;
3. Provide TCP reverse Shell;
4. Obtain an administrator Shell from any Windows device;
Tool Installation
Since this tool is developed based on pure Python 3, we first need to install and configure the Python 3 environment on the device. Next, use the following commands to clone the source code of this project locally:
git clone https://github.com/SaumyajeetDas/GodGenesis.git
Next, use pip3 and requirements.txt to install and configure the dependency components required by the tool:
pip3 install -r requirements.txt python3 c2c.py
Supported commands
Basic commands
help: Display tool help information; terminate: Completely terminate and exit the Shell; exit: Let the Shell run in the background and display the C2 server command line; clear: Clear command line output;
System commands
cd: Modify the current directory; pwd: Display the current working directory; mkdir *dir_name*: Create a directory; rm *dir_name*: Delete a directory; powershell [command]: Run PowerShell commands; start *exe_name*: Start an executable program;
Information collection commands
env: Check environment variables; sc: View all running processes; user: Display the current user; info: Display all information on the target system; av: Display all antivirus products on the target system;
Data extraction commands
download *file_name*: Download a file from the target system; upload *file_name*: Upload a file to the target system;
Exploit commands
persistence1: Implement persistence through method 1; persistence2: Implement persistence through method 2; get: Download files from any URL; chrome_pass_dump: Export all stored passwords from the Chrome browser; wifi_password: Export all stored WiFi network passwords; keylogger: Enable the keyboard recording tool; dump_keylogger: Export all keyboard records; python_install: Install Python on the target device (no UI);
Tool usage demonstration
Video address:【Click to watch】
License Agreement
The development and release of this project followMITOpen Source License Agreement.
Project address
GodGenesis:【GitHub Gateway】
Reference materials

评论已关闭