diff --git a/examples/example.go b/examples/example.go index ae2bb4e..ff3fe5f 100644 --- a/examples/example.go +++ b/examples/example.go @@ -15,6 +15,7 @@ func main() { options := runner.Options{ Methods: "GET", + Threads: 2, InputTargetHost: goflags.StringSlice{"scanme.sh", "projectdiscovery.io", "localhost"}, //InputFile: "./targetDomains.txt", // path to file containing the target domains list OnResult: func(r runner.Result) {