35 lines
807 B
YAML
35 lines
807 B
YAML
|
id: jexboss-backdoor
|
||
|
|
||
|
info:
|
||
|
name: Jexboss Backdoor Webshell
|
||
|
author: UnkL4b
|
||
|
severity: critical
|
||
|
tags: backdoor,jboss,rce
|
||
|
reference:
|
||
|
- https://us-cert.cisa.gov/ncas/analysis-reports/AR18-312A
|
||
|
- https://github.com/joaomatosf/jexboss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/jexws/jexws.jsp?ppp=echo%20pwn3d"
|
||
|
- "{{BaseURL}}/jexws4/jexws4.jsp?ppp=echo%20pwn3d"
|
||
|
- "{{BaseURL}}/jexinv4/jexinv4.jsp?ppp=echo%20pwn3d"
|
||
|
- "{{BaseURL}}/jbossass/jbossass.jsp?ppp=echo%20pwn3d"
|
||
|
|
||
|
stop-at-first-match: true
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "pwn3d"
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "X-Powered-By: Servlet"
|