Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gwen001/gitgrep
- Owner: gwen001
- License: mit
- Created: 2020-05-03T14:44:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T08:47:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T15:57:56.694Z (7 months ago)
- Topics: bugbounty, git, github, pentesting, php, private, regexp, secrets, security-tools
- Language: PHP
- Homepage:
- Size: 590 KB
- Stars: 17
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
gitgrep
Single page webapp to perform regexp search over GitHub search.
---
# 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.