Skip to content
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

Updating profiles with ids #65

Closed
ehsandeep opened this issue Jul 28, 2021 · 0 comments · Fixed by #66
Closed

Updating profiles with ids #65

ehsandeep opened this issue Jul 28, 2021 · 0 comments · Fixed by #66
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed.

Comments

@ehsandeep
Copy link
Member

We added profile field support in the config file and profile flag to use any specific profile instead of all providers at once.

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.

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
@ehsandeep ehsandeep added the Status: Available No one has claimed responsibility for resolving this issue label Jul 28, 2021
@ehsandeep ehsandeep linked a pull request Aug 1, 2021 that will close this issue
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Aug 1, 2021
@ehsandeep ehsandeep removed the Status: Available No one has claimed responsibility for resolving this issue label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants