projectdiscovery / notify

Notify is a Go-based assistance package that enables you to stream the output of several tools (or read from a file) and publish it to a variety of supported platforms.

Home Page:https://projectdiscovery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notify doesn't work with telegram+collaborator

riramar opened this issue · comments

This works perfect since I can see a "x" message in my telegram bot.

echo x | notify -telegram -telegram-api-key XXXX -telegram-chat-id XXXX

This also works fine since I see the burp collaborator interactions.

notify -biid 'XXXXXXXXXXXXXXXXXXXXXXXXXX'

But this doesn't work since I don't see any burp collaborator interaction in my telegram bot.

notify -biid 'XXXXXXXXXXXXXXXXXXXXXXXXXX' -telegram -telegram-api-key XXXX -telegram-chat-id XXXX

@riramar burp collaborator interaction supported for slack and discord platform only due to formatting issue, we will update the readme to add this info.

Closing as this is intended behavior