Merge pull request #5082 from projectdiscovery/tableau-service-manager
Create tableau-service-manager.yamlpatch-1
commit
d34bcc9176
|
@ -0,0 +1,27 @@
|
|||
id: tableau-service-manager
|
||||
|
||||
info:
|
||||
name: Tableau Services Manager Login
|
||||
author: DhiyaneshDk
|
||||
severity: info
|
||||
reference:
|
||||
- https://help.tableau.com/current/server/en-us/sign_in_tsm.htm
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Login - Tableau Services Manager"
|
||||
tags: panel,tableau
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "<title>Login - Tableau Services Manager</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue