Golang phish table updater
Go to file
ultimateplayer1999 06eb50358a
Added time to output with a time difference calculation.
Signed-off-by: ultimateplayer1999 <ultimateplayer1999@gmail.com>
2023-01-10 13:16:06 +01:00
.gitignore Initial commit 2023-01-09 16:55:43 +01:00
LICENSE Added time to output with a time difference calculation. 2023-01-10 13:16:06 +01:00
README.md Added time to output with a time difference calculation. 2023-01-10 13:13:40 +01:00
dbupdate.go Added time to output with a time difference calculation. 2023-01-10 13:16:06 +01:00
domain-db-updater Added time to output with a time difference calculation. 2023-01-10 13:16:06 +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.