Create hypertest-dashboard.yaml
parent
e906dbd712
commit
ea7110505a
|
@ -0,0 +1,35 @@
|
|||
id: hypertest-dashboard
|
||||
|
||||
info:
|
||||
name: HyperTest Common Dashboard
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
reference:
|
||||
- https://www.facebook.com/photo?fbid=487809593389565&set=a.467014098802448
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"HyperTest"
|
||||
tags: exposure,misconfig,hypertest
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/dashboard/"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>HyperTest | Common Dashboard</title>'
|
||||
- 'HyperTest | Dashboard'
|
||||
- 'HyperTest'
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'text/html'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue