Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gwen001/gitgrep

Webapp to perform regexp search over GitHub search.
https://github.com/gwen001/gitgrep

bugbounty git github pentesting php private regexp secrets security-tools

Last synced: 6 days ago
JSON representation

Webapp to perform regexp search over GitHub search.

Awesome Lists containing this project

README

        

gitgrep

Single page webapp to perform regexp search over GitHub search.


php badge
MIT license badge
twitter badge

---

# Description

[git|grep](http://gitgrep.me) 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](/../../issues/) if you have any problem with the script.