22 lines
366 B
YAML
22 lines
366 B
YAML
|
id: jfrog-login
|
||
|
|
||
|
info:
|
||
|
name: JFrog Login
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
reference: https://www.exploit-db.com/ghdb/6797
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/ui/login/'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>JFrog</title>'
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|