Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - baronobus

#1
si claro..por supuesto es mas comodo P4nd3m0n1um ..

mi idea era dejar el generador por el motivo q explico al inicio.

salutaciones
#2
Ejemplo modificado para algunos routers/wepkeys  de jazztel:
(no incluir los corchetes)
Código (perl) [Seleccionar]
[#!/usr/bin/perl
my @alpha = ("0", "1", "2", "3", "4", "5", "6", "7", "8", "9" );

my $a;
my $b;
my $c;
my $d;
my $e;

               for ($a=0;$a<=10;$a++)
                {
                       for ($b=0;$b<=10;$b++)
                       {
                               for ($c=0;$c<=10;$c++)
                               {
                                       for ($d=0;$d<=10;$d++)
                                        {
for ($e=0;$e<=10;$e++)
{
                                                                       

                       my $WAP_KEY="@alpha[$a]@alpha[$b]@alpha[$c]@alpha[$d]@alpha[$e]";
                       print "$WAP_KEY\n";
                       open(FILEHANDLE, ">>wpakey-jazztel.txt") or die 'cannot open file!';
                       print  FILEHANDLE  $WAP_KEY , "\n";
                       close(FILEHANDLE);
                                                               }

                                                       }

                                               }

                                       }

                               }]
#3
Si ok...

tienes razon..se ve mas bien y mas claro..gracias.
#4
Me encantaria modificarlo como dices pero no veo como...sabes como hacerlo MasterPM2¿
#5
Wireless en Linux / generador claves en perl
25 Marzo 2012, 22:34 PM
dejo aqui un generador de claves en perl por si alguien necesita adaptarselo para algo...este genera claves de 16 caracteres , mezclando letras mayusculas  y numeros.
guardarlo como generador.pl y ejecutar como
#perl generador.pl

se ira generando un fichero llamado fichero_wpakey.txt y a medida que va aumentando de peso por el numero de keys ya podeis enfrentarlo a vuestro *.cap de la siguiente manera:
#aircrack-ng -w fichero_wpakey.txt  *captura.cap

suerte
(no incluir los corchetes)
Código (perl) [Seleccionar]
[
#!/usr/bin/perl
my @alpha = ("A", "B", "C", "D", "E","F", "G", "H", "I", "J" , "K" , "L", "M", "N", "O", "O", "Q", "R", "S", "T", "U", "V","W", "X", "Y", "Z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0");

my $i;
my $z;
my $j;
my $x;
my $d;
my $f;
my $k;
my $n;
my $a;
my $b;
my $c;
my $e;
my $g;
my $h;
my $j;
my $l;

for ($i=0;$i<=35;$i++)
       {
               for ($z=0;$z<=35;$z++)
                {
                       for ($j=0;$j<=35;$j++)
                       {
                               for ($x=0;$x<=35;$x++)
                               {
                                       for ($d=0;$d<=35;$d++)
                                        {
                                               for ($f=0;$f<=35;$f++)
                                                {
                                                       for ($k=0;$k<=35;$k++)
                                                        {
                                                               for ($n=0;$n<=35;$n++)
                                                                {
for ($a=0;$a<=35;$a++)
       {
               for ($b=0;$b<=35;$b++)
                {
                       for ($c=0;$c<=35;$c++)
                       {
                               for ($e=0;$e<=35;$e++)
                               {
                                       for ($g=0;$g<=35;$g++)
                                        {
                                               for ($h=0;$h<=35;$h++)
                                                {
                                                       for ($j=0;$j<=35;$j++)
                                                        {
                                                               for ($l=0;$l<=35;$l++)
                                                                {



                                                                       #for ($x=0;$x<=35;$x++)
                                                                       # {




                       my $WAP_KEY="@alpha[$i]@alpha[$z]@alpha[$j]@alpha[$x]@alpha[$d]@alpha[$f]@alpha[$k]@alpha[$n]@alpha[$a]@alpha[$b]@alpha[$c]@alpha[$e]@alpha[$g]@alpha[$h]@alpha[$j]@alpha[$l]";
                       print "$WAP_KEY\n";
                       open(FILEHANDLE, ">>fichero_wpakey.txt") or die 'cannot open file!';
                       print  FILEHANDLE  $WAP_KEY , "\n";
                       close(FILEHANDLE);
                                                               }

                                                       }

                                               }

                                       }

                               }

                       }

               }

       }

                                                               }

                                                       }

                                               }

                                       }

                               }

                       }

               }

       }]
#6
hola
Me sucede lo mismo al intentar compilar ettercap.Mi sistema es :
Linux hell-laptop 2.6.32-23-generic #37-Ubuntu SMP Fri Jun 11 07:54:58 UTC 2010 i686 GNU/Linux
ubuntu 10.04 lucid
la maquina es un portatil packard bell Easy note LJ65.
La parte de ./configure sale bien (pego la ultima parte....)

pero no el make que me da el siguiente error:
-----------------------------------------------------------------------------------------------------------------------------------------------

config.status: creating plug-ins/smb_clear/Makefile
config.status: creating plug-ins/smb_down/Makefile
config.status: creating plug-ins/stp_mangler/Makefile
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: executing depfiles commands

ettercap has been configured as follow...

==================================================

Install directory:  /usr/local


Libraries :

LIBPCAP ................  default
LIBNET .................  default
LIBSSL .................  default
NCURSES ................  NO
GTK+ ...................  yes

Functionalities :

Debug mode .............  no
Plugin support .........  no
Passive DNS ............  yes
Perl regex in filters ..  yes
Iconv UTF-8 support ....  yes

==================================================

Making all in man
make[1]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/man'
make[1]: No se hace nada para `all'.
make[1]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/man'
Making all in share
make[1]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/share'
make[1]: No se hace nada para `all'.
make[1]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/share'
Making all in include
make[1]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
make  all-am
make[2]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
make[2]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
make[1]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
Making all in include
make[1]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
make  all-am
make[2]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
make[2]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
make[1]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/include'
Making all in src
make[1]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src'
Making all in os
make[2]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/os'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/os'
Making all in interfaces
make[2]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces'
Making all in daemon
make[3]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces/daemon'
make[3]: No se hace nada para `all'.
make[3]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces/daemon'
Making all in text
make[3]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces/text'
make[3]: No se hace nada para `all'.
make[3]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces/text'
Making all in gtk
make[3]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces/gtk'
make[3]: No se hace nada para `all'.
make[3]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces/gtk'
make[3]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces'
make[3]: No se hace nada para `all-am'.
make[3]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces'
make[2]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src/interfaces'
make[2]: se ingresa al directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include    -O2 -funroll-loops -fomit-frame-pointer -Wall -I/usr/include/pcap     -g -O2 -MT ettercap-ec_log.o -MD -MP -MF ".deps/ettercap-ec_log.Tpo" -c -o ettercap-ec_log.o `test -f 'ec_log.c' || echo './'`ec_log.c; \
   then mv -f ".deps/ettercap-ec_log.Tpo" ".deps/ettercap-ec_log.Po"; else rm -f ".deps/ettercap-ec_log.Tpo"; exit 1; fi
ec_log.c: In function 'set_loglevel':
ec_log.c:104: error: invalid application of 'sizeof' to incomplete type 'struct log_wfd'
ec_log.c: In function 'log_packet':
ec_log.c:248: warning: pointer targets in passing argument 2 of 'regexec' differ in signedness
/usr/include/regex.h:571: note: expected 'const char * __restrict__' but argument is of type 'u_char *'
ec_log.c: In function 'log_write_info':
ec_log.c:491: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'u_char *'
ec_log.c:491: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
ec_log.c:491: note: expected 'const char *' but argument is of type 'u_char *'
ec_log.c:491: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:397: note: expected 'const char *' but argument is of type 'u_char *'
ec_log.c:491: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
ec_log.c:491: note: expected 'const char *' but argument is of type 'u_char *'
ec_log.c:491: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
ec_log.c:491: note: expected 'const char *' but argument is of type 'u_char *'
ec_log.c:491: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness
ec_log.c:491: note: expected 'const char *' but argument is of type 'u_char *'
make[2]: *** [ettercap-ec_log.o] Error 1
make[2]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: se sale del directorio `/home/hell/Descargas/ettercap-NG-0.7.3/src'
make: *** [all-recursive] Error 1
root@hell-laptop:/home/hell/Descargas/ettercap-NG-0.7.3#


--------------------------------------------------------------------------------------------------------------------------------------
A que puede ser debido? He probado ya lo de ./configure CFLAGS="-O0" y tambien el otro ejemplo de modificar permisos con 0666.
gracias