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

do not store failed reqs #1954

Merged
merged 2 commits into from
Oct 20, 2024
Merged

do not store failed reqs #1954

merged 2 commits into from
Oct 20, 2024

Conversation

dogancanbakir
Copy link
Member

Closes #1953

$ go run . -u '168-this-does-not-exist.com' -sr -probe

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

                projectdiscovery.io

[INF] Current httpx version v1.6.8 (latest)
[WRN] UI Dashboard is disabled, Use -dashboard option to enable
http://168-this-does-not-exist.com [FAILED]

$ ree output
output
└── response
    └── index.txt

2 directories, 1 file

$  wc -c output/response/index.txt
       0 output/response/index.txt

@dogancanbakir dogancanbakir self-assigned this Oct 16, 2024
@dogancanbakir dogancanbakir linked an issue Oct 16, 2024 that may be closed by this pull request
@ehsandeep ehsandeep merged commit b8f40c6 into dev Oct 20, 2024
11 checks passed
@ehsandeep ehsandeep deleted the dont_store_failed_reqs branch October 20, 2024 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

httpx -probe -sr creates files for [FAILED]
2 participants