forked from brad-anton/freeradius-wpe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (25 loc) · 971 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
FreeRADIUS-WPE (Wireless Pwnage Edition)
By Brad Antoniewicz and Josh Wright
More information here:
http://www.willhackforsushi.com/?page_id=37
-------------------------------------------
From Source:
wget ftp://ftp.freeradius.org/pub/radius/old/freeradius-server-2.1.11.tar.bz2
wget http://www.opensecurityresearch.com/files/freeradius-wpe-2.1.11.patch
tar -jxvf freeradius-server-2.1.11.tar.bz2
cd freeradius-server-2.1.11
patch -p1 < freeradius-wpe-2.1.11.patch
./configure
make
sudo make install
You may also have to:
cd /usr/local/etc/raddb/certs/
./bootstrap
Using Binary:
If you're using the .deb, it has been tested with BackTrack 5 R1, but will likely work with other versions and Ubuntu/Debian.
wget http://www.opensecurityresearch.com/files/freeradius-server-wpe_2.1.11-1_i386.deb
sudo dpkg --install freeradius-server-wpe_2.1.11-1_i386.deb
sudo ldconfig
and just to confirm:
radiusd -v (make sure its 2.1.11)