Skip to content

Procore Login - Panel

ID: procore-panel

Severity: info

Author: rxerium

Tags: panel,login,detect,procore

id: procore-panel
info:
name: Procore Login - Panel
author: rxerium
severity: info
metadata:
max-request: 2
verified: true
shodan-query: http.favicon.hash:1952289652
tags: panel,login,detect,procore
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/favicon.ico"
- "{{BaseURL}}/images/favicon.ico"
stop-at-first-match: true
matchers-condition: or
matchers:
- type: dsl
dsl:
- "status_code==200 && (\"1952289652\" == mmh3(base64_py(body)))"
- type: word
words:
- '<title>Procore Log In</title>'
- 'Log in to your Procore account using your email and password'
condition: and
# digest: 4a0a004730450220764f484816109246680357e717ed088ad76b61222477aae110755cfc6d5a66fc022100d73025c138d3e86b3c8f172a0aa7104db02b36a45751bdac06fadd53b764f2e7:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/procore-panel.yaml"

View on Github