You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
This is useful for automation where ENV support is not an option.
The text was updated successfully, but these errors were encountered: