Skip to main content

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

  1. Clone the repository:
    git clone https://github.com/lululepu/Ungrabber
    
  2. Navigate to the repository directory:
    cd Ungrabber-main
    
  3. 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

ungrabber-0.0.2.tar.gz (15.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ungrabber-0.0.2-py3-none-any.whl (19.5 kB view details)

Uploaded Python 3

File details

Details for the file ungrabber-0.0.2.tar.gz.

File metadata

  • Download URL: ungrabber-0.0.2.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for ungrabber-0.0.2.tar.gz
Algorithm Hash digest
SHA256 27f3edccd45ffe0ef05e18f1f454853458828d8fdce13a7985566b1b2bcde1a9
MD5 b7569d9c6b01bf60d2994b8df3e03eff
BLAKE2b-256 b2562db690b3b7a3bd4e71a18b1659223309894180451bb9ae0abca01bb6b30a

See more details on using hashes here.

File details

Details for the file ungrabber-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: ungrabber-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 19.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.1

File hashes

Hashes for ungrabber-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 032f16c78b35dfb71d0028a6cb4310a0d2836eebfc4a8768af4f65fc267d1e1b
MD5 a6b9fce4f7cd32c54855f9aa88a6164b
BLAKE2b-256 914ef5434b207337907c56ab05461013a0183aeda494576927db9523f278742e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page