httpx icon indicating copy to clipboard operation
httpx copied to clipboard

getting less result when running in latest version

Open ranjit-git opened this issue 9 months ago • 1 comments

httpx 1.3.3 VS httpx 1.6.10

When running in httpx1.3.3 getting more result But when running same command in httpx1.6.10 then getting less result.

Image Image

debug result when running in httpx1.6.10

Image

ranjit-git avatar Apr 01 '25 15:04 ranjit-git

@ranjit-git I'm unable to reproduce the behavior with the latest version. Could you please update httpx and retry?

% echo example.com | httpx -path paths.txt -sc

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

                projectdiscovery.io

[INF] Current httpx version v1.7.0 (latest)
[WRN] UI Dashboard is disabled, Use -dashboard option to enable
https://example.com/contact [404]
https://example.com/b [404]
https://example.com/profile [404]
https://example.com/upload [404]
https://example.com/about [404]
https://example.com/dashboard [404]
https://example.com [200]
https://example.com/a [404]
https://example.com/cart [404]
https://example.com/privacy [404]
https://example.com/blog [404]
https://example.com/d [404]
https://example.com/login [404]
https://example.com/help [404]
https://example.com/api [404]
https://example.com/checkout [404]
https://example.com/register [404]
https://example.com/support [404]
https://example.com/search [404]
https://example.com/terms [404]
https://example.com/faq [404]
https://example.com/admin [404]
https://example.com/settings [404]
https://example.com/logout [404]
https://example.com/c [404]
https://example.com/download [404]

Mzack9999 avatar Apr 28 '25 23:04 Mzack9999

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!

github-actions[bot] avatar Aug 31 '25 00:08 github-actions[bot]