Phedeo is a powerful command-line tool to fetch public (and sometimes sensitive) GitHub user information, including email addresses when available. It combines multiple techniques to maximize the chance of finding a valid, non-noreply email associated with a GitHub username.
-
🔍 Fetch GitHub account details:
- Name
- Bio
- Username
- Avatar URL
- Account creation date
- Last update
- User ID
-
📧 Email extraction using multiple methods:
- Public events
- GitHub commit history
- External email resolver (
emailaddress.github.io) - Repositories and associated commits
-
✅ Estimated 88% success rate for finding emails
- Windows (fully supported)
- Clone the repository:
git clone https://github.com/seryannn/Phedeo-Project.git
cd Phedeo-Main-6.7- Install dependencies:
pip install -r requirements.txtRun the script with a GitHub username:
python phedeo.py {github_username}Example:
python phedeo.py googlePhedeo will retrieve public information and attempt to find associated emails.
--------------------------------------------------
[+] GitHub Profile Information
--------------------------------------------------
Name............: Google
Username........: google
Avatar URL......: https://avatars.githubusercontent.com/u/1342004?v=4
Last Update.....: 2024-08-09T17:36:18Z
Created At......: 2012-01-18T01:30:18Z
User ID.........: 1342004
--------------------------------------------------
[+] Sensitive Information:
--------------------------------------------------
Leaked Mail.....: 3
[1].............: mail@example.com
[2].............: mail@example.com
[3].............: mail@example.com
Noreply Mail....: noreply@example.com
--------------------------------------------------
[+] Advanced Search:
--------------------------------------------------
Phone Number....: None
Other Mails.....: 5
[1].............: mail@example.com
[2].............: mail@example.com
[3].............: mail@example.com
[4].............: mail@example.com
[5].............: mail@example.com
For educational and ethical use only. Accessing or attempting to retrieve private information without consent is illegal. The developer is not responsible for any misuse.
- Name: Seryan
- Tool: Phedeo
- Status:
Working ✅
⚠️ Limited to 60 requests per hour.
Open-source under the MIT License.