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

Need Help #5

Closed YasirAsim closed 3 years ago

YasirAsim commented 3 years ago

Hi, Thanks for sharing the code. Please let me know does it only encrypt .txt extension?

ncorbuk commented 3 years ago

yes it does as that is the only exstensions in the list if u look in the code. If you want to encrypt other .exstensions you have to add them etc.