Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 619 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 619 Bytes

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:

[email protected]
[email protected]

See an example:

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