Releases: nt0xa/sonar
Releases · nt0xa/sonar
v1.4.0
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
Features
- Ability to create custom DNS records for payloads (#37) @russtone
- new commands added to manage DNS records (see
/help dns
,/help dns new
,/help dns del
,/help dns list
) - available records types: A, AAAA, MX, TXT, CNAME
- wildcard records are supported
- multiple records for same subdomain name are supported. Different strategies for multiple records are available:
all
- all records returned at onceround-robin
- records are rotated each requestrebind
- when time since last request is less than 5 seconds next record is returned, otherwise the first record is returned
- new commands added to manage DNS records (see
- Send log.eml for SMTP in telegram (#36) @russtone
- log.eml file now is sended for any SMTP notification. This allows to use default applications to preview email (e.g. Mail.app on macOS)
v1.2.2
v1.2.1
What's Changed
- Fix migrations
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