minamo7sen/burp-JS-Miner

github and gitlab tokens

Opened this issue · 1 comments

Hey just to say i am loving this plugin but noticed it missed a few things that were in js that could do with being highlighted.

gitlab personal token: '\b(glpat-[0-9a-zA-Z_-]{20})(?:\b|$)'
gitlab pipeline token: '\b(glptt-[0-9a-f]{40})\b'

github personal token

- "ghp_.{36}" - "github_pat_.{82}"
github hub app token: "\b((?:ghu|ghs)_[a-zA-Z0-9]{36})\b"

Keep up the good work!

Hi,

Thanks for the feedback and for the kind words. I'll consider adding this in a future release.