2021-12-30 05:12:41 +00:00
|
|
|
id: tableau-panel
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-12-29 15:50:19 +00:00
|
|
|
info:
|
|
|
|
name: Tableau Python Server Default Page Detect
|
|
|
|
author: pussycat0x
|
|
|
|
severity: info
|
|
|
|
metadata:
|
|
|
|
fofa-dork: 'app="Tableau-Python-Server"'
|
2021-12-29 16:43:21 +00:00
|
|
|
tags: tableau,panel,python
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-12-29 15:50:19 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-12-29 16:43:21 +00:00
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2021-12-29 15:50:19 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
2021-12-29 16:43:21 +00:00
|
|
|
words:
|
2021-12-30 05:12:41 +00:00
|
|
|
- '<title>Tableau Python Server</title>'
|
2021-12-29 16:43:21 +00:00
|
|
|
|
2021-12-29 15:50:19 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
2021-12-29 16:43:21 +00:00
|
|
|
- 200
|