Golang phish table updater
Go to file
ultimateplayer1999 058a4fb9d9
Updated readme - ultimateplayer1999
2023-01-10 09:08:12 +01:00
.gitignore Initial commit 2023-01-09 16:55:43 +01:00
LICENSE Initial commit 2023-01-09 16:55:43 +01:00
README.md Updated readme - ultimateplayer1999 2023-01-10 09:08:12 +01:00
dbupdate.go Initial commit 2023-01-09 16:55:43 +01:00
domain-db-updater Initial commit 2023-01-09 16:55:43 +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.