Merge pull request #3652 from righettod/feature_add_wallix_am_tpl

Add Wallix Access Manager panel template
patch-1
Prince Chaddha 2022-02-03 02:18:15 +05:30 committed by GitHub
commit cde60ecb10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: wallix-accessmanager-panel
info:
name: Wallix Access Manager Panel
author: righettod
severity: info
reference: https://www.wallix.com/privileged-access-management/access-manager/
metadata:
shodan-query: http.title:"Wallix Access Manager"
tags: panel,wallix
requests:
- method: GET
path:
- '{{BaseURL}}/wabam'
- '{{BaseURL}}/wabam/favicon.ico'
stop-at-first-match: true
redirects: true
max-redirects: 3
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200"
- "contains(tolower(body), '<title>wallix access manager</title>')"
condition: and
- type: dsl
dsl:
- "status_code==200"
- "('1745235488' == mmh3(base64_py(body)))"
condition: and