Add files via upload
parent
eb436f7ddb
commit
bb89d0a7d9
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue