-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[FALSE-POSITIVE] ...SVN not detected #15060
Copy link
Copy link
Closed
Labels
DoneReady to mergeReady to mergefalse-positiveNuclei template reporting invalid/unexpected resultNuclei template reporting invalid/unexpected result
Description
Template IDs or paths
- ...
nuclei-templates\http\exposures\configs\exposed-svn.yamlEnvironment
- 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.1Anything 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""
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DoneReady to mergeReady to mergefalse-positiveNuclei template reporting invalid/unexpected resultNuclei template reporting invalid/unexpected result