Skip to content

lviot/enumerate-github-users

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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

If you wish to push the results to Github, ensure to fork this repo. Otherwise you will get access denied during the push

About

A script to create fake commits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%