Skip to content

Commit e4919b5

Browse files
nuclei: replace example (#19527)
* nuclei: replace example --------- Co-authored-by: Sebastiaan Speck <[email protected]>
1 parent 1512a5f commit e4919b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/common/nuclei.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131

3232
`nuclei {{[-t|-templates]}} {{path/to/nuclei-templates/http}} {{[-u|-target]}} {{https://example.com}} {{[-v|-verbose]}} {{[-o|-output]}} {{path/to/results}}`
3333

34-
- Run a scan based on one or more template conditions:
34+
- Use an AI prompt to dynamically generate a template to scan a target (projectdiscovery cloud pdcp API key needs to be configured using `nuclei -auth`):
3535

36-
`nuclei {{[-tc|-template-condition]}} "{{contains(tags, 'xss') && contains(tags, 'cve')}}" {{[-u|-target]}} {{https://example.com}}`
36+
`nuclei {{[-u|-target]}} {{https://example.com}} {{[-ai|-prompt]}} "{{find admin login endpoints}}"`

0 commit comments

Comments
 (0)