We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i get this 2 errors while running the tool and it stops scanning the other subdomains:
2019/11/29 18:09:21 [ERROR] Get: asda.asde.com => [Get http://asda.asde.com/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)] 2019/11/29 18:09:21 [ERROR] Get: asda.asde222.com => [Get http://asda.asde222.com/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)]
Am i doing something wrong? i'm running the tool with go run subover.go -l subs.txt
go run subover.go -l subs.txt
The text was updated successfully, but these errors were encountered:
Also running go run subover.go -l subdomains.txt -v sometimes just doesn't give me any output and at the end gives me:
go run subover.go -l subdomains.txt -v
[~] Enjoy your hunt !`
Is the tool working properly and i shouldn't see anything for a reason or there is something wrong?
Sorry, something went wrong.
No branches or pull requests
i get this 2 errors while running the tool and it stops scanning the other subdomains:
2019/11/29 18:09:21 [ERROR] Get: asda.asde.com => [Get http://asda.asde.com/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)] 2019/11/29 18:09:21 [ERROR] Get: asda.asde222.com => [Get http://asda.asde222.com/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)]
Am i doing something wrong? i'm running the tool with
go run subover.go -l subs.txt
The text was updated successfully, but these errors were encountered: