inability to launch Gerix wifi cracker[FIX]
There have been some new people around who could not launch gerix. I found the same condition in my VM.
I found pyqt-tools needed to be installed to successfully launch.
Figured I'd offer the solution here so it could be updated in later revisions, though it doesnt matter much to me as I only work with aircrack directly and do not use GUIs for my wireless work.
Code:
apt-get install pyqt-tools
Re: inability to launch Gerix wifi cracker[FIX]
Ty for the info.
Did the update, but still getting:
Quote:
root@bt:~# sh -c "cd /usr/share/gerix-wifi-cracker-ng/ && ./gerix.py"
Config directory OK
Traceback (most recent call last):
File "./gerix.py", line 1140, in <module>
main()
File "./gerix.py", line 1129, in main
main_window.fill_input_fields()
File "./gerix.py", line 1058, in fill_input_fields
self.slot_reload_interfaces()
File "./gerix.py", line 682, in slot_reload_interfaces
self.table_interfaces.setText( 0, 3, intf[3])
IndexError: list index out of range