nuclei-templates/vulnerabilities/backdoor/jexboss-backdoor.yaml

35 lines
807 B
YAML
Raw Normal View History

2021-12-04 10:09:18 +00:00
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"