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