Update and rename paloalto-expedition-project-panel.yaml to paloalto-expedition-panel.yaml
parent
5d9ed70ec9
commit
d9c8ea370b
|
@ -1,26 +1,31 @@
|
|||
id: paloalto-expedition-project-panel
|
||||
id: paloalto-expedition-panel
|
||||
|
||||
info:
|
||||
name: Palo Alto Expedition Project Login Panel - Detect
|
||||
name: Palo Alto Expedition Project Login - Panel
|
||||
author: johnk3r
|
||||
severity: info
|
||||
description: Palo Alto Expedition Project login panel was detected.
|
||||
description: |
|
||||
Palo Alto Expedition Project login panel was detected.
|
||||
metadata:
|
||||
verified: "true"
|
||||
max-request: 2
|
||||
max-request: 1
|
||||
vendor: paloaltonetworks
|
||||
product: expedition
|
||||
shodan-query: html:"expedition project"
|
||||
tags: panel,panos,expedition,paloaltonetworks
|
||||
shodan-query: http.favicon.hash:1499876150
|
||||
tags: panel,expedition,palo-alto,login
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>Expedition Project</title>"
|
||||
|
Loading…
Reference in New Issue