phishing-detection

Detect phishing websites using machine learning


Keywords
phishing_detection
License
MIT
Install
pip install phishing-detection==0.1.2

Documentation

====================================== Phishing Detection Using Random Forest

Detect phishing websites using machine learning

cross checking function -> compare_with_google can be used to cross check the results of the model.

usage :

detect:
    from phishing_detection import phishing_detection
    print(phishing_detection.detect('google.com'))
    
compare_with_google:
    url=<some url>
    api=<your google cloud console api key>
    
    print(compare_with_google(url,api))

Features

  • TODO

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _audreyr/cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage