Python-Ransomware icon indicating copy to clipboard operation
Python-Ransomware copied to clipboard

decryptingfile

Open FeelsBadMan1 opened this issue 4 years ago • 6 comments

Hello, i tried the ranspmware on my own pc with a specific path but if i try to rn the decrypting file it giv eout this issure:

C:\Users\Administrator\Desktop\Python-Ransomware-master>C:\Users\Administrator\Desktop\Python-Ransomware-master\Decrypt_fernet_key.py
Traceback (most recent call last):
  File "C:\Users\Administrator\Desktop\Python-Ransomware-master\Decrypt_fernet_key.py", line 6, in <module>
    with open('EMAIL_ME.txt', 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'EMAIL_ME.txt'

C:\Users\Administrator\Desktop\Python-Ransomware-master>

The EMAIL_ME file is created on the desktop so im not sure what to do.

FeelsBadMan1 avatar Mar 13 '21 11:03 FeelsBadMan1

You have to put the file in the same directory or change the code so it will open the file in the Desktop

anthonyzutter avatar May 06 '21 12:05 anthonyzutter

You have to put the file in the same directory or change the code so it will open the file in the Desktop

Its not working bro can you please help me?

yashmodi17 avatar Jul 10 '21 08:07 yashmodi17

Traceback (most recent call last): File "Ransomware.py", line 250, in main() File "Ransomware.py", line 232, in main rw.encrypt_fernet_key() File "Ransomware.py", line 84, in encrypt_fernet_key with open(f'{self.sysRoot}Desktop/EMAIL_ME.txt', 'wb') as fa: FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\AdminDesktop/EMAIL_ME.txt' Screenshot (24)

yashmodi17 avatar Jul 10 '21 08:07 yashmodi17

This error means that yo dont got a EMAIL_ME.txt onto your desktop

FeelsBadMan1 avatar Jul 10 '21 08:07 FeelsBadMan1

This error means that yo dont got a EMAIL_ME.txt onto your desktop

No i got a EMAIL_TXT file but nothing is written in it after running ransomware

yashmodi17 avatar Jul 10 '21 08:07 yashmodi17

This error means that yo dont got a EMAIL_ME.txt onto your desktop

No i got a EMAIL_TXT file but nothing is written in it after running ransomware

The path would need to be C:\Users\Admin\Desktop\EMAIL_ME.txt

Potato-git13 avatar Dec 30 '21 15:12 Potato-git13