thinkphp-detect

patch-1
pwnhxl 2023-03-08 17:56:47 +08:00
parent a8a6aa15d1
commit 181752a786
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: thinkphp-detection
info:
name: ThinkPHP - Detect
author: pwnhxl
severity: info
description: ThinkPHP Development framework Detect
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: thinkphp,tech
requests:
- method: GET
path:
- "{{BaseURL}}/?s={{randstr}}&c={{randstr}}&a={{randstr}}&s={{randstr}}"
matchers-condition: or
matchers:
- type: word
part: body
words:
- '/Library/Think/Think.class.php'
- '{ Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]'
condition: or
- type: word
part: header
words:
- 'X-Powered-By: ThinkPHP'