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.
1 parent 3c29657 commit c20c0d0Copy full SHA for c20c0d0
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