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

RansomWare #2

Open
mohannadbahar opened this issue Jun 6, 2020 · 6 comments
Open

RansomWare #2

mohannadbahar opened this issue Jun 6, 2020 · 6 comments

Comments

@mohannadbahar
Copy link

hello
how are you
im use your project but i have problem the project not decrypt all file
they decrypt just the first two file
and after that still
Checking for PUT_ME_ON_DESKTOP.txt
trying
so where is the problem
and how can i solve it
thnx

@ncorbuk
Copy link
Owner

ncorbuk commented Jun 16, 2020

Hmmm, interesting. It seems as though it is working though? but only doing the first 2... are you using the folder with the files in the Github repo? the code only encrypts/decrypts files with extension ".txt" can you check and see if the extensions are correct if you create your own files, etc?

@JoesBurner
Copy link

JoesBurner commented Nov 23, 2020

I have a similar issue when I run the script in a specific directory on my C drive. It encrypts all directories and files, but only decrypts the target directory and not the sub-directoies (ie. "C://..//..//localroot//'files'" but not "C://..//..//llocalroot//'subdirectory'//'files'"). It's strange because if I run the script on an external HD it runs just fine, so I assume it's a permissions issue? Just want to know if you have any recommendations on how to solve the issue.

@ncorbuk
Copy link
Owner

ncorbuk commented Dec 26, 2020 via email

@CatchDi
Copy link

CatchDi commented Jan 2, 2021

I have similar issue to above. I am testing it on a VM. 1 txt file and 1 jpg file, both on desktop. the encryption works fine, but the decryption does not revert either of them. I keep getting the loop for 'PUT_ME_ON_DESKTOP', trying...

edit: I attempted the script on a seperate account on the VM which i believe has high permissions. it now encrypted and decrypted, however it is like above where it only decrypts 2 files and leaves the remainder. not quite sure, but at least managed to get it to decrypt - been racking my brain for almost 2 weeks

@ncorbuk
Copy link
Owner

ncorbuk commented Jan 27, 2021

I have similar issue to above. I am testing it on a VM. 1 txt file and 1 jpg file, both on desktop. the encryption works fine, but the decryption does not revert either of them. I keep getting the loop for 'PUT_ME_ON_DESKTOP', trying...

edit: I attempted the script on a seperate account on the VM which i believe has high permissions. it now encrypted and decrypted, however it is like above where it only decrypts 2 files and leaves the remainder. not quite sure, but at least managed to get it to decrypt - been racking my brain for almost 2 weeks

ah yes i did think it is a permission thing myself tbh. Also it will only encrypt what file exstensions that are in the list in the code. So that is most likely why CatchDi

@cyberxploithausa
Copy link

cyberxploithausa commented Nov 27, 2022

Been trying so hard to make this to work. but kept telling me Error with python requests
and it only show 3 files [be it png or txt] been encrypted on the terminal but completely encrypt every other file in the localroot folder when i check via windows explorer.

Screenshot (98)

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

6 participants
@mohannadbahar @ncorbuk @CatchDi @cyberxploithausa @JoesBurner and others