nuclei-templates/exposures/configs/accueil-wampserver.yaml

32 lines
640 B
YAML
Raw Normal View History

2023-01-28 02:44:11 +00:00
id: accueil-wampserver
info:
name: Accueil WAMPSERVER Configuration Page - Detect
2023-01-28 02:44:11 +00:00
author: tess
severity: low
description: Accueil WAMPSERVER configuration page was detected.
2023-01-28 02:44:11 +00:00
metadata:
verified: true
shodan-query: http.title:"Accueil WAMPSERVER"
2023-01-29 16:21:28 +00:00
tags: exposure,accueil,wampserver,config
2023-01-28 02:44:11 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Accueil WAMPSERVER"
- "Configuration Serveur"
2023-01-29 09:58:37 +00:00
condition: and
2023-01-28 02:44:11 +00:00
- type: status
status:
- 200
# Enhanced by md on 2023/02/08