mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 21:25:27 +00:00
f tag
This commit is contained in:
parent
96d7d02701
commit
c4aa7dc1a2
@ -10,7 +10,10 @@ import (
|
|||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
ne, err := nuclei.NewNucleiEngine(
|
ne, err := nuclei.NewNucleiEngine(
|
||||||
nuclei.WithTemplateFilters(nuclei.TemplateFilters{IDs: []string{"header-command-injection"}}),
|
nuclei.WithTemplateFilters(nuclei.TemplateFilters{
|
||||||
|
IDs: []string{"header-command-injection"},
|
||||||
|
IncludeTags: []string{"fuzz"},
|
||||||
|
}),
|
||||||
nuclei.EnableStatsWithOpts(nuclei.StatsOptions{MetricServerPort: 6064}),
|
nuclei.EnableStatsWithOpts(nuclei.StatsOptions{MetricServerPort: 6064}),
|
||||||
nuclei.WithGlobalRateLimit(1, time.Second),
|
nuclei.WithGlobalRateLimit(1, time.Second),
|
||||||
nuclei.WithConcurrency(nuclei.Concurrency{
|
nuclei.WithConcurrency(nuclei.Concurrency{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user