PDA

View Full Version : gerix wifi cracker prblem installing



newtester
2013-04-17, 22:16
root@root:~# sudo python '/root/Desktop/gerix/gerix-wifi-cracker-master/gerix.py'
Traceback (most recent call last):
File "/root/Desktop/gerix/gerix-wifi-cracker-master/gerix.py", line 12, in <module>
from qt import *
ImportError: No module named qt

hausoo
2013-04-20, 02:27
the readme

You need the modules:
qt (v.3)

kali uses pyqt4

open up qt creator port gerix over to qt4

chaoslde
2013-04-20, 13:01
the readme

You need the modules:
qt (v.3)

kali uses pyqt4

open up qt creator port gerix over to qt4

sorry for the noob question,but how i do that??

thanks.

hausoo
2013-04-24, 01:10
Install qt4-Designer qtcreator just opening gerix.ui with qt4-designer will convert it to qt4 format and from console you can use qt3to4
qt3to4 only works with .pro or .pri files so use qmake -project to make your .pro file then qt3to4 gerix.pro to convert all files in build

# qt3to4 -h
# qmake -h

nix
2013-05-10, 16:30
did you get this to work?

kaju666
2013-05-12, 12:45
anyone do that, its quite to complicated for me

JusCunningham
2013-05-13, 16:41
Download the gerix .zip file from github.
unzip gerix-wifi-cracker-master.zip
cd gerix-wifi-cracker-master
apt-get install qt4-designer qtcreator pyqt4-dev-tools
qmake -project
qt3to4 gerix-wifi-cracker-master.pro
qmake -makefile
make
<all sorts of compile errors: namely, gerix.ui.h 'main_window' has not been declared.>
umm... main_window is declared, line 18 of gerix.py

As i am guessing at what I am doing.... Any input would be good. While I appreciate the vague clues hausoo, I believe I am stuck at this point, offered up what details I could add, and could use a little more coaching. I find it hard to believe that there is not more information on this topic laying around... Been searching all morning. Thank you team!

Skin36
2013-05-17, 15:12
im try to remake gerix on PyQt4

http://bitbucket.org/Skin36/gerix-wifi-cracker-pyqt4/src

need help in testing

Skin36
2013-05-28, 16:59
add wps attack

zimmaro
2013-05-28, 20:31
im try to remake gerix on PyQt4

http://bitbucket.org/Skin36/gerix-wifi-cracker-pyqt4/src

need help in testing

a big thank you for this work!!
many thanks for share!!
:)

Hizagashira
2013-05-29, 21:54
im try to remake gerix on PyQt4

http://bitbucket.org/Skin36/gerix-wifi-cracker-pyqt4/src

need help in testing

Great!

i thank you very much for porting this excellent tool in Kali!
I was fond to Gerix :)

big thanks!

romed
2013-10-01, 18:08
root@kali:~/gerix-wifi-cracker-master# python gerix.py

Config directory OK

Traceback (most recent call last):
File "gerix.py", line 1235, in <module>
ui.fill_input_fields()
File "gerix.py", line 1178, in fill_input_fields
self.slot_line_wpa_deauth_hand()
File "gerix.py", line 1082, in slot_line_wpa_deauth_hand
self.deauth_WPA_num = str(self.spin_wpa_deauth_hand.text())
UnicodeEncodeError: 'ascii' codec can't encode character u'\u06f4' in position 0: ordinal not in range(128)

n4ked44
2013-10-17, 18:19
Hello

Why I get this error?

root@KALI:~/gerix-wifi-cracker-master# python gerix.py

Config directory OK

Traceback (most recent call last):
File "gerix.py", line 1235, in <module>
ui.fill_input_fields()
File "gerix.py", line 1166, in fill_input_fields
self.slot_reload_interfaces()
File "gerix.py", line 725, in slot_reload_interfaces
item.setText(intf[2])
IndexError: list index out of range

Fattman
2013-10-26, 16:37
My friend from uni has done a tutorial on installing Gerix to Kali.

Hope this helps.

http://uwnthesis.wordpress.com/2013/07/17/how-to-install-gerix-wifi-cracker-on-kali/

BBJohn
2013-11-22, 13:27
im try to remake gerix on PyQt4

http://bitbucket.org/Skin36/gerix-wifi-cracker-pyqt4/src

need help in testing

Hello Skin36,
first of all thank you very much for your work.
I have a problem I hope you can help me with. I posted about it on two other forums (one of them is http://forum.aircrack-ng.org) and I couldn't find a solution until now.
If you don't mind please read the linked thread, this way I don't have to retype everything:

http://forum.aircrack-ng.org/index.php/topic,398.0.html

I must admit I like working with gerix quite often.
Hopefully you'll read my posting soon providing a working solution.
Thank you in advance.

hwally
2014-10-24, 04:33
I've tried downloading Gerix from bitbucket and github. I get the same message for both. ERROR: The certificate of github.com (bitbucket.com) is not trusted.
The certificate has not yet been activated. Any solutions?