A Golang fork of x0rz's phishing_cather linked to a Telegram bot
NOTE: this is a (more rough and simplistic) fork of x0rz's phishing_catcher all the credits for this project goes to him.
PhishingAlert
catches malicious phishing domain names using certstream and sends the report via telegram.
- Create a telegram bot
- Set
BOT_TOKEN
env var with the APIKEY of your bot - Set
TG_CHAT
env var with the group ID of your group/channel/privatechat/whatever - Run PhishingAlert
go get github.com/BurntSushi/toml github.com/CaliDog/certstream-go github.com/deckarep/golang-set github.com/joeguo/tldextract github.com/texttheater/golang-levenshtein/levenshtein gopkg.in/telegram-bot-api.v4
go build
Please feel free to contribute and/or give a feedback