├── LICENSE ├── README.md ├── app.py ├── data_collector.py ├── feature_extraction.py ├── features.py ├── machine_learning.py ├── requirements.txt ├── structured_data_legitimate.csv ├── structured_data_phishing.csv ├── tranco_list.csv └── verified_online.csv /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/app.py -------------------------------------------------------------------------------- /data_collector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/data_collector.py -------------------------------------------------------------------------------- /feature_extraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/feature_extraction.py -------------------------------------------------------------------------------- /features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/features.py -------------------------------------------------------------------------------- /machine_learning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/machine_learning.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/requirements.txt -------------------------------------------------------------------------------- /structured_data_legitimate.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/structured_data_legitimate.csv -------------------------------------------------------------------------------- /structured_data_phishing.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/structured_data_phishing.csv -------------------------------------------------------------------------------- /tranco_list.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/tranco_list.csv -------------------------------------------------------------------------------- /verified_online.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emre-kocyigit/phishing-website-detection-content-based/HEAD/verified_online.csv --------------------------------------------------------------------------------