?>/script>'; } ?> BULLY: Mejoras, bugs, aclaraciones, etc. Widgets Magazine

Autor Tema: BULLY: Mejoras, bugs, aclaraciones, etc.  (Leído 93929 veces)

0 Usuarios y 2 Visitantes están viendo este tema.

bdpurcell

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #120 en: 26-09-2013, 12:43 (Jueves) »
Brian,
I owe you a loooong email since sunday. So sorry we couln't make a conference to talk about business and hobbies ;)
I'm trying to keep track as much as I can!
Trying to answer you today ok!?



No problem. It is good to be busy, my friend! 

Parece que bully viene para quedarse.

Correct!

Desconectado USUARIONUEVO

  • Colaborador
  • *
  • Mensajes: 15985
Re: BULLY para tontos | BULLY for dummies
« Respuesta #121 en: 26-09-2013, 12:45 (Jueves) »
Parece que bully viene para quedarse.

Citar
Correct!

I think around a simply script , to want new code on svn , and auto download & compile  ;D
« Última modificación: 26-09-2013, 14:02 (Jueves) por USUARIONUEVO »

alist3r

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #122 en: 26-09-2013, 12:57 (Jueves) »
Parece que bully viene para quedarse.

Correct!

I think around a simply script , to want new code on svn , and auto download & compile  ;D
[/quote]

well, I think I could take care of this. Quite simple indeed.

Desconectado geminis_demon

  • Colaborador
  • *
  • Mensajes: 2378
  • Prácticas precisas precisan práctica
Re: BULLY para tontos | BULLY for dummies
« Respuesta #123 en: 26-09-2013, 13:17 (Jueves) »
Parece que bully viene para quedarse.

Correct!


I think around a simply script , to want new code on svn , and auto download & compile  ;D

Yo ya había pensado en añadir esa función al script BullyWPSdialog, el script compararía la versión instalada con la versión de github y en caso de existir una nueva versión, descargarla y compilarla automáticamente.

El problema es que no encuentro la forma de saber que versión de bully tengo instalada  :-\
« Última modificación: 26-09-2013, 13:18 (Jueves) por geminis_demon »

alist3r

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #124 en: 26-09-2013, 13:36 (Jueves) »
Parece que bully viene para quedarse.

Correct!


I think around a simply script , to want new code on svn , and auto download & compile  ;D

Yo ya había pensado en añadir esa función al script BullyWPSdialog, el script compararía la versión instalada con la versión de github y en caso de existir una nueva versión, descargarla y compilarla automáticamente.

El problema es que no encuentro la forma de saber que versión de bully tengo instalada  :-\

ups...

Brian, could you make a quick-and-dirty update in order to include version number into a header and print it using "bully -V" or something like that so our script-making friends could check out version quickly and easily?   

Desconectado USUARIONUEVO

  • Colaborador
  • *
  • Mensajes: 15985
Re: BULLY para tontos | BULLY for dummies
« Respuesta #125 en: 26-09-2013, 14:04 (Jueves) »
Parece que bully viene para quedarse.

Correct!


I think around a simply script , to want new code on svn , and auto download & compile  ;D

Yo ya había pensado en añadir esa función al script BullyWPSdialog, el script compararía la versión instalada con la versión de github y en caso de existir una nueva versión, descargarla y compilarla automáticamente.

El problema es que no encuentro la forma de saber que versión de bully tengo instalada  :-\


cierto , la instalada no la sabes ...a menos que consultes el  log del paquete ..como hago yo con wireshark.


Desconectado USUARIONUEVO

  • Colaborador
  • *
  • Mensajes: 15985
Re: BULLY para tontos | BULLY for dummies
« Respuesta #126 en: 26-09-2013, 14:10 (Jueves) »
Código: [Seleccionar]
grep bully-svn_revision_ /var/log/packages/* | head -n1 | cut -d- -f3- | cut -d " " -f 7
y de hay cortas lo que quieras  ;D

mejor todabia


Código: [Seleccionar]
grep bully-svn_revision_ /var/log/packages/* | head -n1 | cut -d- -f3- | cut -d " " -f 7 | cut -c 20-21
« Última modificación: 26-09-2013, 14:12 (Jueves) por USUARIONUEVO »

Desconectado geminis_demon

  • Colaborador
  • *
  • Mensajes: 2378
  • Prácticas precisas precisan práctica
Re: BULLY para tontos | BULLY for dummies
« Respuesta #127 en: 26-09-2013, 14:12 (Jueves) »
Tambiñen podría hacerlo así, aunque si alguien lo instala por su cuenta no quedaría reflejado en el log de pauete.

Si Brian añade la opción de consultar la versión mejor que mejor  :D

bdpurcell

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #128 en: 26-09-2013, 14:16 (Jueves) »
Parece que bully viene para quedarse.

Correct!


I think around a simply script , to want new code on svn , and auto download & compile  ;D

Yo ya había pensado en añadir esa función al script BullyWPSdialog, el script compararía la versión instalada con la versión de github y en caso de existir una nueva versión, descargarla y compilarla automáticamente.

El problema es que no encuentro la forma de saber que versión de bully tengo instalada  :-\

ups...

Brian, could you make a quick-and-dirty update in order to include version number into a header and print it using "bully -V" or something like that so our script-making friends could check out version quickly and easily?   

No problem. Give me a day or two

Desconectado USUARIONUEVO

  • Colaborador
  • *
  • Mensajes: 15985
Re: BULLY para tontos | BULLY for dummies
« Respuesta #129 en: 26-09-2013, 14:27 (Jueves) »
Parece que bully viene para quedarse.

Correct!


I think around a simply script , to want new code on svn , and auto download & compile  ;D

Yo ya había pensado en añadir esa función al script BullyWPSdialog, el script compararía la versión instalada con la versión de github y en caso de existir una nueva versión, descargarla y compilarla automáticamente.

El problema es que no encuentro la forma de saber que versión de bully tengo instalada  :-\

ups...

Brian, could you make a quick-and-dirty update in order to include version number into a header and print it using "bully -V" or something like that so our script-making friends could check out version quickly and easily?    

No problem. Give me a day or two

Finally  ;D

Thanks ¡¡


Ya tengo mi cutre script ... lo publicare en desarrollo... me he limitado solo a comparar versiones, ...y avisar , si el usuario lo decide , se creara un xzm con la version svn , pero no se instalara.

asi pues queda un xzm , que el usuario instalara si lo usa en hd y si no lo llevara a modules y punto.
« Última modificación: 26-09-2013, 14:29 (Jueves) por USUARIONUEVO »

bdpurcell

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #130 en: 27-09-2013, 01:21 (Viernes) »
Parece que bully viene para quedarse.

Correct!


I think around a simply script , to want new code on svn , and auto download & compile  ;D

Yo ya había pensado en añadir esa función al script BullyWPSdialog, el script compararía la versión instalada con la versión de github y en caso de existir una nueva versión, descargarla y compilarla automáticamente.

El problema es que no encuentro la forma de saber que versión de bully tengo instalada  :-\

ups...

Brian, could you make a quick-and-dirty update in order to include version number into a header and print it using "bully -V" or something like that so our script-making friends could check out version quickly and easily?    

No problem. Give me a day or two

Finally  ;D

Thanks ¡¡


Ya tengo mi cutre script ... lo publicare en desarrollo... me he limitado solo a comparar versiones, ...y avisar , si el usuario lo decide , se creara un xzm con la version svn , pero no se instalara.

asi pues queda un xzm , que el usuario instalara si lo usa en hd y si no lo llevara a modules y punto.

Added -V (--version) option to bully. Check out version 1.0-16 on github  :)

Important note to script authors : Options --acktime (-a), --timeout (-t), and --m13time (-m) are deprecated. Bully will still accept them on the command line (I didn't want to break the scripts) but they are IGNORED and will be removed in a future revision.

Has anyone had time to test bully using the new throttling algorithm ?

Cheers!
B

alist3r

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #131 en: 27-09-2013, 01:27 (Viernes) »
you are awesome dudeeee!

thank you very much.

it's 1:30 am here and I have to go to sleep. tomorrow is a day for meetings and writings and keeping up with the pending jobs, including ours. I promiseeee

PD: so sorry I have not tested new version yet, I have spent all the day with two customers, and had no time for more 
« Última modificación: 27-09-2013, 01:30 (Viernes) por alister »

bdpurcell

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #132 en: 27-09-2013, 01:44 (Viernes) »
Fixed a small problem and updated README.md : See v1.0-17

@alist3r : No worries :)

Desconectado geminis_demon

  • Colaborador
  • *
  • Mensajes: 2378
  • Prácticas precisas precisan práctica
Re: BULLY para tontos | BULLY for dummies
« Respuesta #133 en: 27-09-2013, 09:54 (Viernes) »
Citar
Added -V (--version) option to bully. Check out version 1.0-16 on github

Gracias!  >:(

Desconectado USUARIONUEVO

  • Colaborador
  • *
  • Mensajes: 15985
Re: BULLY para tontos | BULLY for dummies
« Respuesta #134 en: 27-09-2013, 10:57 (Viernes) »
version.h    >:( >:( >:( >:( >:(

buckynet

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #135 en: 28-09-2013, 18:44 (Sábado) »
Muy guenas a tod@s !!

I testing bully using the new throttling algorithm in version v1.0-17.

I do not see anything unusual, there are no problems in my tests. I hope that does not appear any problem.  >:(

bdpurcell

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #136 en: 28-09-2013, 21:25 (Sábado) »
Thanks buckynet! That's perfect. I always test everything first, but it's nice to have confirmation from others.

B

alist3r

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #137 en: 29-09-2013, 01:23 (Domingo) »
we neeed problematic routers to do the tests, since the non-problematic ones reflect the same behavior as usual.
my tests ended up with similar results.

I want to test the algrithm in more complex conditions, but I don't know what can I devise to do so.

Necesitamos a gente a la que tradicionalmente, bully no le haya funcionado correctamente debido a problemas de distintos tipos: atascado en el mismo PIN, errores WPSFail, etc

cristi_28

  • Visitante
Re: BULLY para tontos | BULLY for dummies
« Respuesta #138 en: 03-10-2013, 20:15 (Jueves) »
we neeed problematic routers to do the tests, since the non-problematic ones reflect the same behavior as usual.
my tests ended up with similar results.

I want to test the algrithm in more complex conditions, but I don't know what can I devise to do so.

Necesitamos a gente a la que tradicionalmente, bully no le haya funcionado correctamente debido a problemas de distintos tipos: atascado en el mismo PIN, errores WPSFail, etc

pues aqui tienes dos routers problematicos  parese que el cambio de timeout automatico no va del todo bien ejemplos :

Código: [Seleccionar]
[!] Bully v1.0-18 - WPS vulnerability assessment utility
[+] Switching interface 'mon0' to channel '11'
[!] Using '00:11:22:33:44:55' for the source MAC address
[+] Datalink type set to '127', radiotap headers present
[+] Scanning for beacon from 'f8:1b:fa:xx:xx:xx' on channel '11'
[+] Got beacon for 'MOVISTAR_XXXX' (f8:1b:fa:xx:xx:xx)
[+] Loading randomized pins from '/root/.bully/pins'
[!] Restoring session from '/root/.bully/f81bfaxxxxxx.run'
[!] WARNING: WPS checksum was bruteforced in prior session, now autogenerated
[!] WARNING: Randomized search requested but prior session was sequential
[+] Index of starting pin number is '1234567'
[+] Last State = 'NoAssoc'   Next pin '42731689'
[+] Sent packet not acknowledged after 3 attempts
[+] Tx(  ID  ) = 'Timeout'   Next pin '42731689'
[+] Rx(  ID  ) = 'Timeout'   Next pin '42731689'
[+] Rx( Assn ) = 'Timeout'   Next pin '42731689'
[!] Unexpected packet received when waiting for WPS Message
[!] >00001a002f480000472a7c0a0000000010029e09a000bd010000080a3a01001122334455f81bfaxxxxxxcc1afa56e528a016aaaa0300000086dd6000000000183afffe800000000000000000000000000001ff02000000000000000000000000000186008f154058001e00000000000000000101cc1afa56e528abc4c741<
[+] Rx(M2D/M3) = 'WPSFail'   Next pin '42731689'
[+] Sent packet not acknowledged after 3 attempts
[+] Tx(DeAuth) = 'Timeout'   Next pin '42731689'
[+] Rx( Assn ) = 'Timeout'   Next pin '42731689'
[+] Sent packet not acknowledged after 3 attempts
[+] Tx(DeAuth) = 'Timeout'   Next pin '42731689'
[+] Rx( Assn ) = 'Timeout'   Next pin '42731689'
[+] Sent packet not acknowledged after 3 attempts
[+] Tx(DeAuth) = 'Timeout'   Next pin '42731689'
[!] Unexpected packet received when waiting for WPS Message
[!] >00001a002f4800000b96e20a0000000010029e09a000c0010000080a3a01001122334455f81bfaxxxxxxcc1afa56e528f01baaaa0300000086dd6000000000183afffe800000000000000000000000000001ff02000000000000000000000000000186008f154058001e00000000000000000101cc1afa56e528f0ae4373<
[+] Rx(M2D/M3) = 'WPSFail'   Next pin '42731689'
[+] Rx( Assn ) = 'Timeout'   Next pin '42731689'
[+] Rx(  ID  ) = 'Timeout'   Next pin '42731689'
[+] Rx(  ID  ) = 'Timeout'   Next pin '42731689'
[+] Rx( Auth ) = 'Timeout'   Next pin '42731689'
[+] Rx( Assn ) = 'Timeout'   Next pin '42731689'
[+] Rx( Auth ) = 'Timeout'   Next pin '42731689'
[+] Rx( Auth ) = 'Timeout'   Next pin '42731689'
[+] Rx( Auth ) = 'Timeout'   Next pin '42731689'
[+] Rx( Auth ) = 'Timeout'   Next pin '42731689'
[+] Rx( Assn ) = 'Timeout'   Next pin '42731689'
[+] Sent packet not acknowledged after 3 attempts
[+] Tx(DeAuth) = 'Timeout'   Next pin '42731689'
[+] Sent packet not acknowledged after 3 attempts
[+] Tx(DeAuth) = 'Timeout'   Next pin '42731689'

y la cosa cambia cuando ponemos el pin

Código: [Seleccionar]
[!] Bully v1.0-18 - WPS vulnerability assessment utility
[+] Switching interface 'mon0' to channel '11'
[!] Starting pin specified, defaulting to sequential mode
[!] Using '00:11:22:33:44:55' for the source MAC address
[+] Datalink type set to '127', radiotap headers present
[+] Scanning for beacon from 'f8:1b:fa:xx:xx:xx' on channel '11'
[+] Got beacon for 'MOVISTAR_XXXX' (f8:1b:fa:xx:xx:xx)
[!] Restoring session from '/root/.bully/f81bfaxxxxxx.run'
[!] WARNING: WPS checksum was autogenerated in prior session, now bruteforced
[!] WARNING: Sequential search requested but prior session was randomized
[+] Index of starting pin number is '1234xxxx'
[+] Last State = 'NoAssoc'   Next pin '1234xxxx'
[*] Pin is '1234xxxx', key is 'THSWzhLxxxxxxxxxxxxxx'
Saved session to '/root/.bully/f81bfaxxxxxx.run'

        PIN : '1234xxxx'
        KEY : 'THSWzhLxxxxxxxxxxxxxx'

ejemplo nr 2

primero con el pin
Código: [Seleccionar]
[!] Bully v1.0-18 - WPS vulnerability assessment utility
[+] Switching interface 'mon0' to channel '6'
[!] Starting pin specified, defaulting to sequential mode
[!] Using '00:11:22:33:44:55' for the source MAC address
[+] Datalink type set to '127', radiotap headers present
[+] Scanning for beacon from 'bc:76:70:xx:xx:xx' on channel '6'
[+] Got beacon for 'FTE-XXXX' (bc:76:70:xx:xx:xx)
[!] Restoring session from '/root/.bully/bc7670xx:xx:xx.run'
[!] WARNING: WPS checksum was autogenerated in prior session, now bruteforced
[!] WARNING: Sequential search requested but prior session was randomized
[+] Index of starting pin number is '5999xx:xx:xx'
[+] Last State = 'NoAssoc'   Next pin '5999xx:xx:xx'
[*] Pin is '5999xx:xx:xx', key is '5C215e19A1E6'
Saved session to '/root/.bully/bc7670xx:xx:xx.run'

        PIN : '5999xx:xx:xx'
        KEY : '5C21xxxxxxxxx'
y despues sin pin

Código: [Seleccionar]
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx(Beacon) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx(  ID  ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Assn ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
[+] Rx( Auth ) = 'Timeout'   Next pin '83423017'
^C
Saved session to '/root/.bully/bc7670xx:xx:xx.run'


son 2 aps diferentes uno FTE y el otro MOVISTAR pero seguro que hay mas
« Última modificación: 03-10-2013, 20:18 (Jueves) por cristi_28 »

goyfilms

  • Visitante
Re:
« Respuesta #139 en: 05-10-2013, 21:38 (Sábado) »
Donde puedo descargar la versión de bully en español? Me he bajado la última versión snv y al compilar no se crea el bully.es

Enviado desde el móvil