This commit is contained in:
Vomitblood 2025-01-24 10:27:25 +08:00
parent 3e0bd05024
commit abf78129f0

View file

@ -109,6 +109,7 @@ func bruteForcing(vulnURL string) (bool, int, int) {
}
}
}
fmt.Println("Unknown error occured")
return false, 1, 1
}