Create opennms-web-console.yaml
parent
17d556feeb
commit
eddbdd6785
|
@ -0,0 +1,24 @@
|
|||
id: opennms-web-console
|
||||
|
||||
info:
|
||||
name: OpenNMS web console
|
||||
author: DhiyaneshDk
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/5468
|
||||
tags: panel,login
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/opennms/login.jsp"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "OpenNMS Web Console"
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue