Results 1 to 16 of 16

Thread: gerix wifi cracker prblem installing

  1. #1
    Join Date
    2013-Mar
    Posts
    1

    gerix wifi cracker prblem installing

    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

  2. #2
    the readme

    You need the modules:
    qt (v.3)

    kali uses pyqt4

    open up qt creator port gerix over to qt4

  3. #3
    Join Date
    2013-Apr
    Posts
    5
    Quote Originally Posted by hausoo View Post
    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.

  4. #4
    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

  5. #5
    Join Date
    2013-Mar
    Location
    Canada
    Posts
    31
    did you get this to work?
    “A goal without a plan is just a wish.”

  6. #6
    Join Date
    2013-Mar
    Posts
    8
    anyone do that, its quite to complicated for me

  7. #7
    Join Date
    2013-Apr
    Location
    Philadelphia, PA, USA
    Posts
    4
    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!

  8. #8
    Join Date
    2013-May
    Location
    Stavropol
    Posts
    2
    im try to remake gerix on PyQt4

    http://bitbucket.org/Skin36/gerix-wi...cker-pyqt4/src

    need help in testing
    Last edited by Skin36; 2013-05-19 at 10:01.

  9. #9
    Join Date
    2013-May
    Location
    Stavropol
    Posts
    2
    add wps attack

  10. #10
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    Quote Originally Posted by Skin36 View Post
    im try to remake gerix on PyQt4

    http://bitbucket.org/Skin36/gerix-wi...cker-pyqt4/src

    need help in testing
    a big thank you for this work!!
    many thanks for share!!

  11. #11
    Join Date
    2013-Mar
    Posts
    3
    Quote Originally Posted by Skin36 View Post
    im try to remake gerix on PyQt4

    http://bitbucket.org/Skin36/gerix-wi...cker-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!

  12. #12
    Join Date
    2013-Oct
    Posts
    1

    Unhappy help

    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)

  13. #13
    Join Date
    2013-Oct
    Posts
    1
    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

  14. #14
    Join Date
    2013-Oct
    Posts
    2
    My friend from uni has done a tutorial on installing Gerix to Kali.

    Hope this helps.

    http://uwnthesis.wordpress.com/2013/...acker-on-kali/

  15. #15
    Join Date
    2013-Nov
    Posts
    1
    Quote Originally Posted by Skin36 View Post
    im try to remake gerix on PyQt4

    http://bitbucket.org/Skin36/gerix-wi...cker-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.

  16. #16
    Join Date
    2014-Oct
    Posts
    1
    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?

Similar Threads

  1. Fern wifi cracker doesn't detect any Wifi WPA/WEP
    By Nikenvato in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2022-02-02, 16:35
  2. gerix-wifi-cracker-2 supports both kali and kali 2
    By Jarett in forum Project Archive
    Replies: 1
    Last Post: 2015-10-18, 07:26
  3. gerix wifi cracker prblem installing
    By newtester in forum TroubleShooting Archive
    Replies: 10
    Last Post: 2013-05-29, 21:54
  4. installing gerix wifi cracker
    By clearday in forum ARM Archive
    Replies: 0
    Last Post: 2013-04-19, 11:01

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •