Posts

Showing posts with the label Github Dorks – Github Security Scanning Tool

Github Dorks – Github Security Scanning Tool

Github search is quite a powerful and useful feature and can be used to search for sensitive data in repositories, this Github security scanning tool comes with a collection of Github dorks that can reveal sensitive personal and/or other proprietary organisational information such as private keys, credentials, authentication tokens and so on. Github Dorks - Github Security Scanning Tool github-dork.py is a simple Python tool that can search through your repository or your organisation/user repositories. It’s not a perfect tool at the moment but provides a basic functionality to automate the search on your repositories against the dorks specified in the text file. You can also check out: Gitrob – Scan Github For Sensitive Files Installation This tool uses github3.py to talk with the GitHub Search API. Clone the repository and run: pip install -r requirements.txt 1 pip install -r requirements.txt Usage GH_USER  - Environment variable to specify github user GH_PWD   - Environment...