set threads to 2

This commit is contained in:
Doğan Can Bakır 2024-06-12 14:26:00 +03:00
parent 6adf02ea9c
commit d77348b8da

View File

@ -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) {