Giter Site home page Giter Site logo

taxmachine / grabbers-deobfuscator Goto Github PK

View Code? Open in Web Editor NEW
50.0 1.0 7.0 7.07 MB

Decompiler and deobfuscator that offers support to track discord webhooks inside: blank stealer, luna grabber, thiefcat, Creal and all unobfuscated grabbers

Python 100.00%
deobfuscation deobfuscator discord discord-token-grabber malware-analysis malware-detection malware-research pyinstaller-extractor python blank-stealer

grabbers-deobfuscator's Introduction

๐“๐š๐ฑ๐Œ๐š๐œ๐ก๐ข๐ง๐ž

French Canadian developper ๐Ÿ‡จ๐Ÿ‡ฆ

๐‚๐จ๐จ๐ฅ ๐’๐ญ๐š๐ญ๐ข๐ฌ๐ญ๐ข๐œ๐ฌ


Sexy totally cool view counter


๐ƒ๐จ๐ง๐š๐ญ๐ข๐จ๐ง๐ฌ

๐„๐ญ๐ก๐ž๐ซ๐ž๐ฎ๐ฆ: 0xF583244C94298605f1e6104ABEC573a3b14b9a17 (๐Œ๐ž๐ญ๐š๐Œ๐š๐ฌ๐ค)

๐’๐จ๐œ๐ข๐š๐ฅ ๐Œ๐ž๐๐ข๐š

๐˜๐จ๐ฎ๐ญ๐ฎ๐›๐ž: https://www.youtube.com/channel/UCXranBOFFyMLIkhBJv4iaqA
๐“๐ฐ๐ข๐ญ๐œ๐ก: https://twitch.tv/taxmachines
๐ƒ๐ข๐ฌ๐œ๐จ๐ซ๐: https://discord.gg/2b2flat
๐†๐ข๐ญ๐ก๐ฎ๐›: https://github.com/TaxMachine

grabbers-deobfuscator's People

Contributors

taxmachine avatar waxnet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

grabbers-deobfuscator's Issues

Creal Stealer Detection

Hello, when I used this tool to deobfuscate creal grabber, it detected it as thiefcat and didn't give me a webhook.

methods/luna.py broken

Just a heads up that you shouldnt read the pycdas decompiled output but rather the main .pyc itself like you did with the blank method.

the fixed code should be this:

import base64, os, subprocess, zlib, zipfile, re, lzma, codecs, base64
from utils.decompile import decompilePyc, disassemblePyc
from utils.deobfuscation import BlankOBF

class LunaDeobf:
    def __init__(self, dir):
        self.extractiondir = dir
        self.tempdir = os.path.join(self.extractiondir, "..", "..", "temp")

    def Deobfuscate(self):
        filename = self.extractiondir.split(".exe")[0].split(os.path.sep)[len(self.extractiondir.split(os.path.sep)) - 1] + ".pyc"
        file = open(os.path.join(self.extractiondir, filename), "rb")
        assembly = file.read()
        file.close()
        stage3 = BlankOBF.DeobfuscateStage3(assembly)
        webhook = BlankOBF.DeobfuscateStage4(stage3.first, stage3.second, stage3.third, stage3.fourth)        
        return webhook

pycdc

replace pycdc and pycdas its doesnt working

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.