Ungrabber is a python module to automatically decompile and get the C2/Type of almost every known python grabbers
Project description
Ungrabber
Ungrabber is a Python module designed for decompiling and extracting C2 (especially webhook) from info stealers.
Installation
- Clone the repository:
git clone https://github.com/lululepu/Ungrabber
- Navigate to the repository directory:
cd Ungrabber-main
- Install the module:
pip install .
Usage
1. Direct Decompiling
Decompile a file and extract its data as a tuple:
import Ungrabber
result = Ungrabber.decompile("filename")
print(result) # The tuple of extracted data
2. Load as a Stub Object
Load a file as a stub object for further analysis:
import Ungrabber
with open("filename", "rb") as f:
stub = Ungrabber.load(f)
print(stub) # The stub object
Documentation will be added later
Contributing
Contributions are welcome! Feel free to submit issues or pull requests to improve Ungrabber.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Contact
For any inquiries or support, please open an issue on GitHub.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ungrabber-0.0.7.tar.gz.
File metadata
- Download URL: ungrabber-0.0.7.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7de4aa39f3197cc9815e6aacaff490c476d246662672128ce68b3bac51565c61
|
|
| MD5 |
8d20d3bb2aa9dcdcfa47451adf1b2f66
|
|
| BLAKE2b-256 |
c6b7c99541c452c5e2545abe6ba2d49f0643458973bcc066ac9fa6a9fcb109c4
|
File details
Details for the file ungrabber-0.0.7-py3-none-any.whl.
File metadata
- Download URL: ungrabber-0.0.7-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbaa764621677f7a37835919a07bb2634224e0d7c930a8e22994ce26ec1208d7
|
|
| MD5 |
204803150c9d35af4598d9cd2a7f2301
|
|
| BLAKE2b-256 |
0158c84facc08470dec75c83c47a0788268a36f3e229259b670e7326277c0e74
|