Skip to content

Cl-PaaS/ClPaaS-PhishTank-Database

Repository files navigation

PhishTank-Database

To get verified domain database from Phishtank.
You can get .csv .json .xml format files.
The work (Getting database to file) can be fail, so check the printed status code.
Status Code Order: csv / json / xml
200 - Success / 400, 429 - Failure

Local Usage w/ venv

pip install -r requirements.txt
python get-verify-list.py

check your /app directory

Docker Usage

docker build -t <name>:<tag> .
docker run <name>:<tag>

check your /app directory

Kubernetes Usage

You can create a CronJob to get verified domain database from phishtank.
Upload Docker image to your registry and create a PV, PVC to share the files.
The given file data-update.yaml has been declared to work daily.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published