Skip to content

Commit 40ad0ae

Browse files
author
fail-open
authored
Update file.mdx (#116)
adding -file flag in examples
1 parent 3d0c3aa commit 40ad0ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/protocols/file.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ file:
105105
106106
```bash
107107
# Running file template on http-response/ directory
108-
nuclei -t file.yaml -target http-response/
108+
nuclei -t file.yaml -file -target http-response/
109109

110110
# Running file template on output.txt
111-
nuclei -t file.yaml -target output.txt
111+
nuclei -t file.yaml -file -target output.txt
112112
```
113113

114114
<Tip>
115115
More complete examples are provided [here](/templates/protocols/file-examples)
116-
</Tip>
116+
</Tip>

0 commit comments

Comments
 (0)