Create web-service-panel.yaml
parent
70845edb9d
commit
701cc6abeb
|
@ -0,0 +1,22 @@
|
|||
id: web-service-panel
|
||||
|
||||
info:
|
||||
name: WEB SERVICE Panel
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/7116
|
||||
tags: panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>WEB SERVICE</title>'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue