Skip to content

Latest commit

 

History

History
61 lines (54 loc) · 1.98 KB

README.md

File metadata and controls

61 lines (54 loc) · 1.98 KB
ScreenShot

📧Gmail checker📧
✔ v1.0.0 ✔
Created by Vondri

Repo size Last commit Last tag Downloads Top License

Features

  • 📝 Script work with params e.g -h 📝
  • 🔇 Silent mode (run without banner) 🔇
  • ✍ Writing valid and invalid users to another files ✍
  • ⌚ Timeout beetwen checks ⌚
  • 🔍 Possibility to check single email 🔍

Requirements

Usage

  • Linux

    git clone https://github.com/Vondri/admin-panel-finder.git
    cd gmailchecker
    chmod +x GmailChecker.py
    python GmailChecker.py -e <email>
    
  • Windows

Download, extract zip and run script by python GmailChecker.py -e <email>

Usage

python GmailChecker.py -u <userlist.txt> -o -i -t1

It will check all users in userlist.txt and print to another files valid and invalid users. Timout equal one second between checks.


python GmailChecker.py -e <email>

It will check one user.


python GmailChecker.py -s -u <userlist.txt>

It will run script without banner and print result of scan.