elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Guía rápida para descarga de herramientas gratuitas de seguridad y desinfección


+  Foro de elhacker.net
|-+  Seguridad Informática
| |-+  Hacking Wireless
| | |-+  Wireless en Linux
| | | |-+  GUI Para suite Aircrack-ng + Complementos
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: GUI Para suite Aircrack-ng + Complementos  (Leído 9,429 veces)
supremo12345

Desconectado Desconectado

Mensajes: 11


Ver Perfil
GUI Para suite Aircrack-ng + Complementos
« en: 13 Febrero 2011, 05:47 am »

Buenas,
Hace algun tiempo que me meti en el tema de la auditoria wireless, y siempre he usado aircrack-ng y otras herramientas para hacer mis 'cositas'. Siempre he hechado en falta una buena GUI para el programa, porque, es una de las cosas que mas llaman de un programa a primera vista, aparte de hacerlo mas facil de manejar.

Aunque para algunas personas metidas en la informatica (como yo), usar la terminal para hacer de todo no es problema alguno, siempre es mejor que haya una GUI para simplificar y hacer mas ameno todo el proceso.

Pues bien, despues de buscar y buscar, no he encontrado una GUI completa, sencilla, y que funcione bien. Encontre un par que no estaban mal, pero eran demasiado simples y no explotaban la potencia de aircrack-ng.

Asique, hace algunos dias, me puse a programar una GUI en el entorno de programacion QT (C++). Mi intencion es hacer la GUI mas completa y funcional posible.

 Me gustaria apuntar que he tenido que modificar 'un poco' el codigo de algunos modulos de aircrack. Esto lo he tenido que hacer por 2 motivos:

1. Para mejorar la eficiencia global (imaginaos que siempre que se ejecuta la gui, por 'debajo' se pueden ejecutar uno o mas procesos de aircrack, y, por ejemplo, estos me pueden estar imprimiendo basura que no me hace falta, consumiendo CPU y petandome el buffer entre el proceso aircrack y mi programa).

2. Para obtener datos que me hacen falta en momentos concretos, y que aircrack no 'tira'.

Por ello, yo en el codigo original de aircrack tngo comentarios de lo poco que he cambiado, para que, cada vez que se saque una version de aircrack, rapidamente se pueda parchear para funcionar con la GUI. Aircrack-ng YA VENDRA CON LA GUI, por lo que no habra que compilar ni instalar aircrack (puedes instalar aircrack si kieres, pero la GUI va a ejecutar el aircrack que tiene precompilado). En un futuro esto se podria arreglar, pero de momento no es una cosa grave. Si todos los dias sacaran unas version de aircrack, entonces seria muy diferente xD.

Me gustaria ir publicando por aqui las distintas versiones parciales para ser testeadas y corregidas.


Salu2!

DISPONIBLE VERSION DE 32 Y 64 BITS

[ACTUALIZACION]
0.7.0 Final WEP Edition
*******************************************
[spa]
Es *NECESARIO* descargar el paquete nuevo completo
desde la pagina de googlecode.
http://code.google.com/p/aircrackgui-m4/
Si actualizas a esta version desde una previa,
llegaras a la version 0.6.8 RC, no a la 0.7.0 Final.
[eng]
Its *NECESSARY* to download complete new
packet from googlecode page.
http://code.google.com/p/aircrackgui-m4/
If you update from previous version,
you will get version 0.6.8 RC, not 0.7.0 Final.
*******************************************
* Libs Updated
* Segmentation fault fixed in some systems (due to updating libs)
* DEBUG MODE COMPLETELY BUILD! (option -d when launch the program)
* Export keys added in historicalNetwork
* Added start script to project svn
* Modified start script. Now is more powerfull
* Some optimizations

0.6.7 RC
*************************************
IMPORTANT: STOP ALL PROCESSES OF AIRCRACK-GUI-M4 BEFORE UPDATING!!
IF you update the program while any process is running, the update
could corrupt any bin
*************************************
* While monitoring, now all stations associated are selected
* Added progressBar to chopChop Attack
* Added warning if we launch one process that is already running
* Super Bug Fixed In Aircrack
* Now Aircrack will restart by himself when fails. No time.
* Added Method to stop all attacks
* Added Method to show additional info about BSSIDs
* Advanced Optimizacions in airodump process.
* Other little BugFixes And Optimizations

0.6.5 RC
***********************************************************
IMPORTANT: STOP ALL PROCESSES OF AIRCRACK-GUI-M4 BEFORE UPDATING!!
IF you update the program while any process is running, the update
could corrupt any bin
***********************************************************
* CHOPCHOP ATTACK IMPLEMENTED!! [Experimental]
* New method to forge arp in chopchop attack that INCREASE X 3 INJECTION RATE
* Fix bug when reached 200 ESSID [thx to drvalium]
* Max ESSID increased to 500
* Now captures from attack broadcast are stored in broadcast captures
* Option Interface Rebuild
* Added options to fragmentation and chopcop attack
* Other optimizations

0.6.0 RC Released [updateable from any version]
***********************************************************
IMPORTANT: STOP ALL PROCESSES OF AIRCRACK-GUI-M4 BEFORE UPDATING!!
IF you update the program while any process is running, the update
could corrupt any bin
***********************************************************
* FRAGMENTATION attack IMPLEMENTED! [Experimental]
* aireplay.c from original aircrack-ng Modifided - then bin changes [IMPORTANT!!]
* SUPER-BUG FIXED: Now, ALL STATIONS ASSOCIATED will appear in the below table when capturing
* Send rate fixed to 512 as standard
* Implement method to do all attacks in the same time.
* Method to forge arp request implemented

VERSION 0.5.0 BETA
* AUTO-UPDATE IMPLEMENTED!!!!  
* Main Table Of Airodump Rebuild  
* Macchanger Fix Bug
* ARP replay Fix bug
* Aircrack Fix Bug
* Autodetection of interface in monitor mode
* Autosetting of interface after execute airmon
* Key autoformatted in Historical Network
* Crack from Historical Network
* Code Optimized

http://code.google.com/p/aircrackgui-m4/




VIDEOS DEMOSTRATIVOS


CODE + ATTACK http://www.youtube.com/watch?v=lFpYvhHbHWw

0.1.x Alfa version http://www.youtube.com/watch?v=MIbxwBXt1Ks

0.5.0 Beta version http://www.youtube.com/watch?v=e5OYPsqUqLo

0.6.0 RC http://www.youtube.com/watch?v=exE2sN37aQY





« Última modificación: 19 Mayo 2011, 20:51 pm por supremo12345 » En línea

lenin1818

Desconectado Desconectado

Mensajes: 77



Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #1 en: 18 Febrero 2011, 21:27 pm »

muy bueno pero pss es como el airoscript o no? pues es casi l mismo o k benficios tiene?
En línea

supremo12345

Desconectado Desconectado

Mensajes: 11


Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #2 en: 12 Mayo 2011, 03:38 am »

[ACTUALIZACION]

CHANGELOG
0.5.1 v2
 Now it is not necessary to unrar anything to update program.

0.5.1
 Attack Interactive ARP IMPLEMENTED.
 New directory to store replays from ARP reinjection. Automatic update from old versions =D.
 Fix Bug macchanger : in some distributions is necessary to install packet macchanger.
 Fix CRITICAL bug when try to attack without row selected
 Fix in airmon window when resolution is lower than 1024x768 [Thx to pac0 (seguridadwireless.net)]
 Add splash screen when loading the program

0.5.0 Beta2
 Fix CRITICAL Bug when trying crack in historical network without row selected

0.5.0 Beta
 AUTO-UPDATE IMPLEMENTED!!!!
 Main Table Of Airodump Rebuild
 Macchanger Fix Bug
 ARP replay Fix bug
 Aircrack Fix Bug
 Autodetection of interface in monitor mode
 Autosetting of interface after execute airmon
 Key autoformatted in Historical Network
 Crack from Historical Network
 Code Optimized

http://code.google.com/p/aircrackgui-m4/




VIDEOS DEMOSTRATIVOS


CODE + ATTACK http://www.youtube.com/watch?v=lFpYvhHbHWw

0.1.x Alfa version http://www.youtube.com/watch?v=MIbxwBXt1Ks

0.5.0 Beta version http://www.youtube.com/watch?v=e5OYPsqUqLo



En línea

Pac0 2

Desconectado Desconectado

Mensajes: 35



Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #3 en: 12 Mayo 2011, 20:54 pm »

Sigue así, supremo  ;-)
Cada vez está mejor  ;)
En línea

supremo12345

Desconectado Desconectado

Mensajes: 11


Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #4 en: 12 Mayo 2011, 23:38 pm »

0.6.0 RC Released [updateable from any version]
***********************************************************
IMPORTANT: STOP ALL PROCESSES OF AIRCRACK-GUI-M4 BEFORE UPDATING!!
IF you update the program while any process is running, the update
could corrupt any bin
***********************************************************
* FRAGMENTATION attack IMPLEMENTED! [Experimental]
* aireplay.c from original aircrack-ng Modifided - then bin changes [IMPORTANT!!]
* SUPER-BUG FIXED: Now, ALL STATIONS ASSOCIATED will appear in the below table when capturing
* Send rate fixed to 512 as standard
* Implement method to do all attacks in the same time.
* Method to forge arp request implemented
En línea

supremo12345

Desconectado Desconectado

Mensajes: 11


Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #5 en: 14 Mayo 2011, 02:51 am »

0.6.5 RC
***********************************************************
IMPORTANT: STOP ALL PROCESSES OF AIRCRACK-GUI-M4 BEFORE UPDATING!!
IF you update the program while any process is running, the update
could corrupt any bin
***********************************************************
* CHOPCHOP ATTACK IMPLEMENTED!! [Experimental]
* New method to forge arp in chopchop attack that INCREASE X 3 INJECTION RATE
* Fix bug when reached 200 ESSID [thx to drvalium]
* Max ESSID increased to 500
* Now captures from attack broadcast are stored in broadcast captures
* Option Interface Rebuild
* Added options to fragmentation and chopcop attack
* Other optimizations
En línea

supremo12345

Desconectado Desconectado

Mensajes: 11


Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #6 en: 19 Mayo 2011, 01:32 am »

chopChop x3
http://www.youtube.com/watch?v=feKRK0RomQg&feature=player_embedded
En línea

supremo12345

Desconectado Desconectado

Mensajes: 11


Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #7 en: 19 Mayo 2011, 16:24 pm »

0.7.0 Final WEP Edition
*******************************************
[spa]
Es *NECESARIO* descargar el paquete nuevo completo
desde la pagina de googlecode.
http://code.google.com/p/aircrackgui-m4/
Si actualizas a esta version desde una previa,
llegaras a la version 0.6.8 RC, no a la 0.7.0 Final.
[eng]
Its *NECESSARY* to download complete new
packet from googlecode page.
http://code.google.com/p/aircrackgui-m4/
If you update from previous version,
you will get version 0.6.8 RC, not 0.7.0 Final.
*******************************************
* Libs Updated
* Segmentation fault fixed in some systems (due to updating libs)
* DEBUG MODE COMPLETELY BUILD! (option -d when launch the program)
* Export keys added in historicalNetwork
* Added start script to project svn
* Modified start script. Now is more powerfull
* Some optimizations
En línea

neok84

Desconectado Desconectado

Mensajes: 1


Ver Perfil
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #8 en: 25 Junio 2011, 14:36 pm »

Hola mi hermano, muy buen aporte me costo una fortuna hacer correr la aplicación :) que posibilidades de modificar la encriptacion hay solo puedo ver las redes WEP???
En línea

тαптяα


Desconectado Desconectado

Mensajes: 1.151


Sic utere tuo ut alienum non laeda


Ver Perfil WWW
Re: GUI Para suite Aircrack-ng + Complementos
« Respuesta #9 en: 25 Junio 2011, 16:32 pm »

Muy bueno, creo que esto alentará aún más a esas personas que se habían decidido por joder a sus vecinos, pero que su ignorancia, frente a programas sin interfaz, había hecho imposible su misión. Ahora si que van a aparecer ultra-hackers-wifi-de-la-muerte.

No digo que no te lo hayas currado, pero si como tu dices..tu sabes usar la suite aircrack-ng en consola, porque hacer una aplicación, que consume más recursos y por tanto, tarda más en descifrar la clave de los paquetes..

Saludos
En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines