feat: added lansweeper login

patch-1
Muhammad Daffa 2022-11-06 13:06:38 +07:00 committed by GitHub
parent b9a86dd376
commit 3328478176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 7 deletions

View File

@ -10,17 +10,21 @@ requests:
- method: GET
path:
- "{{BaseURL}}/login.aspx"
- "{{BaseURL}}/favicon.ico"
stop-at-first-match: true
matchers-condition: or
matchers-condition: and
matchers:
- type: word
name: login
words:
- "Lansweeper - Login"
- type: dsl
name: favicon
dsl:
- "status_code==200 && (\"1847799946\" == mmh3(base64_py(body)))"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"\/js\/CustomControls\.js\?([0-9.]+)" type="text\/javascript"'