Skip to content

Instantly share code, notes, and snippets.

@ihebski
Last active December 18, 2023 06:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ihebski/9f90f368ed793a5325f728d7f3e952b4 to your computer and use it in GitHub Desktop.
Save ihebski/9f90f368ed793a5325f728d7f3e952b4 to your computer and use it in GitHub Desktop.
nuclei template for Apache WebDAV Module PROPFIND Arbitrary Directory Listing
id: apache-webdav-dir-listing
info:
name: Apache WebDAV Module PROPFIND Arbitrary Directory Listing
author: segfolt
severity: Medium
# https://vuldb.com/?id.16000
requests:
- raw:
- |
PROPFIND / HTTP/1.1
Host: {{Hostname}}
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: close
Upgrade-Insecure-Requests: 1
matchers-condition: and
matchers:
- type: status
status:
- 207
- type: word
words:
- "DAV"
part: body
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment