Golang-phish-update/README.md

19 lines
458 B
Markdown
Raw Normal View History

2023-01-09 10:55:43 -05:00
A free to use update tool which checks phish.sinking.yachts database.
2023-01-10 03:08:12 -05:00
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.
2023-01-09 11:00:45 -05:00
2023-01-10 02:59:03 -05:00
> DB_HOST=
2023-01-10 03:08:12 -05:00
>
2023-01-10 02:59:03 -05:00
> DB_PORT=
2023-01-10 03:08:12 -05:00
>
2023-01-10 02:59:03 -05:00
> DATABASE=
2023-01-10 03:08:12 -05:00
>
2023-01-10 02:59:03 -05:00
> DB_USER=
2023-01-10 03:08:12 -05:00
>
2023-01-10 02:59:03 -05:00
> DB_PASS=
2023-01-10 03:08:12 -05:00
This is based on the phish table. Table can also be changed if needed.
Execution time is *1h24m16.934194673s*. This was for **18811 records**.