InfamousSYN / rogue

An extensible toolkit providing penetration testers an easy-to-use platform to deploy Access Points during penetration testing and red team engagements.
https://the-rogue-toolkit.readthedocs.io/en/latest/
GNU General Public License v3.0
286 stars 52 forks source link

Unable to install freeradius-wpe #7

Closed weuroi578 closed 6 years ago

weuroi578 commented 6 years ago

After attempting to install the Rogue Toolkit on an updated version of Kali I receive the following error:

The following packages have unmet dependencies: freeradius-wpe : depends: libperp5.26 (>= 5.26.0~rc1) but it is not installable E: Unable to correct problems, you have held broken packages.

I've attempted to install this version but there is no longer an installation candidate. I should also mention that libperl5.28 is already install on my Kali machine.

Has anyone else come across this problem?

InfamousSYN commented 6 years ago

The error you're receiving is a result of an issue with your environment, if the issue persists make sure that you've done a full upgrade of the distribution before installation. The issue may be resolved using the --fix-missing and --fix-broken aptitude flags. I've confirmed that rogue is able to be installed in kali 2018.4, which has recently been released.

Alternatively, if you use Vagrant and Chef to provisioning your environments, I've recently released a cookbook to automate the provisioning process. https://github.com/InfamousSYN/Cookbook-Wireless/

Note: the target OS for the cookbook is Ubuntu 18.04 not Kali.

weuroi578 commented 6 years ago

Once you update and upgrade the most recent version of Kali, it upgrades libperl5.26 to libperl5.28, which causes freeradius-wpe to break.

InfamousSYN commented 6 years ago

libperl is not specifically need by the hostapd-wpe, freeradius-wpe or isc-dhcp-server packages.

When installing rogue in a live VM based off the 2018.4 image, libperl5.26 did not get upgrade for me, attached the output from the rogue setup in the live VM for more information. install.txt