v1.2.0
What's Changed
Features
-
Ablity to enable/disable protocols notifications for payloads (#34) @russtone
- There is new option
-p
for/new
command which allows to set protocols for which you want to receive notifications.
For example payload created by command/new test -p dns,http
won't receive SMTP notifications.
If you don't pass-p
option then by default all protocols will be enabled. - Also there is new command
/mod
which allows to modify existing payloads.
Examples:/mod test -p dns,smtp
- change payload protocols,/mod test -n test_new
- change payload name
- There is new option
-
Ability to add bot to telegram groups (#33) @russtone
- When bot added to group new separate user is created for this group
- Only authorised users can control bot in group
- When bot is deleted from group corresponding user with all its payloads is deleted