-
Notifications
You must be signed in to change notification settings - Fork 2
/
wash.sh
32 lines (32 loc) · 1.85 KB
/
wash.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
echo
clear
echo
echo "\e[1;32m ▄█ █▄ ▄████████ ▄████████ ▄█ █▄ \e[0m"
echo "\e[1;32m ███ ███ ███ ███ ███ ███ ███ ███ \e[0m"
echo "\e[1;32m ███ ███ ███ ███ ███ █▀ ███ ███ \e[0m"
echo "\e[1;32m ███ ███ ███ ███ ███ ▄███▄▄▄▄███▄▄ \e[0m"
echo "\e[1;32m ███ ███ ▀███████████ ▀███████████ ▀▀███▀▀▀▀███▀ \e[0m"
echo "\e[1;32m ███ ███ ███ ███ ███ ███ ███ \e[0m"
echo "\e[1;32m ███ ▄█▄ ███ ███ ███ ▄█ ███ ███ ███ \e[0m"
echo "\e[1;32m ▀███▀███▀ ███ █▀ ▄████████▀ ███ █▀ \e[0m"
echo " \e[1;31mShellcode by Rahat Khan Tusar(RKT)\e[0m"
echo " \e[1;31mGithub : https://github.com/r3k4t\e[0m"
echo
echo
echo
read -p "Enter Interface ,wlp2s0,wlan0 etc:" interface
echo
echo "***********************************"
echo "\e[1;33m Starting Monitor Mode\e[0m"
echo "***********************************"
echo
sudo airmon-ng start $interface #variable
echo
echo "***************************************"
echo "\e[1;33mCheck wps lock and unlock\e[0m"
echo "***************************************"
echo
read -p "Enter Interface,wlp2s0mon,wlan0mon etc : " interface
echo
sudo wash -i $interface --ignore-fcs
echo