This is the Linux app named radiustest whose latest release can be downloaded as radiustest.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named radiustest with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
radiustest
Ad
DESCRIPTION
This is a flexible radius client. The main idea is to have a client which could be easily used to test different Radius servers.
Client supports:
- Radius PAP authentication
- Multi thread (sniffing separated from sending)
- Several Attribute Value Pairs (AVP) supported (nas-ip-address, service-type, nas-port-type, calling-station-id, called-station-id)
- We can add new AVP easily
- Flooding mode (performance/stress testing)
- Accounting messages
Client uses scapy library to send/receive packets. It consists of two python classes:
- RadiusExt: Radius class supporting AVP, authentication, packet manipulation (derived from Scapy Packet class)
- RadiusAttr: Class for AVP (derived from Scapy Packet class)
I use this client to:
- test basic PAP authentication
- send different AVP to test if Radius server is behaving correctly (RFC compliance)
- display returned AVP
- flood Radius server with multiple packets (performance testing)
For examples please refer to readme.txt
Audience
Advanced End Users, Quality Engineers, Architects, Auditors, Security Professionals
Programming Language
Python
This is an application that can also be fetched from https://sourceforge.net/projects/radiustest/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.