Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lalaio1/gb_analizer
A tool capable of performing reverse engineering on grabbers (malware) that can extract webhooks and tokens from them.
https://github.com/lalaio1/gb_analizer
analize grabbler reverse-engineering token-extractor webhook-spammer
Last synced: 6 days ago
JSON representation
A tool capable of performing reverse engineering on grabbers (malware) that can extract webhooks and tokens from them.
- Host: GitHub
- URL: https://github.com/lalaio1/gb_analizer
- Owner: lalaio1
- License: apache-2.0
- Created: 2024-07-24T02:03:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T02:13:37.000Z (4 months ago)
- Last Synced: 2024-07-24T04:23:17.102Z (4 months ago)
- Topics: analize, grabbler, reverse-engineering, token-extractor, webhook-spammer
- Language: Python
- Homepage:
- Size: 3.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ Gb_Analizer
A powerful tool for reverse engineering grabbers (malware) to extract webhooks and tokens.
## 🌟 Features
- **Reverse Engineer** grabbers and extract webhooks and tokens.
- Supports multiple deobfuscation methods.
- Handles both Java and Python-based grabbers.
- Outputs details in JSON format.## 📦 Installation
### Windows
1. **Clone the repository**:
```sh
git clone https://github.com/lalaio1/Gb_Analizer.git
cd Gb_Analizer
```2. **Install dependencies**:
```sh
pip install -r requirements.txt
```### Linux
1. **Clone the repository**:
```sh
git clone https://github.com/lalaio1/Gb_Analizer.git
cd Gb_Analizer
```2. **Install dependencies**:
```sh
pip install -r requirements.txt
```> **Note**: Python 3.9 or higher is required.
## 🚀 Usage
```sh
python deobfuscator.py [options]
```### Options
- `-d`, `--download`: Download the file from a link.
- `-j`, `--json`: Output details in JSON format.### Example
```sh
python deobfuscator.py example_grabber.py -j
```## 🎨 Example Output
```json
{
"type": "python grabber",
"webhook": "https://discord.com/api/webhooks/...",
"pyinstaller_version": "4.5",
"python_version": "3.9"
}
```## 🛠️ Development Status
**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.
## 👨💻 Author
- Developed by lalaio1. Please give a star on [GitHub](https://github.com/lalaio1).