GerixWiFiCracker is GUI for Aircrack-ng suite, is designed for pentesting in a realworld with efficent and userfriendly graphic interface.
Note: This small tutorial is based on the repositories from backtrack 5 R1 and ubuntu 11.10 and ubuntu 12.04
The first step is to add those lines to “etc/apt/sources.list”
1 2 3 4 5 |
deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://32.repository.backtrack-linux.org revolution main microverse non-free testing deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing |
Once those lines added to the sources.list files you can run the command
1 |
$ sudo apt-get update |
And finally to install gerix you can finally run this last command :
1 |
$ sudo apt-get install gerix-wifi-cracker-ng |
And that’s it.
PS1: If you encounter any errors with PGP while installing / updating (UBUNTU TLS 12.04) any tool try the following commands :
1 |
$ sudo wget http://all.repository.backtrack-linux.org/backtrack.gpg |
1 |
$ sudo sudo apt-key add backtrack.gpg |
1 |
$ sudo apt-get update |
PS2: If you encounter this particular error :
1 2 3 4 5 6 7 8 9 10 11 12 13 |
$ sudo apt-get install gerix-wifi-cracker-ng Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: gerix-wifi-cracker-ng : Depends: aircrack-ng but it is not going to be installed E: Unable to correct problems, you have held broken packages. |
Try the following commands:
1 |
$ sudo apt-get install aptitude |
1 |
$ sudo aptitude install gerix-wifi-cracker-ng |
At the first question answer by ‘n’ and then answer by ‘Y’ the second and third one.
And that should solve the dependencies problem
Post a Comment