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

incorrect port in http variables + context deadline on closed ports #5150

Open
tarunKoyalwar opened this issue May 6, 2024 · 0 comments
Open
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@tarunKoyalwar
Copy link
Member

tarunKoyalwar commented May 6, 2024

Nuclei version:

Current Behavior:

nuclei -u https://hackerone.com -t http/cves/2020/CVE-2020-25780.yaml -v -svd   

                     __     _
   ____  __  _______/ /__  (_)
  / __ \/ / / / ___/ / _ \/ /
 / / / / /_/ / /__/ /  __/ /
/_/ /_/\__,_/\___/_/\___/_/   v3.2.5

		projectdiscovery.io

[VER] Started metrics server at localhost:9092
[INF] Current nuclei version: v3.2.5 (outdated)
[INF] Current nuclei-templates version: v9.8.5 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 142
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[INF] Targets loaded for current scan: 1
[DBG] HTTP Protocol request variables: 
	1. BaseURL => https://hackerone.com
	2. DN => hackerone
	3. FQDN => hackerone.com
	4. File => 
	5. Host => hackerone.com
	6. Hostname => hackerone.com
	7. Input => https://hackerone.com
	8. Path => 
	9. Port => 443
	10. Query => 
	11. RDN => hackerone.com
	12. RootURL => https://hackerone.com
	13. SD => 
	14. Scheme => https
	15. TLD => com
	16. ip => 

[WRN] [CVE-2020-25780] Could not execute request for https://hackerone.com: [:RUNTIME] got err while executing http://hackerone.com:81/SearchSvc/CVSearchService.svc <- context deadline exceeded
[INF] No results found. Better luck next time!

Expected Behavior:

  • dialer related error and not context deadline exceeded

Steps To Reproduce:

Anything else:

  • this error is coming from retryablehttp and maybe even fastdialer so those need to be updated to fix / remove the generic context deadline exceeded error
@tarunKoyalwar tarunKoyalwar added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label May 6, 2024
@tarunKoyalwar tarunKoyalwar self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

No branches or pull requests

1 participant