Hi to all!
In my last hack lab I’ve played with some WPA-Enterprise hacking techniques. Then, I’ve see that the Freeradius-WPE default install in BackTrack 5 r2 don’t work out of the box (Segmentation fault problem). So, after some searching on Google, I’ve make this to work.
If you need to make Freeradius-WPE work on BackTrack 5 r2, follow this steps.
First, install the package libssl-dev:
1 |
apt-get install libssl-dev |
Next, download the new Freeradius-WPE package:
1 2 3 |
wget http://www.opensecurityresearch.com/files/freeradius-server-wpe_2.1.11-1_i386.deb dpkg --install freeradius-server-wpe_2.1.11-1_i386.deb ldconfig |
Create your certs:
1 2 |
cd /usr/local/etc/raddb/certs/ ./bootstrap |
Now, Freeradius-WPE should work. Launch it with:
1 |
radiusd -s -X |
Feel free to leave a comment or to contact us. Any feedback will be appreciated!