Skip to main content

Detect phishing websites using machine learning

Project description

Phishing Detection Using Random Forest

https://img.shields.io/pypi/v/phishing_detection.svg https://img.shields.io/travis/abhi-parmar/phishing_detection.svg Documentation Status

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.

History

0.1 (2019-07-20)

  • First release on PyPI.

0.2

bug fixes

0.2.1

fixed model.sav path bug added other dependencies in setup.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

phishing_detection-0.1.2.tar.gz (1.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page