Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
Hey guys,
We use the unysis uLogon system at work. Domain credentials are stored in a legic segment.
Given the fact that I'm admin of my computer and that I have access to the compiled binaries, I narrowed down to the actual encryption scheme thanks to the DLL being .Net.
The creds are actually using a rijndaelmanaged decryptor in .Net. Got the IV and key, tested sucessfully here.
Question is :
Would a piece of c# that could be compiled by mono fine enough or should I really try to find a working lua implementation of that ?
Best,
Offline
well, you are in luck, iceman fork have aes hooked up into lua part.
as seen here;
https://github.com/iceman1001/proxmark3 … ing.c#L242
Calling it from lua with:
core.aes128_decrypt()
see overview of what is imp.
https://github.com/iceman1001/proxmark3 … ing.c#L576
Offline
Pages: 1