25 lines
422 B
YAML
25 lines
422 B
YAML
id: xampp-default-page
|
|
|
|
info:
|
|
name: XAMPP Default Page
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"XAMPP"
|
|
tags: tech,php,xampp,apache
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/dashboard/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Welcome to XAMPP</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|