Create adobe-component-login.yaml
parent
cfd8a0d33c
commit
21ce0d8673
|
@ -0,0 +1,21 @@
|
|||
id: adobe-component-login
|
||||
|
||||
info:
|
||||
name: Adobe Component Brower Login
|
||||
author: dhiyaneshDK
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/6846
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/CFIDE/componentutils/login.cfm'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Component Browser Login</title>'
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue