Coder Social home page Coder Social logo

geemailuserfinder's Introduction

geeMailUserFinder

ko-fi

geeMailUserFinder is used for identifying valid Gmail accounts without the risk of account lockouts. The tool parses responses to identify if a cookie is issued for valid accounts, and responds appropriately if the user is valid.

Note that on occasion you may find that an email account that returns valid is not actual valid. This is likely due to the username not being permitted in the Gmail system, and I believe they issue a cookie for those as a way to prevent them.

Usage

Installing geeMailUserFinder

git clone https://github.com/dievus/geeMailUserFinder.git

Change directories to geeMailUserFinder and run:

pip3 install -r requirements.txt

This will run the install script to add necessary dependencies to your system.

python3 geeMailUserFinder.py -h

This will output the help menu, which contains the following flags:

---Validate a single email---

python3 geeMailUserFinder.py -e [email protected]

---Validate a list of emails and write to file---

python3 geeMailUserFinder.py -r testemails.txt -w valid.txt

---Validate a list of emails, write to file and timeout between requests---

python3 geeMailUserFinder.py -r emails.txt -w validemails.txt -t 30

---Validate a list of emails and timeout between requests---

python3 geeMailUserFinder.py -r emails.txt -t 30

---Validate a list of emails using verbose mode---

python3 geeMailUserFinder.py -r emails.txt -v

Notes

Keep in mind that Google may or may not appreciate account testing like this on their services.

geemailuserfinder's People

Contributors

dievus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.