-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.sh
50 lines (31 loc) · 1.33 KB
/
setup.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/bash
clear
#define color
red='\e[1;31m'
green='\e[1;32m'
blue='\e[1;34m'
blink='\e[5m'
stop_blink='\e[25m'
stop_color='\e[0m'
echo -e "$red**********************************************************************$stop_color"
echo -e """ $green
.-----.-----.| |_.--.--.--.-----.----.| |--.-----.----.---.-.-----.-----.-----.----.
| | -__|| _| | | | _ | _|| <|__ --| __| _ | | | -__| _|
|__|__|_____||____|________|_____|__| |__|__|_____|____|___._|__|__|__|__|_____|__|
------------------------------------------------------------------------------------
Crafted by sidharth
Twitter: kidnapshadow_kd
------------------------------------------------------------------------------------
$stop_color """
echo -e "$red**********************************************************************$stop_color"
echo -e "Getting Things Ready For You..... :) \n"
apt-get install python3
apt-get install python3-pip
pip3 install scapy.all
pip3 install sys
pip3 install colorama
chmod +x network_scanner.py
cp network_scanner.py /usr/bin/network_scanner.py
echo -e "\ndone...\n"
clear
python3 network_scanner.py 127.0.0.1