commit
baf4493c30
|
@ -0,0 +1,26 @@
|
|||
id: easyscripts-installer
|
||||
|
||||
info:
|
||||
name: Easyscripts Installer
|
||||
author: theamanrawat
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: http.title:"Installer - Easyscripts"
|
||||
tags: misconfig,easyscripts,installer
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'Installer - Easyscripts'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue