Python Tutorial - || Ransomware || Malware Edition || Hacking/Info-Sec ||

preview_player
Показать описание
Python tutorial on the infamous ransomware malware for hacking/info-sec educational learning.
In the first 3mins, I go over the 3 scripts quickly to give you a rough idea of them. Afterward, I then showcase the ransomware taking on the ATTACKER/TARGET roles to show you that it works and how it works. I then go over the scripts in more detail. This is very basic and only encrypts a set folder in the project and goes over how you could end up getting infected and how the process works so that you can better protect yourself from it. This is purely educational and the code in this video can not be used for malicious purposes as it is so basic but will give you a good understanding of how ransomware work and how you can create code to combat it and protect yourself!. Also this is a ethical channel and i do not condone illegal activety.

EDIT: I have had many messages from people saying how this video has helped them and how they have managed to find encryption keys online to decrypt their files or how they understand it better now to protect themselves. Thank you :))

How to create Ransomware with Python, a complete walk-through. GitHub code link below.

To test the Ransomware out on your machine, edit the 'localRoot' in the script and put the absolute path to that folder... Watch the tutorial to get understand the script and see how it works.

* If you would like to leave a tip you can do so below, thanks *
Bitcoin: 1EHmioBmujNAyVs5A6Uo1nfto9JZhGBDLd

Thanks for watching guys! If you enjoyed the video be sure to leave a thumbs up and subscribe. Any questions or comments, leave them below and I'll get right back to you!

EDUCATIONAL PURPOSES ONLY!
Disclaimer:
This tool is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this tool and software in general.

NOTE_;
This is for educational purposes and is not malicious in anyway. As always this channel is mainly a coding channel to teach people how to code and what a fantastic skill it is to learn and also how to better protect themselves. My videos are purely ethical and breaking apart how these programs work and how to better protect. This channel does not condone illegal activity and nor does it show anyone how to commit malicious acts or even present enough information for persons to be able to. This channel has taught many children, and adults in schools/colleges/universitys. I have been asked to present talks at conferences and to be published as my teachings are very good and professional.

#Python#Ransomware#Malware
Рекомендации по теме
Комментарии
Автор

These kinds of videos help people that are not understanding about ransomware to protect from them. Very good work. Only awareness can protect us!!

johnthehacker
Автор

Probably the only channel that shows the execution of a Ransomware instead of just showing the code, really great tutorial bro. Liked, subscribed, and rang the bell. Keep the good content coming, and if possible do some Metasploit tutorials.

lightningblade
Автор

You're really good at teaching, I'm a first year doing cybersecurity and I'm finding this enjoyable and easy to learn. You've got a nice voice too, thanks for the video :D

masmadp
Автор

* If you would like to leave a tip you can do so below, thanks *

www
Автор

I think the encryption module is ... pip install pycryptodome (i think) - (A quick Google around though and you should be able to work it out, I am using Python 3.7 for this tutorial as well BTW)

www
Автор

For anyone struggling with not being able to download win32gui. Make sure you're on version 3.7 of python and instead of writing: pip install win32gui. write: pip install pywin32==305. Then change the import from win32gui to pywin32_system32 on line 11 of the RansomWare file. Win32gui is mentioned at some other place in the code and it gave me an error when I tried to launch the program. How to fix this i am not sure but I just removed the entire function that it was included in and the program still worked as intended.

markusfriberg
Автор

Learned Python, wanted to learn AI stuffs. Learned hacking instead ;)

primeroyal
Автор

Still helping people 3 years on thanks for the video ❤

FREE_AT_LAST_SDK
Автор

Can't wait to get through this! Thanks!

anon-slvp
Автор

Bruh you deserve a billion subscribers and a billion views...you are the best

samueldemissie
Автор

Perfect way to show my school teacher who's the boss, but my ransom will be RTX 3090

emperorj
Автор

U literally saved my school project. Thx a lot

recctfull
Автор

the coding "key.export_key" inside the "RSA_private_public_key.py" file for both the private and pubic pem, didn't work for me, I had to change it from "key.export_key" to "key.exportKey" once I did that, it done everything it was supposed to, if anyone has had an error saying "AttributeError: _RSAobj object has no 'export_key' attribute" when trying to run the "RSA_private_public_key.py" change the coding "key.export_key" to "key.exportKey"


also Love the tutorial brother, best one I have followed yet :) thank you so much

ReflectTheEmotions
Автор

As attacker you use windows for set up the ransomware, right?
Does it also works on Linux?

betterfresh
Автор

your the best best teacher I am following you from Afghanistan wow!

saliman
Автор

Where would the wallet address be for receiving the bitcoin
Am confused at that part… would it be sent to them

BasitNoah
Автор

Awesome video, just a question when did u generate the Fernet Key on the example u already have it on the folder, cheers bro :)

samuelsoto
Автор

Can anyone help me…when I run the ransomware file am getting an error at the end of it…no such file or directory with the email_me.txt…how can I fix this, do I need to add my desktop path on my drive?

BeatriceYvette
Автор

ModuleNotFoundError: No module named 'Crypto'

pls help

wewaclwewnam
Автор

Any tips on how to make it actually encrypt ALL the system's txt files?

scraps