Golang phish table updater
Go to file
ultimateplayer1999 9add6af2d0
Changed go.mod
2023-01-11 10:10:57 +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 Changed go.mod 2023-01-11 10:10:57 +01:00
go.mod Changed go.mod 2023-01-11 10:10:57 +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.