GitSlap
GitSlap copied to clipboard
Slap the hell outta GitHub by harvesting emails by crunching through commits. The Dope OSINT tool.
GitSlap Slap the Hell Outta Github
Crunches the emails in commits to find users email addresses. Very useful if you're researching somebody... I made this for Github OSINT. It's really suprising what is located inside of git commits.
You need to use github API and generate keys otherwise it will shout at you.
Generate your keys, and place into creds.rb
@client_id = "yourid"
@client_secret = "yoursecret"
Usage:
./gitslap.rb <username>
Result:
Searching through http://api.github.com/search/users?q=pry0cc
Found 1 users...
------------------- High Priority -------------------
{"email"=>"[email protected]", "name"=>"pry0cc"}
-----------------------------------------------------