interactsh icon indicating copy to clipboard operation
interactsh copied to clipboard

Add functionality to act more like a canary token with notes and custom alerting

Open tc-mgriff opened this issue 3 months ago • 2 comments

Please describe your feature request:

With canary tokens you can create notes and decide how to alert for that token or tokens. It would be nice to have this functionality when generating OOB endpoints with interactsh.

Describe the use case of this feature:

Sometimes OOB's won't trigger right away, so it would be nice to be able to generate url's that have some information tied to them to remind you where it came from. I know you can currently do a custom subdomain but you still have to find that in all the other logging data. Being able to generate 1 or a set amount of endpoints that have some notes tied to them and custom alerting. Also, I think just the general use case of canary tokens fits well with the current interactsh use cases.

Maybe something like interactsh-client -server hackwithautomation.com -n 5 --notes "email form on ******.com" --alert notify-discord-webhook, notify-email

You could hook into the notify config to simplify having to create a whole new storage object for alerting.

Having this configurable in the web ui would also be really nice.

tc-mgriff avatar Apr 10 '24 18:04 tc-mgriff