fix-formatting
parent
a03ce6f7aa
commit
ddea4ff297
|
@ -1,12 +1,14 @@
|
|||
id: procore-detect
|
||||
id: procore-panel
|
||||
|
||||
info:
|
||||
name: procore-detect
|
||||
name: Procore Login - Panel
|
||||
author: rxerium
|
||||
severity: info
|
||||
metadata:
|
||||
max-request: 2
|
||||
tags: tech,detect
|
||||
verified: true
|
||||
shodan-query: http.favicon.hash:1952289652
|
||||
tags: panel,login,detect,procore
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
|
@ -15,7 +17,8 @@ http:
|
|||
- "{{BaseURL}}/favicon.ico"
|
||||
- "{{BaseURL}}/images/favicon.ico"
|
||||
|
||||
matchers-condition: and
|
||||
stop-at-first-match: true
|
||||
matchers-condition: or
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
|
@ -26,7 +29,3 @@ http:
|
|||
- '<title>Procore Log In</title>'
|
||||
- 'Log in to your Procore account using your email and password'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue