ncorbuk / Python-Ransomware

Python Ransomware Tutorial - YouTube tutorial explaining code + showcasing the ransomware with victim/target roles
MIT License
493 stars 142 forks source link

File or directory not found can you please help me The one who would solve my query i will give 50$ via paypal so with your solution leave ur paypal details #11

Closed yashmodi17 closed 1 year ago

yashmodi17 commented 2 years ago

Screenshot (24) 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'

dv8081 commented 2 years ago

search for EMAIL_ME.txt on whole pc if you got that then copy and paste it on desktop and and try again for decrypt.

yashmodi17 commented 2 years ago

search for EMAIL_ME.txt on whole pc if you got that then copy and paste it on desktop and and try again for decrypt.

I am not getting it

dv8081 commented 2 years ago

check this https://github.com/Ciphey/Ciphey

RubelPerez commented 2 years ago

Screenshot (24) 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'

is because you are looking EMAIL_ME.txt in C:\Users\AdminDesktop\EMAIL_ME.txt when must be C:\Users\Admin\Desktop\EMAIL_ME.txt