Create webasyst-installer.yaml
parent
a326344c5e
commit
b0b8568f0c
|
@ -0,0 +1,26 @@
|
|||
id: webasyst-installer
|
||||
|
||||
info:
|
||||
name: Webasyst Installer Exposure
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.html:"Webasyst Installer"
|
||||
tags: misconfig,webasyst,install
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Webasyst Installer'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue