All Projects → s0md3v → Zen

s0md3v / Zen

Licence: apache-2.0
Find emails of Github users

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Zen

Theharvester
E-mails, subdomains and names Harvester - OSINT
Stars: ✭ 6,175 (+1700.29%)
Mutual labels:  osint, recon, information-gathering
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (-21.57%)
Mutual labels:  osint, recon, information-gathering
Oneforall
OneForAll是一款功能强大的子域收集工具
Stars: ✭ 4,202 (+1125.07%)
Mutual labels:  osint, recon, information-gathering
Rengine
reNgine is an automated reconnaissance framework for web applications with a focus on highly configurable streamlined recon process via Engines, recon data correlation and organization, continuous monitoring, backed by a database, and simple yet intuitive User Interface. reNgine makes it easy for penetration testers to gather reconnaissance with…
Stars: ✭ 3,439 (+902.62%)
Mutual labels:  osint, recon, information-gathering
Osint Tools
👀 Some of my favorite OSINT tools.
Stars: ✭ 155 (-54.81%)
Mutual labels:  osint, recon, information-gathering
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (+64.43%)
Mutual labels:  osint, recon, information-gathering
Amass
In-depth Attack Surface Mapping and Asset Discovery
Stars: ✭ 6,284 (+1732.07%)
Mutual labels:  osint, recon, information-gathering
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (+81.05%)
Mutual labels:  osint, recon, information-gathering
Discover
Custom bash scripts used to automate various penetration testing tasks including recon, scanning, parsing, and creating malicious payloads and listeners with Metasploit.
Stars: ✭ 2,548 (+642.86%)
Mutual labels:  osint, recon, information-gathering
querytool
Querytool is an OSINT framework based on Google Spreadsheets. With this tool you can perform complex search of terms, people, email addresses, files and many more.
Stars: ✭ 104 (-69.68%)
Mutual labels:  osint, recon, information-gathering
asnap
asnap aims to render recon phase easier by providing updated data about which companies owns which ipv4 or ipv6 addresses and allows the user to automate initial port and service scanning.
Stars: ✭ 28 (-91.84%)
Mutual labels:  recon, information-gathering
E4GL30S1NT
E4GL30S1NT - Simple Information Gathering Tool
Stars: ✭ 139 (-59.48%)
Mutual labels:  osint, information-gathering
Mr.Holmes
🔍 A Complete Osint Tool
Stars: ✭ 307 (-10.5%)
Mutual labels:  osint, information-gathering
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (-51.31%)
Mutual labels:  osint, recon
burp-ntlm-challenge-decoder
Burp extension to decode NTLM SSP headers and extract domain/host information
Stars: ✭ 28 (-91.84%)
Mutual labels:  osint, recon
mailcat
Find existing email addresses by nickname using API/SMTP checking methods without user notification. Please, don't hesitate to improve cat's job! 🐱🔎 📬
Stars: ✭ 219 (-36.15%)
Mutual labels:  osint, recon
facebook totem
Totem allows you to retrieve information about ads of a facebook page , we can retrieve the number of people targeted, how much the ad cost and a lot of other information.
Stars: ✭ 51 (-85.13%)
Mutual labels:  osint, information-gathering
sherlock
🔎 Find usernames across social networks
Stars: ✭ 52 (-84.84%)
Mutual labels:  osint, information-gathering
nuubi
Nuubi Tools (Information-ghatering|Scanner|Recon.)
Stars: ✭ 76 (-77.84%)
Mutual labels:  osint, recon
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+888.63%)
Mutual labels:  osint, information-gathering


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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].