Golang phish table updater
Go to file
ultimateplayer1999 639ff3ceb7
Changed source to include time - ultimateplayer1999
2023-01-10 11:23:10 +01:00
.gitignore Initial commit 2023-01-09 16:55:43 +01:00
LICENSE LICENSE Update - ultimateplayer1999 2023-01-10 09:20:10 +01:00
README.md Updated readme - ultimateplayer1999 2023-01-10 09:08:12 +01:00
dbupdate.go Changed source to include time - ultimateplayer1999 2023-01-10 11:23:10 +01:00
domain-db-updater Changed source to include time - ultimateplayer1999 2023-01-10 11:23:10 +01:00
go.mod Initial commit 2023-01-09 16:55:43 +01:00
go.sum Initial commit 2023-01-09 16:55:43 +01:00

README.md

A free to use update tool which checks phish.sinking.yachts database. It adds all domains found after custom domains are added. If not needed they can be commented or removed.

The following code is needed in a .env. This is for the DB connection.

DB_HOST=

DB_PORT=

DATABASE=

DB_USER=

DB_PASS=

This is based on the phish table. Table can also be changed if needed.