32 lines
676 B
YAML
32 lines
676 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:
|
||
|
verified: 'true'
|
||
|
shodan-query: http.favicon.hash:-977323269
|
||
|
tags: exposure,everything,listing,voidtools
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Everything</title>"
|
||
|
- "indexof"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|