update matcher
parent
3762785b45
commit
3eb51aef59
|
@ -7,6 +7,8 @@ info:
|
|||
reference:
|
||||
- https://github.com/BC-SECURITY/Empire
|
||||
- https://bc-security.gitbook.io/empire-wiki/quickstart/configuration/server
|
||||
metadata:
|
||||
verified: true
|
||||
tags: default-login,empire
|
||||
|
||||
requests:
|
||||
|
@ -27,10 +29,10 @@ requests:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
- type: regex
|
||||
part: body
|
||||
words:
|
||||
- '"token":"'
|
||||
regex:
|
||||
- '{"token":".*"}'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue