GitMiner is an Advanced search tool for automation in Github, it enables mining Github for useful or potentially dangerous information or for example specific vulnerable or useful WordPress files.
This tool aims to facilitate mining the code or snippets on Github through the site’s search page.
What is Mining Github?
GitHub is a web-based Git or version control repository and Internet hosting service. It is mostly used for code. It offers all of the distributed version control and source code management (SCM) functionality of Git as well as adding its own features. It provides access control and several collaboration features such as bug tracking, feature requests, task management, and wikis for every project
From Wiki.
Mining Github relates to the act of scouring Github using the public search engine for sensitive or useful information in code, commit messages etc based on certain search patterns (which can include file types, target file structures like wp-config.php
and languages used).
It’s a good practice for an organisation to search its own Github repositories if any of them are public to ensure they aren’t leaking anything sensitive.
There are also other tools that search, scan or mine Github for sensitive information such as:
–Github Dorks – Github Security Scanning Tool
–Gitrob – Scan Github For Sensitive Files
Usage
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
Automatic search for GitHub. + Autor: Danilo Vaz a.k.a. UNK + Blog: http://unk-br.blogspot.com + Github: http://github.com/danilovazb + Gr33tz: l33t0s, RTFM +[WARNING]------------------------------------------+ | THIS TOOL IS THE PENALTY FOR EDUCATIONAL USE, | | THE AUTHOR IS NOT RESPONSIBLE FOR ANY DAMAGE TO | | THE TOOL THAT USE. | +---------------------------------------------------+ [-h] [-q 'filename:shadown path:etc'] [-m wordpress] [-o result.txt] optional arguments: -h, --help show this help message and exit -q 'filename:shadown path:etc', --query 'filename:shadown path:etc' Specify search term -m wordpress, --module wordpress Specify the search module -o result.txt, --output result.txt Specify the output file where it will be saved |
You can download GitMiner to mine Github here:
Or read more about GitMiner for mining Github here.