Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Zen — CLI tool to find email addresses of GitHub users, contributors, and organization members, with multi-threading, JSON output, and breach checking via Have I Been Pwned. | Kitploit
Tools/GitHubGitHub/s0md3v/zen
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringEmail Harvesting
GitHubs0md3v/zen

Zen

CLI tool to find email addresses of GitHub users, contributors, and organization members, with multi-threading, JSON output, and breach checking via Have I Been Pwned.

View Repository
5991067 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share


Zen

Find email addresses of Github users

demo

Find email address of a user

python zen.py username

or

python zen.py https://github.com/username

Find email addressess of contributors of a repository

python zen.py https://github.com/username/repository

Find email addresses of members of an organization

python zen.py organization --org

or

python zen.py https://github.com/orgs/organzation

Save JSON output to a file

python zen.py https://github.com/username/repository -o /path/to/file

Rate limiting

Github allows 60 unauthenticated requests per hour but limit for authenticated requests is 6000 per hour. You don't need to generate any kind of authenticated token, just supply your username via -u option as follows:

python zen.py username -u yourUsername

Threading

Zen supports multi-threading for faster data retrieval.

python zen.py IBM --org -t 20

Check if email has appeared in a breach

Zen uses haveibeenpwned.com API to check if an email has been breached or not. This feature is turned off by default and can be used with --breach option as follows

python zen.py s0md3v --breach

Download Tool