The Android operating system is widely used by people worldwide. Many people came to know about the Internet after the introduction of Android. However, as we have mentioned in many of our previous articles, this popularity also makes the Android operating system a target for security hackers who create various types of malware.
In this article, we will introduce a Python framework called Sara Ransomware Framework for generating three different Android ransomware applications with their unlocking key.
You may also like to read: SpyHunt Unleash The Power Of Recon For Bug Hunters
Here is the list of types of ransomware with their description which a user gets in Saran Ransomware Framework as given below:
- Trojan Ransomware (Metasploit)
- Screen Lock Ransomware
- File Locker Ransomware
Trojan Ransomware (Metasploit)
It is the first option of the SARA ransomware framework in which the user can generate a Metasploit payload APK and bind it with any original APK that you provide. In simpler terms, it creates a trojan horse by hiding a malicious app inside a trusted app, such as a game or utility.
Screen Lock Ransomware
It is the option of the SARA ransomware framework in which the user can generate a proper ransomware app to screen lock the target device that can be unlocked by a special key which the user defines in the process of generating screen lock ransomware.
File Ransomware
It is the option of the SARA ransomware framework in which the user can generate a ransomware app to lock target device files or encrypt into secret format and can be unlocked or decrypted by entering a special key which the user defines in the process of generating this ransomware.
How To Install Sara
It is not a complicated process you just have to clone Sara's GitHub repo on your local Linux terminal by using the commands below
git clone https://github.com/termuxhackers-id/SARA && cd SARA && sudo bash install.sh && python3 sara.py
I hope this information is helpful for you, make sure to save bookmarks for future posts like this and join our Telegram channel to never miss any updates.