All Projects → chrispetrou → WWWE

chrispetrou / WWWE

Licence: GPL-3.0 license
💧 Check your email(s) using popular online services to see if it appears in any data-breach

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to WWWE

haveibeenpwned4j
The ultimate Java library for Troy Hunt's ';-- Have I Been Pwned (v3).
Stars: ✭ 13 (-40.91%)
Mutual labels:  hibp, breaches
H8mail
Email OSINT & Password breach hunting tool, locally or using premium services. Supports chasing down related email
Stars: ✭ 2,163 (+9731.82%)
Mutual labels:  leak, hibp
Cr3dov3r
Know the dangers of credential reuse attacks.
Stars: ✭ 1,700 (+7627.27%)
Mutual labels:  leak, leaks
Leakfa.com
A simple way to know if you are on the list of major security breaches like "HIBP", but it is specific for Iran.
Stars: ✭ 106 (+381.82%)
Mutual labels:  leak, breaches
BLUELAY
Searches online paste sites for certain search terms which can indicate a possible data breach.
Stars: ✭ 24 (+9.09%)
Mutual labels:  leak, leaks
AMLeaksFinder
A small tool for automatically detecting the [controller, view memory leak] in the project. 一款用于自动检测项目中【控制器内存泄漏,View 内存泄漏】的小工具,支持 ObjC,Swift。
Stars: ✭ 89 (+304.55%)
Mutual labels:  leak, leaks
PwnedPasswordsChecker
Search (offline) if your password (NTLM or SHA1 format) has been leaked (HIBP passwords list v8)
Stars: ✭ 52 (+136.36%)
Mutual labels:  leak, hibp
Vpnfailsafe
IP leak prevention for OpenVPN
Stars: ✭ 130 (+490.91%)
Mutual labels:  leak
Danderspritz docs
The goal of this project is to examine, reverse, and document the different modules available in the Equation Group's DanderSpritz post-exploitation framework leaked by the ShadowBrokers
Stars: ✭ 225 (+922.73%)
Mutual labels:  leak
Ghhdb Github Hacking Database
Github Hacking Database - My personal collection of Github Dorks to search for Confidential Information (Yes, it's a Github version of Google Dorks)
Stars: ✭ 92 (+318.18%)
Mutual labels:  leak
Awesome Sec S3
A collection of awesome AWS S3 tools that collects and enumerates exposed S3 buckets
Stars: ✭ 76 (+245.45%)
Mutual labels:  leak
Leakscraper
LeakScraper is an efficient set of tools to process and visualize huge text files containing credentials. Theses tools are designed to help penetration testers and redteamers doing OSINT by gathering credentials belonging to their target.
Stars: ✭ 227 (+931.82%)
Mutual labels:  leak
printfTester
Tester for the ft_printf project of 42 school
Stars: ✭ 94 (+327.27%)
Mutual labels:  leaks
ggshield
Find and fix 360+ types of hardcoded secrets and 70+ types of infrastructure-as-code misconfigurations.
Stars: ✭ 1,272 (+5681.82%)
Mutual labels:  leak
Mysql Magic
dump mysql client password from memory
Stars: ✭ 183 (+731.82%)
Mutual labels:  leak
Rootviewcontrollerswitcher
Stars: ✭ 105 (+377.27%)
Mutual labels:  leak
Nuxt Memwatch
Quickly watch real-time memory stats of your nuxt app
Stars: ✭ 76 (+245.45%)
Mutual labels:  leak
Webrtc Leak Prevent
Prevent WebRTC leaks in Chromium browsers.
Stars: ✭ 182 (+727.27%)
Mutual labels:  leak
memcheck-cover
An HTML generator for Valgrind's Memcheck tool
Stars: ✭ 30 (+36.36%)
Mutual labels:  leak
Oomdetector
OOMDetector is a memory monitoring component for iOS which provides you with OOM monitoring, memory allocation monitoring, memory leak detection and other functions.
Stars: ✭ 2,056 (+9245.45%)
Mutual labels:  leak

A tool to help you check if your email(s) have appeared in a data-breach!

GPLv3 license Build Status version Known Vulnerabilities


WWWE.py is a standalone python script that checks an email or a list of emails using popular online services to see it the email(s) appear on any security-breach happened in the past. The online services used are:

$ python WWWE.py -h
usage: WWWE.py [-h] (-e  | -f ) [--timeout]

WWWE.py: What's Wrong With my Email.

optional arguments:
  -h, --help     show this help message and exit
  -e , --email   Specify an email to check.
  -f , --file    Specify a file that contains a list of emails.
  --timeout      Specify HTTP connection timeout [default 10 sec]

Example

Requirements - Installation:

This project requires the following being installed on your system:

  • python-requirements
  • geckodriver
  • PhantomJS
  • Firefox

You can install the first three automatically using the setup.sh script (for the time only Linux/Mac OS are supported) or manually as follows:

To install the python-requirements :

pip install -r requirements.txt --upgrade --user

But you also need to install:

TODO

  • Add the ability to save the results in csv format (work in progress).
  • Provide results in a json format also, so the results be easily used and accessed by other tools.

Contributions & Feedback

Feedback and contributions are welcome. If you find any bug or have a feature request feel free to open an issue, and as soon as I review it I'll try to fix it!

Disclaimer

This tools is only for testing and academic purposes and can only be used where strict consent has been given. Do not use it for illegal purposes! It is the end user’s responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this software.

Credits

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

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].