-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.sh
executable file
·249 lines (222 loc) · 6.81 KB
/
index.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
#!/bin/bash
BLACK='\e[30m'
RED='\e[31m'
GREEN='\e[92m'
YELLOW='\e[33m'
ORANGE='\e[93m'
BLUE='\e[34m'
PURPLE='\e[35m'
CYAN='\e[36m'
WHITE='\e[37m'
NC='\e[0m'
purpal='\033[35m'
if [[ "$(id -u)" -ne 0 ]]; then
echo -e "${RED}Unable To Start CyberHack, Are You Rooted? "
exit 1
fi
function main() {
echo "Complete!"
exit 1
}
clear
echo -e "${ORANGE}"
echo ""
echo "
░█████╗░██╗░░░██╗██████╗░███████╗██████╗░██╗░░██╗░█████╗░░█████╗░██╗░░██╗
██╔══██╗╚██╗░██╔╝██╔══██╗██╔════╝██╔══██╗██║░░██║██╔══██╗██╔══██╗██║░██╔╝
██║░░╚═╝░╚████╔╝░██████╦╝█████╗░░██████╔╝███████║███████║██║░░╚═╝█████═╝░
██║░░██╗░░╚██╔╝░░██╔══██╗██╔══╝░░██╔══██╗██╔══██║██╔══██║██║░░██╗██╔═██╗░
╚█████╔╝░░░██║░░░██████╦╝███████╗██║░░██║██║░░██║██║░░██║╚█████╔╝██║░╚██╗
░╚════╝░░░░╚═╝░░░╚═════╝░╚══════╝╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝░╚════╝░╚═╝░░╚═╝
Made by: CyberRide
github: https://github.com/CyberRide
";
echo -e "
${CYAN}Spoofer Tools Network Analysis Scanner Tools SSH / FTP Other${GREEN}
--------------------------------------------------------------------------------------------------------------------
${WHITE}[1]${GREEN} ArpSpoofer ${WHITE}[7]${GREEN} Network Scanner ${WHITE}[10]${GREEN} PortScanner ${WHITE}[13]${GREEN} Anonymous Login ${WHITE}[16]${GREEN} Directory Discover
${WHITE}[2]${GREEN} FtpSniffer ${WHITE}[8]${GREEN} Fake AP ${WHITE}[11]${GREEN} Retrieve Banner ${WHITE}[14]${GREEN} SSH Brute ${WHITE}[17]${GREEN} Wifi Stealer
${WHITE}[3]${GREEN} HttpSniffer ${WHITE}[9]${GREEN} Packet Analyzer ${WHITE}[12]${GREEN} Vulnerability Scanner ${WHITE}[15]${GREEN} Ftp Brute ${WHITE}[18]${GREEN} Website Code copier ${WHITE}[4]${GREEN} MacChanger ${WHITE}[19]${GREEN} About Us ${WHITE}[5]${GREEN} MacSniffer
${WHITE}[6]${GREEN} SynFlooder
---------------------------------------------------------------------------------------------------------------------
${NC}";
echo -n -e "${BLUE}Bl4nk >>${NC} "
read choice
if [ $choice == 1 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 arpSpoofer.py
sleep 5
cd -
sudo cyberhack
fi
if [ $choice == 2 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 ftpSniffer.py
sleep 5
cd -
sudo cyberhack
fi
if [ $choice == 3 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 httpSniffer.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 4 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 macChanger.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 5 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 macSniffer.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 6 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 synFlooder.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 7 ]; then
echo -e "${RED}[!] This Tool Will Only Work On Operating Systems With Wlan0 (Kali Linux, Parrot Os etc.) Do You Want To Continue? (y/n)"
echo -n -e "${BLUE}Bl4nk >>${NC} "
read choice
if [ $choice == y ]; then
echo "Loading..."
echo -ne '##### (33%)\r'
sleep 1
echo -ne '############# (66%)\r'
sleep 1
echo -ne '####################### (100%)\r'
echo -ne '\n'
echo "Done!!!"
sleep 2
clear
cd /usr/share/doc/cyberhack/modules
echo -e "${RED}[!] This Tool Needs Monitoring Mode Enabled To Work, Do You Want To Enable Monitoring Mode? (y/n)"
echo -n -e "${BLUE}Bl4nk >>${NC} "
read choice
if [ $choice == y ]; then
sudo ifconfig wlan0 down
sudo iwconfig wlan0 mode monitor
sudo ifconfig wlan0 up
echo -e "${GREEN}[*] Monitoring Mode Enabled Successfully !!!"
sleep 2
python3 wifi-scanner.py
else
echo -e "${RED}Exiting ..."
sleep 2
cd -
sudo bash main.sh
fi
fi
fi
if [ $choice == 8 ]; then
echo -e "${RED}[!] This Tool Will Only Work On Operating Systems With Wlan0 (Kali Linux, Parrot Os etc.) Do You Want To Continue? (y/n)"
echo -n -e "${BLUE}Bl4nk >>${NC} "
read choice
if [ $choice == y ]; then
echo "Loading..."
echo -ne '##### (33%)\r'
sleep 1
echo -ne '############# (66%)\r'
sleep 1
echo -ne '####################### (100%)\r'
echo -ne '\n'
echo "Done!!!"
sleep 2
clear
cd /usr/share/doc/cyberhack/modules
clear
sudo python3 FakeAP.py
else
cd -
sudo bash main.sh
fi
fi
if [ $choice == 9 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 packetAnalyzer.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 10 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 advancedPortScanner.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 11 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 retrieveBanner.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 12 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 vulnerabilityScanner.py Vulnerability.txt
sleep
cd -
sudo cyberhack
fi
if [ $choice == 13 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 anonymousLogin.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 14 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 sshBrute.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 15 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 ftpBrute.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 16 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 directoryDiscover.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 17 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 wifiStealer.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 18 ]; then
cd /usr/share/doc/cyberhack/modules
sudo python3 copier.py
sleep
cd -
sudo cyberhack
fi
if [ $choice == 19 ]; then
echo -e "${GREEN}[*] This Tool Is Made For Education Purposes Only !!!
[*] This tool is actively being worked on !!!
[*] Developer: CyberRide
[*] GitHub: https://github.com/CyberRide
[*] Facebook: https://facebook.com/CyberRide/"
sleep 15
sudo cyberhack
fi