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

Adding support for CLI/Env variables in network requests #1138

Merged
merged 1 commit into from
Oct 17, 2021

Conversation

Mzack9999
Copy link
Member

@Mzack9999 Mzack9999 commented Oct 17, 2021

Before

$ nuclei -debug -u null -t network.yaml -var token="EXAMPLE"
...
AUTH PLAIN {{token}}

After:

$ nuclei -debug -u null -t network.yaml -var token="EXAMPLE"
...
AUTH PLAIN EXAMPLE

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 17, 2021
@Mzack9999 Mzack9999 linked an issue Oct 17, 2021 that may be closed by this pull request
@Ice3man543 Ice3man543 merged commit 9300c73 into dev Oct 17, 2021
@Ice3man543 Ice3man543 deleted the issue-1110-cli-direct-value-payload branch October 17, 2021 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI / ENV variables are not supported in network protocol
2 participants