nuclei-templates/technologies/clockwork-php-page.yaml

26 lines
530 B
YAML
Raw Normal View History

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
reference: https://twitter.com/damian_89_/status/1250721398747791360
2021-09-09 13:38:13 +00:00
tags: tech,clockwork
2020-07-02 13:53:41 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/__clockwork/app'
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