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