Gitrob – OSINT gathering tool for GitHub(michenriksen.com) |
Gitrob – OSINT gathering tool for GitHub(michenriksen.com) |
Context: I just looked at some of the screenshots showing example findings. While it is thoughtful to blur some sensitive information, it is clear that blurring is not enough. I hope that we can get this message out.
Special award for most meta pattern:
"part": "filename",
"type": "regex",
"pattern": "\\A\\.?gitrobrc\\z",
"caption": "Well, this is awkward... Gitrob configuration file",I would note that by the time this sensitive code hits Github, its already too late. Criminals who mine PII/secrets use the Github event firehose to analyze code pushes in near-realtime.
It would be great to integrate this code as a pre-commit hook, so that code doesn't even get into the tree if its sensitive.