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.6.tar.gz (16.4 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.6-py3-none-any.whl (20.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ungrabber-0.0.6.tar.gz
  • Upload date:
  • Size: 16.4 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.6.tar.gz
Algorithm Hash digest
SHA256 bea40063e514710658f68d811ca3412898d44e39e59bed374a84cd5eb9a7012f
MD5 44f53b4317d9e7b370effd145484eeb8
BLAKE2b-256 90d6c3ef5d1989b298bb0016006d4f80ab61f173b8a182f99278876882906985

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ungrabber-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 20.2 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 e5f1cf05fcf9250b364970b498d660b1297c3726e935219b1b95c252406d65cd
MD5 ea2f214f18ff65f0f9784265fc6e6136
BLAKE2b-256 734d33f2ed5b85adc60ffd5b8f99dc0de2e0d167b424ae059ba73c3079845cb3

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