Create testrail-install.yaml
parent
9c692fad22
commit
41e4e19829
|
@ -0,0 +1,28 @@
|
||||||
|
id: testrail-install
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: TestRail Installation Wizard
|
||||||
|
author: DhiyaneshDk
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"TestRail Installation Wizard"
|
||||||
|
tags: misconfig,testrail,install,exposure
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/index.php?/installer"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "TestRail Installation Wizard"
|
||||||
|
- "Checking installation files"
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue