Red5d / phishing_catcher

Phishing catcher using Certstream

Home Page:https://blog.0day.rocks/catching-phishing-using-certstream-97177f0d499a

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phishing catcher

Catching malicious phishing domain names using certstream SSL certificates live stream.

This is just a working PoC, feel free to contribute and tweak the code to fit your needs 👍

usage

Installation

The script should work fine using Python2 or Python3.

You will need the following python packages installed: tqdm, certstream, entropy

pip install -r requirements.txt

Usage

$ ./catch_phishing.py

Example phishing caught

Paypal Phishing

License

GNU GPLv3

About

Phishing catcher using Certstream

https://blog.0day.rocks/catching-phishing-using-certstream-97177f0d499a

License:GNU General Public License v3.0


Languages

Language:Python 100.0%