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
if a dead domain is in a list, httpx dont probes other valid domains and takes very much time :
E.g
google.com googlesvfijjnvfsvr.com googlecsdijnvfsdfv.com tesla.com teslamotors.com
parth@Parths-Laptop whoiswho % time httpx -l a.txt __ __ __ _ __ / /_ / /_/ /_____ | |/ / / __ \/ __/ __/ __ \| / / / / / /_/ /_/ /_/ / | /_/ /_/\__/\__/ .___/_/|_| /_/ projectdiscovery.io [INF] Current httpx version v1.6.9 (latest) [WRN] UI Dashboard is disabled, Use -dashboard option to enable https://google.com httpx -l a.txt 0.22s user 0.11s system 1% cpu 21.101 total parth@Parths-Laptop whoiswho %
The text was updated successfully, but these errors were encountered:
This seems not reproducible on the dev branch:
dev
% cat list.txt scanme.sh googlesvfijjnvfsvr.com googlecsdijnvfsdfv.com projectdiscovery.io % go run . --l list.txt -t 1 __ __ __ _ __ / /_ / /_/ /_____ | |/ / / __ \/ __/ __/ __ \| / / / / / /_/ /_/ /_/ / | /_/ /_/\__/\__/ .___/_/|_| /_/ projectdiscovery.io [INF] Current httpx version v1.6.9 (latest) [WRN] UI Dashboard is disabled, Use -dashboard option to enable https://projectdiscovery.io https://scanme.sh
Sorry, something went wrong.
dwisiswant0
No branches or pull requests
if a dead domain is in a list, httpx dont probes other valid domains and takes very much time :
E.g
The text was updated successfully, but these errors were encountered: