Last active
February 17, 2024 16:49
-
-
Save nil0x42/1f85510883cad48dd0c2d56bbb98edbc to your computer and use it in GitHub Desktop.
Revisions
-
nil0x42 revised this gist
Oct 15, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -107,6 +107,9 @@ it will print it out for you to further assess. #### :octocat: https://github.com/obheda12/GitDorker  * A Python program to scrape secrets from GitHub through usage of a large repository of dorks. #### :octocat: https://github.com/UnkL4b/GitMiner  * Tool for advanced mining for content on Github ---------- ## Articles -
nil0x42 revised this gist
Oct 15, 2020 . No changes.There are no files selected for viewing
-
nil0x42 revised this gist
Oct 15, 2020 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -104,6 +104,9 @@ it will print it out for you to further assess. #### :octocat: https://github.com/duo-labs/secret-bridge  * Monitors Github for leaked secrets #### :octocat: https://github.com/obheda12/GitDorker  * A Python program to scrape secrets from GitHub through usage of a large repository of dorks. ---------- ## Articles -
nil0x42 revised this gist
Oct 4, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -102,6 +102,7 @@ it will print it out for you to further assess. * Find subdomains on GitHub. #### :octocat: https://github.com/duo-labs/secret-bridge  * Monitors Github for leaked secrets ---------- -
nil0x42 revised this gist
Oct 4, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -101,6 +101,8 @@ it will print it out for you to further assess. #### :octocat: https://github.com/gwen001/github-subdomains  * Find subdomains on GitHub. #### :octocat: https://github.com/duo-labs/secret-bridge  ---------- ## Articles -
nil0x42 revised this gist
Oct 2, 2020 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -84,6 +84,23 @@ it will print it out for you to further assess. #### :octocat: https://github.com/Hell0W0rld0/Github-Hunter  * This tool is for sensitive information searching on Github #### :octocat: https://github.com/paulirish/github-email  * Retrieve a GitHub user's email even if it's not public. * Pulls info from Github user, NPM, activity commits, owned repo commit activity. #### :octocat: https://github.com/techgaun/active-forks  * This project allows you to find the most active forks of a repository. * Live Demo: https://techgaun.github.io/active-forks/index.html #### :octocat: https://github.com/hodgesmr/FindGitHubEmail  * Find the email address of any GitHub user #### :octocat: https://github.com/atmoner/githubFind3r  * githubFind3r is a very fast command line repo/user/commit search tool #### :octocat: https://github.com/gwen001/github-subdomains  * Find subdomains on GitHub. ---------- ## Articles -
nil0x42 revised this gist
Sep 25, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Awesome Github OSINT ## [nil0x42](https://twitter.com/nil0x42)'s tips & tricks #### :scroll: [get-github-followers-twitter.py](https://gist.github.com/nil0x42/df824d885d884f0b5c5c0da2be475076) * Scrape twitter account of all github followers of **target user** on GitHub -
nil0x42 revised this gist
Sep 25, 2020 . 1 changed file with 15 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,20 @@ # Awesome Github OSINT ## [nil0x42](twitter.com/nil0x42)'s tips & tricks #### :scroll: [get-github-followers-twitter.py](https://gist.github.com/nil0x42/df824d885d884f0b5c5c0da2be475076) * Scrape twitter account of all github followers of **target user** on GitHub #### :scroll: [get-github-stargazers-twitter.py](https://gist.github.com/nil0x42/e0126ed2fe7e7197e7c15c6bb05021e6) * Scrape twitter account of all stargazers of **target project** on GitHub #### :scroll: [Get_Early_Stargazers.graphql](https://gist.github.com/nil0x42/656ccf98c00c99277ca7826bf1c43022) * Get list of first people who have added a star on a github project. **Helpful for investigation**, as early stargazers are likely to be closely connected to **target user/organisation** owning the project... ---------- ## Projects #### :octocat: https://github.com/needmorecowbell/giggity  * grab hierarchical data about a github organization, user, or repo @@ -67,7 +81,7 @@ it will print it out for you to further assess. #### :octocat: https://github.com/anshumanbh/git-all-secrets  * A tool to capture all the git secrets by leveraging multiple open source git searching tools #### :octocat: https://github.com/Hell0W0rld0/Github-Hunter  * This tool is for sensitive information searching on Github ---------- -
nil0x42 revised this gist
Sep 10, 2020 . 1 changed file with 19 additions and 20 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,74 +1,73 @@ # Awesome Github OSINT ## Projects #### :octocat: https://github.com/needmorecowbell/giggity  * grab hierarchical data about a github organization, user, or repo #### :octocat: https://github.com/vulnbe/github-osint  * This tool uses GitHub API to get email addresses from commit log of user/organisation repositories It can be operated with/without GitHub API token. #### :octocat: https://github.com/s0md3v/Zen  * Find email addresses of Github users #### :octocat: https://github.com/x1sec/commit-stream  * commit-stream drinks commit logs from the Github event firehose exposing the author details (name and email address) associated with Github repositories in real time. #### :octocat: https://github.com/antnks/enumerate-github-users  * A script to create fake commits, with emails of your choice. GitHub automatically resolves the emails to a GitHub accounts associated with them. This way if you know an email you can find the GitHub account of a user. #### :octocat: https://github.com/michenriksen/gitrob  * Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github. Gitrob will clone repositories belonging to a user or organization down to a configurable depth and iterate through the commit history and flag files that match signatures for potentially sensitive files. The findings will be presented through a web interface for easy browsing and analysis. #### :octocat: https://github.com/tillson/git-hound  * Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system. #### :octocat: https://github.com/BishopFox/GitGot  * Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets. #### :octocat: https://github.com/hisxo/gitGraber  * gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe... #### :octocat: https://github.com/eth0izzle/shhgit  * shhgit finds committed secrets and sensitive files across GitHub, Gists, GitLab and BitBucket or your local repositories in real time. #### :octocat: https://github.com/nielsing/yar  * yar is an OSINT tool for reconnaissance of repositories/users/organizations on Github. Yar clones repositories of users/organizations given to it and goes through the whole commit history in order of commit time, in search for secrets/tokens/passwords, essentially anything that shouldn't be there. Whenever yar finds a secret, it will print it out for you to further assess. #### :octocat: https://github.com/dxa4481/truffleHog  * Searches through git repositories for secrets, digging deep into commit history and branches. This is effective at finding secrets accidentally committed. * **Right now a breaking change in GitPython is causing an error in pip installations.** #### :octocat: https://github.com/zricethezav/gitleaks  * Scan git repos for secrets using regex and entropy #### :octocat: https://github.com/anshumanbh/git-all-secrets  * A tool to capture all the git secrets by leveraging multiple open source git searching tools #### :octocat: https://github.com/Hell0W0rld0/Github-Hunter  * This tool is for sensitive information searching on Github ---------- -
nil0x42 revised this gist
Sep 10, 2020 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -63,13 +63,13 @@ it will print it out for you to further assess. * **Right now a breaking change in GitPython is causing an error in pip installations.** #### https://github.com/zricethezav/gitleaks * Scan git repos for secrets using regex and entropy #### https://github.com/anshumanbh/git-all-secrets * A tool to capture all the git secrets by leveraging multiple open source git searching tools #### https://github.com/Hell0W0rld0/Github-Hunter * This tool is for sensitive information searching on Github ---------- -
nil0x42 revised this gist
Sep 10, 2020 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -62,6 +62,15 @@ it will print it out for you to further assess. * Searches through git repositories for secrets, digging deep into commit history and branches. This is effective at finding secrets accidentally committed. * **Right now a breaking change in GitPython is causing an error in pip installations.** #### https://github.com/zricethezav/gitleaks Scan git repos for secrets using regex and entropy #### https://github.com/anshumanbh/git-all-secrets A tool to capture all the git secrets by leveraging multiple open source git searching tools #### https://github.com/Hell0W0rld0/Github-Hunter This tool is for sensitive information searching on Github ---------- ## Articles -
nil0x42 revised this gist
Sep 3, 2020 . 1 changed file with 15 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,6 @@ # Awesome Github OSINT ## Projects #### https://github.com/needmorecowbell/giggity * grab hierarchical data about a github organization, user, or repo @@ -55,4 +56,15 @@ users/organizations given to it and goes through the whole commit history in order of commit time, in search for secrets/tokens/passwords, essentially anything that shouldn't be there. Whenever yar finds a secret, it will print it out for you to further assess. #### https://github.com/dxa4481/truffleHog * Searches through git repositories for secrets, digging deep into commit history and branches. This is effective at finding secrets accidentally committed. * **Right now a breaking change in GitPython is causing an error in pip installations.** ---------- ## Articles #### https://medium.com/@shahjerry33/github-recon-its-really-deep-6553d6dfbb1f * Talks about manual & automated leak search & GitHub dorking -
nil0x42 revised this gist
Aug 26, 2020 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,55 +1,55 @@ Awesome Github OSINT Projects ----------------------------- #### https://github.com/needmorecowbell/giggity * grab hierarchical data about a github organization, user, or repo #### https://github.com/vulnbe/github-osint * This tool uses GitHub API to get email addresses from commit log of user/organisation repositories It can be operated with/without GitHub API token. #### https://github.com/s0md3v/Zen * Find email addresses of Github users #### https://github.com/x1sec/commit-stream * commit-stream drinks commit logs from the Github event firehose exposing the author details (name and email address) associated with Github repositories in real time. #### https://github.com/antnks/enumerate-github-users * A script to create fake commits, with emails of your choice. GitHub automatically resolves the emails to a GitHub accounts associated with them. This way if you know an email you can find the GitHub account of a user. #### https://github.com/michenriksen/gitrob * Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github. Gitrob will clone repositories belonging to a user or organization down to a configurable depth and iterate through the commit history and flag files that match signatures for potentially sensitive files. The findings will be presented through a web interface for easy browsing and analysis. #### https://github.com/tillson/git-hound * Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system. #### https://github.com/BishopFox/GitGot * Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets. #### https://github.com/hisxo/gitGraber * gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe... #### https://github.com/eth0izzle/shhgit * shhgit finds committed secrets and sensitive files across GitHub, Gists, GitLab and BitBucket or your local repositories in real time. #### https://github.com/nielsing/yar * yar is an OSINT tool for reconnaissance of repositories/users/organizations on Github. Yar clones repositories of users/organizations given to it and goes through the whole commit history in order of commit time, in -
nil0x42 revised this gist
Aug 26, 2020 . 1 changed file with 58 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,58 @@ Github OSINT Resources ------------------------- #### https://github.com/needmorecowbell/giggity grab hierarchical data about a github organization, user, or repo #### https://github.com/vulnbe/github-osint This tool uses GitHub API to get email addresses from commit log of user/organisation repositories It can be operated with/without GitHub API token. #### https://github.com/s0md3v/Zen Find email addresses of Github users #### https://github.com/x1sec/commit-stream commit-stream drinks commit logs from the Github event firehose exposing the author details (name and email address) associated with Github repositories in real time. #### https://github.com/antnks/enumerate-github-users A script to create fake commits, with emails of your choice. GitHub automatically resolves the emails to a GitHub accounts associated with them. This way if you know an email you can find the GitHub account of a user. #### https://github.com/michenriksen/gitrob Gitrob is a tool to help find potentially sensitive files pushed to public repositories on Github. Gitrob will clone repositories belonging to a user or organization down to a configurable depth and iterate through the commit history and flag files that match signatures for potentially sensitive files. The findings will be presented through a web interface for easy browsing and analysis. #### https://github.com/tillson/git-hound Reconnaissance tool for GitHub code search. Finds exposed API keys using pattern matching, commit history searching, and a unique result scoring system. #### https://github.com/BishopFox/GitGot Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets. #### https://github.com/hisxo/gitGraber gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe... #### https://github.com/eth0izzle/shhgit shhgit finds committed secrets and sensitive files across GitHub, Gists, GitLab and BitBucket or your local repositories in real time. #### https://github.com/nielsing/yar yar is an OSINT tool for reconnaissance of repositories/users/organizations on Github. Yar clones repositories of users/organizations given to it and goes through the whole commit history in order of commit time, in search for secrets/tokens/passwords, essentially anything that shouldn't be there. Whenever yar finds a secret, it will print it out for you to further assess. -
nil0x42 created this gist
Aug 26, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ ## Github OSINT Resources * https://github.com/needmorecowbell/giggity grab hierarchical data about a github organization, user, or repo * dd