IR hackers spreading hash for IDOR search
Convert simple output to hash for IDOR search Sometimes, it is necessary to convert the input directly in the console to md5 / base64 / 32 etc. This can be especially useful when you’re looking for an IDOR and the endpoint has a hash value, like this: https://targetdomain.com/user/3bf1114a986ba87ed28fc1b5884fc2f8 To solve this problem you can use…

You must be logged in to post a comment.