-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-id optional flag on notify command #2
Comments
The PR #3 |
Hello, That notify command is intended to be used with Discord configuration as explained on the README.md file (for the way i manage my recon on Discord): If you need to send the notifications on a single channel (even if it's on Discord/Telegram/etc...) I recommend using this line: command = f'echo "Subdomain {subdomain} has been discovered for {domain}!" | {notify_binary} -silent -config {notify_api}' As I won't add the PR on the original project, let's keep this Issue open (as well as the PR) so people with the same problem can check/manage this on their private use by easily reading this. Best regards and thanks for opening the issue, have a nice day! |
No problem, have a nice day |
I have closed the PR since it was made using the main branch of the fork. .. . |
Hi ,
In line
sub.Monitor/monitor.py
Line 99 in 8d077ba
-id
According to the help:
This one breaks the notify message sending, since
id = domain
.I fix it by entirely removing
-id {domain}
;-)The text was updated successfully, but these errors were encountered: