OP 18 March, 2024 - 04:55 PM
(This post was last modified: 18 March, 2024 - 05:01 PM by OverIord. Edited 2 times in total.)
i've been writing my own logger for a while now so far it's been undetected by any antivirus, the only part i'm having trouble with is what's the current regex pattern for the LDB files inside AppData\...\Local Storage\leveldb. Does anyone have the current regex pattern for encoded discord tokens? None of the sources i've read from have updated patterns. Thanks in advance.
List of regex patterns i used with no results:
[\w-]{26}\.[\w-]{6}\.[\w-]{15}\_[\w-]{22}
List of regex patterns i used with no results:
[\w-]{26}\.[\w-]{6}\.[\w-]{15}\_[\w-]{22}
Code:
/(mfa\.[\w-]{84}|[\w-]{24}\.[\w-]{6}\.[\w-]{27})/
[\w-]{24}.[\w-]{6}.[\w-]{27}', r'mfa.[\w-]{84}