Merge pull request #375 from princechaddha/main
Pattern for Nuclei Template
This commit is contained in:
commit
2184d4d7e8
@ -244,7 +244,7 @@ options:
|
|||||||
Select the model to use
|
Select the model to use
|
||||||
--listmodels List all available models
|
--listmodels List all available models
|
||||||
--remoteOllamaServer REMOTEOLLAMASERVER
|
--remoteOllamaServer REMOTEOLLAMASERVER
|
||||||
The URL of the remote ollamaserver to use. ONLY USE THIS if you are using a local ollama server in an non-deault location or port
|
The URL of the remote ollamaserver to use. ONLY USE THIS if you are using a local ollama server in an non-default location or port
|
||||||
--context, -c Use Context file (context.md) to add context to your pattern
|
--context, -c Use Context file (context.md) to add context to your pattern
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ def main():
|
|||||||
"--listmodels", help="List all available models", action="store_true"
|
"--listmodels", help="List all available models", action="store_true"
|
||||||
)
|
)
|
||||||
parser.add_argument('--remoteOllamaServer',
|
parser.add_argument('--remoteOllamaServer',
|
||||||
help='The URL of the remote ollamaserver to use. ONLY USE THIS if you are using a local ollama server in an non-deault location or port')
|
help='The URL of the remote ollamaserver to use. ONLY USE THIS if you are using a local ollama server in an non-default location or port')
|
||||||
parser.add_argument('--context', '-c',
|
parser.add_argument('--context', '-c',
|
||||||
help="Use Context file (context.md) to add context to your pattern", action="store_true")
|
help="Use Context file (context.md) to add context to your pattern", action="store_true")
|
||||||
|
|
||||||
|
1766
patterns/write_nuclei_template_rule/system.md
Normal file
1766
patterns/write_nuclei_template_rule/system.md
Normal file
File diff suppressed because it is too large
Load Diff
0
patterns/write_nuclei_template_rule/user.md
Normal file
0
patterns/write_nuclei_template_rule/user.md
Normal file
Loading…
x
Reference in New Issue
Block a user