Difference between revisions of "Eapol testing"

From NREN
Line 20: Line 20:
 
    
 
    
 
  $ eapol_test -c peap-mschapv2-invalid.conf -s testing123
 
  $ eapol_test -c peap-mschapv2-invalid.conf -s testing123
 +
 +
[[Category:Tools]]

Revision as of 07:22, 2 January 2019

PEAP and EAP-TTLS testing tool

Testing

You can use eapol_test tool to test PEAP, TLS and TTLS authentications on the configured freeRADIUS server. Download the tool from NREN training website.

mkdir ~/eapol_test
cd ~/eapol_test
curl -O https://training.nren.net.np/downloads/eapol_test-ubuntu1804.tar.gz
tar zxvf eapol_test-ubuntu1804.tar.gz
sudo mv eapol_test /usr/local/bin

Run Tests and watch for response

$ eapol_test -c eap-ttls.conf -s testing123

$ eapol_test -c peap-mschapv2.conf -s testing123

Run tests with incorrect password, watch for response. Did you notice anything different?

$ eapol_test -c eap-ttls-invalid.conf -s testing123
 
$ eapol_test -c peap-mschapv2-invalid.conf -s testing123