Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decryptingfile #8

Open
FeelsBadMan1 opened this issue Mar 13, 2021 · 6 comments
Open

decryptingfile #8

FeelsBadMan1 opened this issue Mar 13, 2021 · 6 comments

Comments

@FeelsBadMan1
Copy link

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.

@anthonyzutter
Copy link
Contributor

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

@yashmodi17
Copy link

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
Copy link

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)

@FeelsBadMan1
Copy link
Author

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

@yashmodi17
Copy link

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

@Potato-git13
Copy link

Potato-git13 commented Dec 30, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants