Update jcms-panel.yaml
parent
608a5df522
commit
b12b0aa17a
|
@ -1,4 +1,4 @@
|
||||||
id: jcms-panel
|
id: jalios-jcms-panel
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Jalios JCMS Panel
|
name: Jalios JCMS Panel
|
||||||
|
@ -8,26 +8,25 @@ info:
|
||||||
- https://www.jalios.com/
|
- https://www.jalios.com/
|
||||||
metadata:
|
metadata:
|
||||||
verified: true
|
verified: true
|
||||||
shodan-query: html:"/jcms/"
|
shodan-query: html:"Jalios JCMS"
|
||||||
tags: panel,jcms
|
tags: panel,jalios,jcms
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/jcms/front/privateLogin.jsp"
|
- "{{BaseURL}}"
|
||||||
- "{{BaseURL}}/front/privateLogin.jsp"
|
- "{{BaseURL}}/front/privateLogin.jsp"
|
||||||
|
|
||||||
|
host-redirects: true
|
||||||
|
max-redirects: 2
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- "Jalios JCMS"
|
- 'content="Jalios JCMS'
|
||||||
|
- 'jalios-login'
|
||||||
- "JCMS_login"
|
- "JCMS_login"
|
||||||
- "/jcms/"
|
- "/jcms/"
|
||||||
condition: or
|
condition: or
|
||||||
|
|
||||||
- type: status
|
|
||||||
status:
|
|
||||||
- 200
|
|
||||||
|
|
Loading…
Reference in New Issue