BananaPhone icon indicating copy to clipboard operation
BananaPhone copied to clipboard

GetSysIDfromhash

Open timwhitez opened this issue 4 years ago • 5 comments

GetSysIDfromhash

timwhitez avatar Mar 31 '21 08:03 timwhitez

I actually toyed with the idea of this a little while ago - however I came to the conclusion that picking a specific hashing algorithm would be a little too specific and encourage brittle detections.

An alternative that appealed to me was a function that takes a hasher as a parameter - that way you can use whatever hashing alg you want and it should be fine

C-Sto avatar Mar 31 '21 17:03 C-Sto

your idea is great, i will try

timwhitez avatar Mar 31 '21 22:03 timwhitez

I had updated the code and add another example

timwhitez avatar Apr 06 '21 02:04 timwhitez

Looks good - I'll try and find some time to test it, but given the example I think it should be all fine :)

C-Sto avatar Apr 06 '21 03:04 C-Sto

I was wondering if it is necessary to write a new function to return b.banana.Exports(). what's your opinion?

timwhitez avatar Apr 06 '21 08:04 timwhitez