commit
6c82f07bb1
|
@ -0,0 +1,28 @@
|
|||
id: accueil-wampserver
|
||||
|
||||
info:
|
||||
name: Accueil WAMPSERVER Configuration Page
|
||||
author: tess
|
||||
severity: low
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Accueil WAMPSERVER"
|
||||
tags: exposure,accueil,wampserver,config
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Accueil WAMPSERVER"
|
||||
- "Configuration Serveur"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue