Skip to content
New issue

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

httpx not probing if any dead domains exist in a list #2042

Open
parthmalhotra opened this issue Dec 16, 2024 · 1 comment
Open

httpx not probing if any dead domains exist in a list #2042

parthmalhotra opened this issue Dec 16, 2024 · 1 comment
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@parthmalhotra
Copy link
Member

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 % 

@parthmalhotra parthmalhotra added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 16, 2024
@Mzack9999
Copy link
Member

This seems not reproducible on the dev branch:

% 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

3 participants