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

make auth option to optionally accept auth token as input string #331

Open
ehsandeep opened this issue Feb 10, 2024 · 0 comments
Open

make auth option to optionally accept auth token as input string #331

ehsandeep opened this issue Feb 10, 2024 · 0 comments
Assignees
Labels
Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.

Comments

@ehsandeep
Copy link
Member

Follow up for #307

As of now users can authenticate using interactive -auth option or ENV variable, optionally can we parse if user directly passing the api key as string input!

For example:

nuclei -auth # will prompt interactive option. 
cvemap -auth XXXXX # will parse string input as API key.

This is useful for automation where ENV support is not an option.

@ehsandeep ehsandeep added the Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity. label Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Updating phrasing or wording to make things clearer or removing ambiguity.
Projects
None yet
Development

No branches or pull requests

2 participants