Skip to content

[FALSE-POSITIVE] ...SVN not detected #15060

@p1aymaker

Description

@p1aymaker

Template IDs or paths

- ...
nuclei-templates\http\exposures\configs\exposed-svn.yaml

Environment

- OS: Windows
- Nuclei: 
- Go:

Steps To Reproduce

nuclei.exe -u https://XXXX.com/ -t C:\Users\XXx\nuclei-templates\http\exposures\configs\exposed-svn.yaml -debug

Relevant dumped responses

Dumped HTTP response https://XXXX/.svn/entries

HTTP/1.1 200 OK
Connection: close
Content-Length: 2734
Accept-Ranges: bytes
Content-Type: application/octet-stream
Date: Mon, 26 Jan 2026 13:23:51 GMT
Etag: "5b9080da-aae"
Last-Modified: Thu, 06 Sep 2018 01:20:26 GMT
Server: nginx/1.22.1

Anything else?

matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "(^\d\s*dir|\.svn-base|has-props|svn:\/\/|([\da-f]{32}[\S+\r\n\s]+[\d]{4}-[\d]{2}-[\d]{2}T[\d]{2}:[\d]{2}:[\d]{2}.[\d]{6}Z))"

  - type: status
    status:
      - 200

  - type: word
    part: header
    words:
      - "text/plain"

in this response the result is Content-Type: application/octet-stream not match ""text/plain""

Metadata

Metadata

Assignees

Labels

DoneReady to mergefalse-positiveNuclei template reporting invalid/unexpected result

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions