Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ Building
if you're using Kali 2.0 install:
$ apt-get install libssl-dev libnl-genl-3-dev

Arch Building -
-----------------------------------------------------------------------
$ pacman -S openssl-1.0

General -
------------------------------------------------------------------------
Expand All @@ -89,6 +92,9 @@ Building
If you're using Kali 2.0 edit .config file and uncomment:
CONFIG_LIBNL32=y

If you are using Arch, use this insread:
$ CFLAGS=' -MMD -O2 -Wall -g -I/usr/include/openssl-1.0 ' LDFLAGS=' -L/usr/lib/openssl-1.0 ' make

$ make

I copied the certs directory and scripts from FreeRADIUS to ease that
Expand Down