Skip to content

-id optional flag on notify command #2

@Sim4n6

Description

@Sim4n6

Hi ,

In line

command = f'echo "Subdomain {subdomain} has been discovered!" | {notify_binary} -silent -config {notify_api} -id {domain}'
, you are using notify flag -id

According to the help:

-id string[] id to send the notification to (optional)

This one breaks the notify message sending, since id = domain.

I fix it by entirely removing -id {domain} ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions