https://github.com/astibal/raok
https://github.com/astibal/raok
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astibal/raok
- Owner: astibal
- Created: 2018-04-13T11:13:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T18:07:24.000Z (over 5 years ago)
- Last Synced: 2025-10-12T02:53:04.233Z (8 months ago)
- Language: Python
- Size: 61.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Raok
is very simple RADIUS **testing** server which accepts any authentication or accounting and
prints it out. Unless you specify otherwise.
It supports challenges, and PAP/CHAP/MS-CHAP/MS-CHAP2 and various other small things good for testing.
NOTE: before start, run **raok-init.sh** to create default config files.
You can configure it in:
```
/etc/raok/raok.cfg
```
or from current directory, if the above is not found.
```
./etc/raok.cfg
```
## Rasta
is very simple program sending RADIUS accounting using the same config file.
## Support
For comments, feedback or new feature discussion feel free to drop a message to **pplay-users@googlegroups.com** mailing list.
If you can make use of .deb package, visit `download section `_ of this site.