JoelGMSec / EvilnoVNC

Ready to go Phishing Platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working

arqmail opened this issue · comments

broken codes or bugs i believe, i tried making it work, but wont save cookies or keylogs in downloads folder, file permission in downloads folder is also read only

Does not work on Kali Linux

This appears to be caused by some python dependency issue (surprise surprise) in the cookies.py script.

Traceback (most recent call last): File "/home/user/cookies.py", line 10, in <module> from Crypto.Cipher import AES ModuleNotFoundError: No module named 'Crypto'

To fix this, you will have to install pycryptodome library within the docker container

sudo docker exec -it <container_id> bash

sudo pip3 install pycryptodome --break-system-packages

At least this worked for me. Just a workaround until this gets updated maybe.

Think I've also seen a similar error with keylogger.py too.

check this tool on this telegram https://t.me/+5DHzUrWKU00zYjM0

Tested and working like a charm :)