We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We added profile field support in the config file and profile flag to use any specific profile instead of all providers at once.
profile
Example:-
notify -profile recon_subfinder
discord: - profile: recon_subfinder discord_webhook_url: https://discord.com/api/webhooks/XX/XX discord_username: test discord_channel: notify-test
We can update the profile with id to improve the UX and simple to use.
id
After change:-
notify -id recon,hack
discord: - id: recon discord_webhook_url: https://discord.com/api/webhooks/XX/XX discord_username: test discord_channel: notify-test - id: hack discord_webhook_url: https://discord.com/api/webhooks/XX/XX discord_username: hack discord_channel: hack-test
The text was updated successfully, but these errors were encountered:
parrasajad
Successfully merging a pull request may close this issue.
We added
profile
field support in the config file and profile flag to use any specific profile instead of all providers at once.Example:-
We can update the profile with
id
to improve the UX and simple to use.After change:-
The text was updated successfully, but these errors were encountered: