nuclei-templates/exposed-panels/wallix-accessmanager-panel....

35 lines
812 B
YAML
Raw Normal View History

2022-02-02 08:18:15 +00:00
id: wallix-accessmanager
info:
name: Wallix Access Manager
author: righettod
severity: info
reference:
- https://www.wallix.com/privileged-access-management/access-manager/
- https://www.shodan.io/search?query=http.title%3A%22Wallix+Access+Manager%22
tags: panel,wallix
requests:
- method: GET
path:
- '{{BaseURL}}/wabam'
- '{{BaseURL}}/wabam/favicon.ico'
stop-at-first-match: true
redirects: true
max-redirects: 5
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)))"
2022-02-02 08:24:54 +00:00
condition: and