projectdiscovery / httpx

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
https://docs.projectdiscovery.io/tools/httpx
MIT License
7.62k stars 828 forks source link

unable to use internt while running httpx tool #44

Closed balook closed 4 years ago

balook commented 4 years ago

i ranned httpx tool for 1000 urls and concurrently i tried to browse in browser....but im unable to browse anything .. i faced the same issue when masscan, ...i think the tool is using so many threads...... but when i used ffuf with many threads too i can browse and can able to access internet...once look into this. i juse didnt used any threads in httpx but also ....im unable to browse...

ehsandeep commented 4 years ago

Hey @balook,

httpx uses only 50 threads on default run, so that shouldn't be an issue on any system, without any relevant information I'm not sure we can do any help about this.

You can try to monitor your systems bandwidth/RAM/CPUs uses to explore the root cause.

Also to be sure, you can use httpx -threads 1 which is same opening an URL or making cURL request from your system.