Skip to main content

GitHub Email Scanner for OSINT - Extract emails from repositories and user events

Project description

License GitHub stars

GitSniff

GitSniff is an MIT licensed OSINT tool designed to extract emails from metadata on GitHub accounts and repos. I built this because all the other similar tools were too limited or broke years ago.

Features

  • Find emails in github repo metadata.
  • Find emails from GitHub's user event feed
  • Outputs results as a table or JSON

Install

pip install gitsniff

Usage

# Scan a user.
gitsniff -u <username>

# Scan a single repo.
gitsniff -r <repo>

# Show full help pages.
gitsniff -h

GitSniff Scan Results

The email, reginaldgillespie@protonmail.com, is my email. The rest are the emails of other users found in my repositories because they contributed to them using their real emails.

Full Help Page

$ gitsniff -h
usage: gitsniff [-h] (-u USERNAME | -r OWNER/REPO) [--no-repos] [--no-events] [-f] [--private] [--max-commits N] [--start-index N] [--max-repos N] [--max-events N] [-t TOKEN] [--token-file FILE] [-p URL] [-j]

GitSniff - GitHub Email Scanner for OSINT

options:
  -h, --help            Show this help message and exit

Target Selection (required):
  -u, --user USERNAME   Scan GitHub user or organization
  -r, --repo OWNER/REPO
                        Scan single repository

Scanning Methods:
  --no-repos            Disable repository cloning scan
  --no-events           Disable public event API scan

Repository Options:
  -f, --forks           Include forked repositories
  --private             Include private repositories (requires token)
  --max-commits N       Max commits per repository (default: 1000)
  --start-index N       Start repo scan from index N (default: 0)
  --max-repos N         Maximum repositories to scan

Event Options:
  --max-events N        Max public events to scan (default: 1000)

Connection & Output:
  -t, --token TOKEN     GitHub personal access token
  --token-file FILE     Path to token file (default: pat.env)
  -p, --proxy URL       HTTP/SOCKS proxy URL
  -j, --json            Output in JSON format

Examples:
  gitsniff -u username                     # Scan user's repositories and events
  gitsniff -u username --no-events         # Scan only repositories
  gitsniff -u username --no-repos          # Scan only public events
  gitsniff -r owner/repo                   # Scan specific repository
  gitsniff -u username -f --max-repos 5    # Include forks, limit to 5 repos
  gitsniff -u username --private -t TOKEN  # Include private repos with token


This project was inspired by similar, but more limited projects such as:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gitsniff-1.0.2.tar.gz (12.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gitsniff-1.0.2-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file gitsniff-1.0.2.tar.gz.

File metadata

  • Download URL: gitsniff-1.0.2.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for gitsniff-1.0.2.tar.gz
Algorithm Hash digest
SHA256 4af998a5481a64721f4ec16680dbe91e029ce677042853ac8a8e41ceb02e94bf
MD5 7732073771b7cd35845e46e392358255
BLAKE2b-256 ebedeba9225165e03ce88e479d34bff4be01301083327e2805435494a1cfaa66

See more details on using hashes here.

File details

Details for the file gitsniff-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: gitsniff-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for gitsniff-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 2be7bdcf55896b8616748a8265dc6c7143875e6b6753ac1beaf016784d835f16
MD5 7fc06e671224a28b2841bd58e1d56855
BLAKE2b-256 e0a7aa1d58d1f2b45bdf63b5b2d5e3857f084f057e424ab7ed5967070a1e532e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page