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

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

Open yashmodi17 opened this issue 4 years ago • 4 comments

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'

yashmodi17 avatar Jul 10 '21 08:07 yashmodi17

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.

dv8081 avatar Jul 21 '21 08:07 dv8081

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

yashmodi17 avatar Jul 24 '21 10:07 yashmodi17

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

dv8081 avatar Jul 28 '21 08:07 dv8081

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

RubelPerez avatar Nov 18 '21 07:11 RubelPerez