Hashes from freeradius-wpe
#3
(08-28-2013, 04:15 PM)rajak Wrote:
(08-28-2013, 03:59 PM)fuzztester Wrote: bob:$NETNTLM$a415001cd5900a32$632e803415162e36652263799f8e8a1c05a6bc4d0ecf5d72

I was just looking at this myself this morning. The hash just needs some flipping around:

perl -ne '/(.*?):\$.*?\$(.*?)\$(.*)/; print "$1::::$3:$2\n";'

I haven't tested this with users specified like DOMAIN\user yet. I'm not sure if the domain needs to be moved to the 3rd field or not but it works on the above test case.

Thank you! I was overlooking the obvious! Works like a champ!


Messages In This Thread
Hashes from freeradius-wpe - by fuzztester - 08-28-2013, 03:59 PM
RE: Hashes from freeradius-wpe - by rajak - 08-28-2013, 04:15 PM
RE: Hashes from freeradius-wpe - by fuzztester - 08-28-2013, 06:28 PM
RE: Hashes from freeradius-wpe - by atom - 08-29-2013, 09:25 AM
RE: Hashes from freeradius-wpe - by enignmahacker - 11-23-2017, 01:26 AM
RE: Hashes from freeradius-wpe - by landychev - 06-16-2017, 01:01 PM