Skip to content

Webapp to perform regexp search over GitHub search.

License

Notifications You must be signed in to change notification settings

gwen001/gitgrep

Repository files navigation

gitgrep

Single page webapp to perform regexp search over GitHub search.

php badge MIT license badge twitter badge


Description

git|grep is a single page website made with love, by hackers for hackers. It helps to find secrets on GitHub using his API. This webservice is my contribution to the security industry, if you like it, you can support my work.

Install

git clone https://github.com/gwen001/gitgrep

Choose your way to configure GitHub token(s):

Apache vhost:

SetEnv GITHUB_TOKENS "token1,token2,..."

gitgrep.php:

$config = [
    'tokens' => 'token1,token2,...',
];

Note

This project has been abandoned for the favor of command line scripts, see:
https://github.com/gwen001/github-search
https://github.com/gwen001/github-endpoints
https://github.com/gwen001/github-regexp
https://github.com/gwen001/github-subdomains



Feel free to open an issue if you have any problem with the script.