-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,61 @@ | ||
# gmailchecker | ||
Gmail address checker | ||
<div align="center"> | ||
<img src="ss.png" alt="ScreenShot"> | ||
<h3> | ||
π§Gmail checkerπ§<br> | ||
β v1.0.0 β<br> | ||
Created by <a href="https://gtihub.com/vondri">Vondri</a> | ||
</h3> | ||
</div> | ||
|
||
<div align="center"> | ||
<img src="https://img.shields.io/github/repo-size/vondri/gmailchecker" alt="Repo size"> | ||
<img src="https://img.shields.io/github/last-commit/vondri/gmailchecker" alt="Last commit"> | ||
<img src="https://img.shields.io/github/v/tag/vondri/gmailchecker" alt="Last tag"> | ||
<img src="https://img.shields.io/github/downloads/vondri/gmailchecker/total" alt="Downloads"> | ||
<img src="https://img.shields.io/github/languages/top/vondri/gmailchecker" alt="Top"> | ||
<img src="https://img.shields.io/github/license/vondri/gmailchecker" alt="License"> | ||
</div> | ||
|
||
* * * * * * * * * | ||
## Features | ||
- [x] π Script work with params e.g `-h` π | ||
- [x] π Silent mode (run without banner) π | ||
- [x] β Writing valid and invalid users to another files β | ||
- [x] β Timeout beetwen checks β | ||
- [x] π Possibility to check single email π | ||
|
||
## Requirements | ||
![](https://img.shields.io/pypi/v/requests?label=requests) | ||
![](https://img.shields.io/pypi/v/requests?label=argparse) | ||
![](https://img.shields.io/pypi/v/requests?label=os) | ||
![](https://img.shields.io/pypi/v/requests?label=sys) | ||
![](https://img.shields.io/pypi/v/requests?label=time) | ||
|
||
## 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. |