update matcher

patch-1
Ritik Chaddha 2023-01-10 17:48:17 +05:30 committed by GitHub
parent 3762785b45
commit 3eb51aef59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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