TaxMachine / Grabbers-Deobfuscator

Decompiler and deobfuscator that offers support to track discord webhooks inside: blank stealer, luna grabber, thiefcat, Creal and all unobfuscated grabbers
61 stars 7 forks source link

No Module named 'Crypto' #14

Open graxe20 opened 3 days ago

graxe20 commented 3 days ago
Traceback (most recent call last):
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\deobf.py", line 17, in <module>
    from utils.pyinstaller.pyinstaller import ExtractPYInstaller
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\pyinstaller.py", line 2, in <module>
    from utils.pyinstaller.extractors.pyinstxtractorng import PyInstArchive as PyInstArchiveNG
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\extractors\pyinstxtractorng.py", line 25, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
TaxMachine commented 3 days ago

Did you install pycryptodome on the right py version?

graxe20 commented 3 days ago

I think so, what's the correct version?

TaxMachine commented 3 days ago

Depends which one you're using, for example if you're using python2 as default python environment then you have to install it with the right pip version. If it's python3 you prbly have to do python3 -m pip install -r requirements.txt

graxe20 commented 3 days ago

Will try that shortly and let you know. Thanks.

graxe20 commented 3 days ago

Still get the same error back,

Traceback (most recent call last):
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\deobf.py", line 17, in <module>
    from utils.pyinstaller.pyinstaller import ExtractPYInstaller
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\pyinstaller.py", line 2, in <module>
    from utils.pyinstaller.extractors.pyinstxtractorng import PyInstArchive as PyInstArchiveNG
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\extractors\pyinstxtractorng.py", line 25, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'
TaxMachine commented 3 days ago

Weird idk why it does that

waxnet commented 1 day ago

Still get the same error back,

Traceback (most recent call last):
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\deobf.py", line 17, in <module>
    from utils.pyinstaller.pyinstaller import ExtractPYInstaller
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\pyinstaller.py", line 2, in <module>
    from utils.pyinstaller.extractors.pyinstxtractorng import PyInstArchive as PyInstArchiveNG
  File "D:\Downloads\Grabbers-Deobfuscator-main\Grabbers-Deobfuscator-main\utils\pyinstaller\extractors\pyinstxtractorng.py", line 25, in <module>
    from Crypto.Cipher import AES
ModuleNotFoundError: No module named 'Crypto'

do you have more than one python version installed?

TaxMachine commented 1 day ago

That's weird

waxnet commented 17 minutes ago

might be bc he has more than 1 version of python installed so the modules get installed on another version and not on the right one