Detect phishing websites using machine learning
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file phishing_detection-0.1.2.tar.gz
.
File metadata
- Download URL: phishing_detection-0.1.2.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fece269955da14025a919921835bf242c679e12278bebf0d2296d492d71d4cb0 |
|
MD5 | 6d9fb4d9b74130d6c8464b5d27b97df5 |
|
BLAKE2b-256 | 9a5d0c0b74886d1ed468cd7f09cb9a830d97ed5eeb0f9105fb220b8899c7bbb6 |