BishopFox / GitGot

Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Additional Keys / Urls to look for.

RandomRobbieBF opened this issue · comments

Hey,

I seen this was a new project but thought i might be able to help a little with some additional finds.

https://github.com/streaak/keyhacks
https://github.com/random-robbie/keywords/blob/master/keywords.txt

Hope they help :)

Hi RandomRobbie,

Thank you for the suggestions! Those are great resources. I'd be curious to see what keywords you found to work best with the tool. I'm hesitant to include additional keywords to the default regex list because it will add computation O(n) to every result for every user using the default list.

If there are particular keywords you'd like to see added in the default list, I'd love to see your suggestions! Otherwise, if you have a set of keywords that might be a strong candidate for a secondary regex list e.g., a PII regex list with keywords like SSN, Date of Birth, etc. that would be cool, too!

Feel free to reopen if you have any specific suggestions! Until then I'll be sure to look through these lists. Thank you!