A powerful tool for reverse engineering grabbers (malware) to extract webhooks and tokens.
- Reverse Engineer grabbers and extract webhooks and tokens.
- Supports multiple deobfuscation methods.
- Handles both Java and Python-based grabbers.
- Outputs details in JSON format.
-
Clone the repository:
git clone https://github.com/lalaio1/Gb_Analizer.git cd Gb_Analizer
-
Install dependencies:
pip install -r requirements.txt
-
Clone the repository:
git clone https://github.com/lalaio1/Gb_Analizer.git cd Gb_Analizer
-
Install dependencies:
pip install -r requirements.txt
Note: Python 3.9 or higher is required.
python deobfuscator.py <filename> [options]
-d
,--download
: Download the file from a link.-j
,--json
: Output details in JSON format.
python deobfuscator.py example_grabber.py -j
{
"type": "python grabber",
"webhook": "https://discord.com/api/webhooks/...",
"pyinstaller_version": "4.5",
"python_version": "3.9"
}
Note: This tool is currently in the alpha stage and is still under active testing. Users may experience bugs or incomplete features. Your feedback and contributions are welcome to improve the tool.
- Developed by lalaio1. Please give a star on GitHub.