Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.64 KB

File metadata and controls

57 lines (43 loc) · 1.64 KB

What is SARA:

SARA (Simple Android Ransomware Attack) is an educational security research tool designed to demonstrate Android malware creation techniques. This tool allows security researchers and students to understand how Android trojans and ransomware operate. Purpose: Educational and security research only

Use Cases:

  • Security awareness training
  • Android malware analysis
  • Penetration testing (authorized environments)
  • Academic research

Disclaimer

This tool is made for education purpose only, the author is not responsible for any loses or damage caused by this programs

Installation

Quick Install (Recommended)

git clone https://github.com/termuxhackers-id/SARA
cd SARA

# Run auto-installer
chmod +x install.sh
./install.sh

# For Linux (requires sudo)
sudo ./install.sh

Usage

Starting SARA

python3 sara.py

Demo

  • Generate Custom Trojan (metasploit)

asciicast

  • Generate Custom Ransomware (File Locker)

asciicast

License

Copyright © 2021-2025 Termux Hackers ID This project is licensed for educational purposes only.


Made with ❤️ for Security Research
Remember: With great power comes great responsibility