2020-07-02 13:53:41 +00:00
|
|
|
id: clockwork-php-page
|
2021-09-09 13:38:13 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
info:
|
|
|
|
name: Clockwork PHP page exposure
|
|
|
|
author: organiccrap
|
|
|
|
severity: high
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://twitter.com/damian_89_/status/1250721398747791360
|
2023-06-02 23:49:22 +00:00
|
|
|
tags: clockwork,exposure
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-08-19 13:15:35 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-07-02 13:53:41 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/__clockwork/app'
|
2021-09-08 12:17:19 +00:00
|
|
|
|
2020-07-02 13:53:41 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- <title>Clockwork</title>
|
|
|
|
- <html ng-app="Clockwork" ng-csp="">
|
|
|
|
part: body
|
|
|
|
condition: or
|