Golang phish table updater
Go to file
ultimateplayer1999 e3bb9ddccb
Added time to output with a time difference calculation. - Ultimateplayer1999
2023-01-10 13:05:56 +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 Added time to output with a time difference calculation. - Ultimateplayer1999 2023-01-10 13:05:56 +01:00
dbupdate.go Added time to output with a time difference calculation. - Ultimateplayer1999 2023-01-10 13:05:56 +01:00
domain-db-updater Added time to output with a time difference calculation. - Ultimateplayer1999 2023-01-10 13:05:56 +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.

Execution time is 1h24m16.934194673s. This was for 18811 records.