Developer

 View Only
last person joined: 7 days ago 

Python script to calculate RADIUS Message-Authenticator from packet

This thread has been viewed 8 times
  • 1.  Python script to calculate RADIUS Message-Authenticator from packet

    Posted Jun 29, 2022 11:23 AM
    Hi all,

    if you ever have the need to calculate the Message-Authenticator in an RADIUS packet by hand, I have made a small Python script that does so. 
    https://github.com/Linkk93/py-radius-helper 

    To use it, you need to export the RADIUS part of the packet as bytes and then open the script in a bash / Powershell / etc

    The script is very basic. The analyzed packet must already have a Message-Authenticator for it to work.

    I hope you'll never need it  ;)

    ------------------------------
    Kind regards,
    Bjarne
    ------------------------------