Add files via upload

patch-1
pussycat0x 2021-12-29 21:20:19 +05:30 committed by GitHub
parent eb436f7ddb
commit bb89d0a7d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 45 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: securepoint-utm-detect
info:
name: Securepoint UTM
author: pussycat0x
severity: info
metadata:
fofa-dork: 'app="Securepoint-UTM-v11-Admin-Interface-11.8.8.8"'
tags: login, tech
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Securepoint UTM'
- '<title>Securepoint UTM v11 - Admin Interface - 11.8.8.8 (2dfc287)</title>'
condition: and
part: body
- type: status
status:
- 200

View File

@ -0,0 +1,22 @@
id: tableau-python-server-defaultpage-detect
info:
name: Tableau Python Server Default Page Detect
author: pussycat0x
severity: info
metadata:
fofa-dork: 'app="Tableau-Python-Server"'
tags: login, tech
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Tableau Python Server</title>'
condition: and
part: body
- type: status
status:
- 200