Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[BUG] ... #5919

Open
1 task done
badboycxcc opened this issue Dec 18, 2024 · 0 comments
Open
1 task done

[BUG] ... #5919

badboycxcc opened this issue Dec 18, 2024 · 0 comments
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@badboycxcc
Copy link

Is there an existing issue for this?

  • I have searched the existing issues.

Current Behavior

Burp

GET /xxxxxxx HTTP/1.0
Host: 
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.57 Safari/537.36
Accept-Encoding: gzip, deflate, br
Accept-Language: zh-CN,zh;q=0.9
Connection: close

Image

Nuclei-templates

id: template-id

info:
  name: Template Name
  author: Administrator
  severity: info
  description: description
  reference:
    - https://
  tags: tags

http:
  - raw:
      - |+
        GET /xxxxxxxxxx HTTP/1.0
        Host: {{Hostname}}
        User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.57 Safari/537.36
        Accept-Encoding: gzip, deflate, br
        Accept-Language: zh-CN,zh;q=0.9
        Connection: close

Error Log

[WRN] [template-id] Could not execute request for http://1.1.1.1:80/: [:RUNTIME] got err while executing http://1.1.1.1:80/xxxxxxxx <- GET http://1.1.1.1:80/xxxxxxxx giving up after 2 attempts: Get "http://1.1.1.1:80/xxxxxxxx": net/http: HTTP/1.x transport connection broken: bad Content-Length "2473l"
[INF] No results found. Better luck next time!The process exited with code 0

Expected Behavior

Correct request and response

Steps To Reproduce

Nuclei

nuclei.exe -t nuclei11213266331621379923.yaml -u http://1.1.1.1:80/ --debug --vv

Relevant log output

***Error Log***

[WRN] [template-id] Could not execute request for http://1.1.1.1:80/: [:RUNTIME] got err while executing http://1.1.1.1:80/xxxxxxxx <- GET http://1.1.1.1:80/xxxxxxxx giving up after 2 attempts: Get "http://1.1.1.1:80/xxxxxxxx": net/http: HTTP/1.x transport connection broken: bad Content-Length "2473l"
[INF] No results found. Better luck next time!The process exited with code 0

Environment

- OS Name:          Microsoft Windows 10 企业版 LTSC
- OS Version:          10.0.17763 暂缺 Build 17763
- Nuclei: V3.3.7

Anything else?

No response

@badboycxcc badboycxcc added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 18, 2024
# for free to join this conversation on GitHub. Already have an account? # 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