very cool, nice job!!! what did you program it with?
also when you clear logs does it shred them or just remove them?
Aircrack-GUI-M4 Version
The ultimate GUI for aircrack-ng and wireless tools.GUI for monitor wireless.
Front-end of Aircrack-ng suite. Includes others wireless tools like macchanger. This program has been created to increase performance and accesibility to the controlling and scanning wireless networks.
DEMO OF PROGRAM
http://code.google.com/p/aircrackgui-m4/
################################################## ############################################
Johnny - GUI for John the Ripper
Johnny is a GUI for John the Ripper. It was proposed by Shinnok. You could look onto original version on John the Ripper GUI sketches page.
The first release is prepared to take more opinions from real users. This release includes all things from development release plus nice tabbed panel for mode selection and some additional clean-ups. Basic functionality is supposed to work: password could be loaded from file and cracked with different options.
http://openwall.info/wiki/john/johnny#Release-1
BT5 r2
apt-get install libqt4-dev
git clone https://github.com/AlekseyCherepanov/johnny.git -b release1
cd johnny
qmake
make && ./johnny
Last edited by metacom; 04-11-2012 at 10:39 AM.
very cool, nice job!!! what did you program it with?
also when you clear logs does it shred them or just remove them?
Looks very interesting!
I'll probably check it out.
Okay I am having the following issues:
I did run apt-get update before this:
I tried to run qmake and it told me to install libqt4-qmake, so I did.Code:root@bt:~/johnny# apt-get install libqt4-de Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package libqt4-de
Receiving this error.
Code:root@bt:~/johnny# make && ./johnny /usr/bin/uic-qt4 mainwindow.ui -o ui_mainwindow.h make: /usr/bin/uic-qt4: Command not found make: *** [ui_mainwindow.h] Error 127
Try this:
apt-get install libqt4-dev
I swear I have problems installing just about everything...
Code:root@bt:~# git clone http://github.com/AlekseyCherepanov/johnny.git -b release1 Initialized empty Git repository in /root/johnny/.git/ remote: Counting objects: 398, done. remote: Compressing objects: 100% (240/240), done. remote: Total 398 (delta 250), reused 306 (delta 158) Receiving objects: 100% (398/398), 189.31 KiB, done. Resolving deltas: 100% (250/250), done. root@bt:~# cd johnny root@bt:~/johnny# qmake WARNING: Found potential symbol conflict of mainwindow.cpp (mainwindow.cpp) in SOURCES WARNING: Found potential symbol conflict of mainwindow.h (mainwindow.h) in HEADERS root@bt:~/johnny# make Makefile:186: warning: overriding commands for target `moc_mainwindow.cpp' Makefile:177: warning: ignoring old commands for target `moc_mainwindow.cpp' /usr/share/qt3/bin/uic mainwindow.ui -o mainwindow.h g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o main.o main.cpp main.cpp:5:30: error: QtGui/QApplication: No such file or directory main.cpp: In function ‘int main(int, char**)’: main.cpp:14: error: ‘QCoreApplication’ has not been declared main.cpp:15: error: ‘QCoreApplication’ has not been declared main.cpp:16: error: ‘QCoreApplication’ has not been declared main.cpp:18: error: ‘QApplication’ was not declared in this scope main.cpp:18: error: expected ‘;’ before ‘app’ main.cpp:19: error: ‘MainWindow’ was not declared in this scope main.cpp:19: error: expected ‘;’ before ‘window’ main.cpp:20: error: ‘window’ was not declared in this scope main.cpp:22: error: ‘app’ was not declared in this scope main.cpp: At global scope: main.cpp:8: warning: unused parameter ‘argc’ main.cpp:8: warning: unused parameter ‘argv’ make: *** [main.o] Error 1
xreplicax
WARNING: Found potential symbol conflict of mainwindow.cpp (mainwindow.cpp)
Try this:
sudo apt-get remove qt3-dev-tools libqt3-mt-dev
sudo apt-get install libqt4-dev
@xreplicax
apt-get remove qt3-dev-tools libqt3-mt-dev
apt-get install libqt4-dev
Brilliant works perfectly Great work
Thanks for this.
sorry double post connections Internet wireless
Last edited by metacom; 04-16-2012 at 11:02 AM.