BurpExtension-WhatsApp-Decryption-CheckPoint icon indicating copy to clipboard operation
BurpExtension-WhatsApp-Decryption-CheckPoint copied to clipboard

parser.py doesn't work

Open Aledangelo opened this issue 4 years ago • 2 comments

When I start parser.py using pyhton 2.7.18 it show me this message

Traceback (most recent call last): File "parser.py", line 3, in from Crypto.Cipher import AES ImportError: No module named Crypto.Cipher

I have already installed pycrypto library (pip install pycrypto)

Aledangelo avatar Jan 08 '21 18:01 Aledangelo

pip install with --upgrade --forcer-reinstall to everything that is failing.

chrisrusso avatar May 10 '22 22:05 chrisrusso

Thanks, I will try it

Aledangelo avatar Jun 17 '22 13:06 Aledangelo