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

Fix the bug that nuclei keeps scanning for http connection failures #4265

Merged
merged 4 commits into from
Nov 28, 2023

Conversation

XTeam-Wing
Copy link
Contributor

Proposed changes

Fix the bug that nuclei keeps scanning for http connection failures

Related issues
#4264

Checklist

  • [√ ] Pull request is created against the dev branch
  • [ √ ] All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • [√ ] I have added tests that prove my fix is effective or that my feature works
  • [x ] I have added necessary documentation (if appropriate)

@ehsandeep
Copy link
Member

@XTeam-Wing you can use -track-error option to ignore the host with any specific error see #3399, having this included as the default result into the exclusion of host in unexpected scenarios.

@XTeam-Wing
Copy link
Contributor Author

@XTeam-Wing you can use -track-error option to ignore the host with any specific error see #3399, having this included as the default result into the exclusion of host in unexpected scenarios.

For most users, this error is unknown to them, and it took me a long time of debugging to realise that this was the reason why my previous task would not exit for a long time. I think this error should be added as a default. And this error is very common

@ipsecc
Copy link

ipsecc commented Nov 28, 2023

I got this error too, the scan never stops, It took me a long time to find the reason.

@ehsandeep ehsandeep changed the base branch from main to dev November 28, 2023 15:19
@ehsandeep ehsandeep linked an issue Nov 28, 2023 that may be closed by this pull request
@ehsandeep ehsandeep merged commit b633ef6 into projectdiscovery:dev Nov 28, 2023
8 of 11 checks passed
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.

Targets where host exists but http connection fails
3 participants