2021-08-27 08:07 AM
Hello,
I am writing a LUA parser at the moment and I need to calculate a MD5 hash. I have the funny feeling that this might be available in the nwll.lua library, but I'm unable to find a description of which functions are available in this library. Does anybody know where I could find this?
Cheers, Niels.
2021-09-02 09:41 AM
Hi Niels, you could take a look at this article
https://community.rsa.com/t5/netwitness-blog/parsers-book-zip/ba-p/524569
I don't really know if the nwll.lua file in there is the same version as is currently deployed in NW 11.x but, you can take a look into it just to give you an idea.
Regards,
Max
2021-09-06 03:59 AM
Hi Max,
Thanks, that does give an idea 🙂
Unfortunately it is years old so I'm not sure how accurate it still is. And according to the comments in the code the function (md5sum) I am looking for was once part of this library but got removed?
Does anybody know if a md5sum function is still part of a NW lua library?
2021-09-06 04:55 AM
I suspect the md5 function was moved to a different lua library. Does anybody know which one?
--[[ --------------------
CALCULATE AN MD5 SUM
--------------------
2013.10.01.1 REMOVED
--]]