From d77348b8da09b83cff6d690cbb0ba10492112d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Wed, 12 Jun 2024 14:26:00 +0300 Subject: [PATCH] set threads to 2 --- examples/example.go | 1 + 1 file changed, 1 insertion(+) 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) {