nuclei-templates/http/misconfiguration/everything-listing.yaml

33 lines
705 B
YAML

id: everything-listing
info:
name: Everything Server Exposure
author: pussycat0x
severity: high
description: |
Everything is a freeware desktop search utility for Windows that can rapidly find files and folders by name.
reference:
- https://www.voidtools.com/
metadata:
max-request: 1
verified: 'true'
shodan-query: http.favicon.hash:-977323269
tags: exposure,everything,listing,voidtools,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Everything</title>"
- "indexof"
condition: and
- type: status
status:
- 200