ethicalhackingplayground / endzy

Endpoint monitor tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

endzy

Endpoint monitor tool notifies new endpoints using telegram

Version 1.0

Install

$ chmod +x install ; ./install.sh

Setup Telegram

Download Telegram app

https://telegram.org/

  • Type in @BotFather
  • Type into @BotFather /start
  • Then type in /newbot
  • Give the bot a name
  • Then give the bot a name ending with Bot
  • Save the token to a file
  • Go to your bot click start and type hi
  • Then get the chant_id from https://api.telegram.org/bot*token*/getUpdates
Save this to your ~/.bashrc file with provided information
export TELEGRAM_API_TOKEN="apiToken"
export TELEGRAM_CHAT_ID="chat_id"

Usage:

$ ./run yahoo.com

GitHub Logo

GitHub Logo

I hope you get a bounty with this technique.


If you get a bounty please support by buying me a coffee


Buy Me A Coffee

About

Endpoint monitor tool


Languages

Language:Go 89.4%Language:Shell 10.6%