phishing-detection 0.1.2

Last updated:

0 purchases

phishing-detection 0.1.2 Image
phishing-detection 0.1.2 Images
Add to Cart

Description:

phishingdetection 0.1.2

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))




Free software: MIT license
Documentation: https://phishing-detection.readthedocs.io.


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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.