typos icon indicating copy to clipboard operation
typos copied to clipboard

False positive on discord bot tokens

Open LOSEARDES77 opened this issue 9 months ago • 1 comments

Please complete the following tasks

Example data

MTM1NzY4OTUyMDIyMDU0MDk5OA

Incorrect correction

OT -> TO, OF, OR, NOT; Iy -> It

Description of data format

It has a mix of base64 encoded numbers and a HMAC Image

Justification

I think base64 strings or too large blobs of text without sense for human should be ignored

Notes

No response

LOSEARDES77 avatar May 13 '25 11:05 LOSEARDES77

I think base64 strings or too large blobs of text without sense for human should be ignored

base64 strings with padding are automatically excluded today if they are long enough, see #413.

#484 is our issue for heuristics.

epage avatar May 21 '25 15:05 epage