Jim..."RADIUS server implementations, UDP/1812 is the authentication and authorization port, and UDP/1813 is the accouting port. However, in historic RADIUS versions, these ports were different: UDP/1645 for autentication and authorization, and UDP/1646 for accounting."
we don't need to try authentications. Just sniff the radius packets in a pcap file.
# This script reads the pcap file, matches radius responses with the corresponding requests,
# and dumps md5 and salt as needed.
# This script reads the pcap file, matches radius responses with the corresponding requests,
# and dumps md5 and salt as needed.
https://github.com/piyushcse29/john-the-ripper/blob/master/run/radius2john.pl
Elsa David
SERVERFAULT.COM
I have an embedded device that is connected by an old dial-up modem to the Internet. I cannot change the embedded device but would like to connect the…
No comments:
Post a Comment