getting less result when running in latest version #2254
Unanswered
ranjit-git
asked this question in
Q&A
Replies: 2 comments
|
@ranjit-git I'm unable to reproduce the behavior with the latest version. Could you please update % 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] |
0 replies
|
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! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
debug result when running in httpx1.6.10
All reactions