Skip to content

antnks/enumerate-github-users

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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.

enum.py

Reads input file lines and creates git commits based on emails read from input When pushed to Github the commit history should show which user is connected to the supplied email

Usage: python enum.py emails.txt

Input file is one email per line. Example:

a@b.com
c@d.com

See an example:

https://github.com/antnks/why-gpg-is-important/commits/master/

About

A script to create fake commits

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages