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.53k stars 822 forks source link

Issue running HTTPX #1911

Closed 0xParth closed 2 weeks ago

0xParth commented 2 weeks ago

I am not getting any output but just this message. Is anyone facing same issue?

image
RamanaReddy0M commented 2 weeks ago

@0xParth, could you provide the exact command you ran?

0xParth commented 2 weeks ago

httpx -l t.txt -status-code -title

dogancanbakir commented 2 weeks ago

I couldn't reproduce the issue either:

$ go run . -l target.lst -status-code -title

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/

                projectdiscovery.io

[INF] Current httpx version v1.6.8 (latest)
[WRN] UI Dashboard is disabled, Use -dashboard option to enable
https://fit.google.com [301] [301 Moved]
https://calljoy.area120.google.com [404] [Error 404 (Not Found)!!1]
https://bb17s68.sites.google.com [302] [Moved Temporarily]
https://19g6dcc.sites.google.com [302] [Moved Temporarily]
https://api.hackerone.com [200] [HackerOne API]
...

Could you retry with -v flag: httpx -l t.txt -status-code -title -v ?