-
Notifications
You must be signed in to change notification settings - Fork 19
/
install.sh
26 lines (26 loc) · 1.97 KB
/
install.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
#!/bin/bash
#installing In Bin
#By JoyGhosh<Joychondroghosh@gmail.com>
echo 'Installing Airattackit...'
clear
echo """
********************************************************************************
Automated Wirless Attack Toolkit
********************************************************************************
█████╗ ██╗██████╗ █████╗ ████████╗████████╗ █████╗ ██████╗██╗ ██╗██╗████████╗
██╔══██╗██║██╔══██╗██╔══██╗╚══██╔══╝╚══██╔══╝██╔══██╗██╔════╝██║ ██╔╝██║╚══██╔══╝
███████║██║██████╔╝███████║ ██║ ██║ ███████║██║ █████╔╝ ██║ ██║
██╔══██║██║██╔══██╗██╔══██║ ██║ ██║ ██╔══██║██║ ██╔═██╗ ██║ ██║
██║ ██║██║██║ ██║██║ ██║ ██║ ██║ ██║ ██║╚██████╗██║ ██╗██║ ██║
╚═╝ ╚═╝╚═╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝
********************************************************************************
Installing
********************************************************************************
"""
cd
cd /usr/bin
wget https://raw.githubusercontent.com/JoyGhoshs/Airattackit/master/airattack
chmod +x *
echo 'Installing Done Type airattack To Execute Airattackit'
read -p "press any key to exit ..."
clear