We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c29657 + c20c0d0 commit 7e02eb2Copy full SHA for 7e02eb2
tools/nuclei/authenticated-scans.mdx
@@ -141,9 +141,9 @@ dynamic:
141
# A example dynamic login of Wordpress using REST API
142
- template: /path/to/wordpress-login.yaml
143
variables:
144
- - name: username
+ - key: username
145
value: pdteam
146
- - name: password
+ - key: password
147
value: nuclei-fuzz
148
input: auth-server.projectdiscovery.io # optional input/target, not required if target is hardcoded in template
149
# once login is successful, this can be used in below templatized static secret
@@ -351,9 +351,9 @@ Example:
351
352
```yaml
353
354
355
356
357
358
```
359
0 commit comments