thinkphp-detect
parent
a8a6aa15d1
commit
181752a786
|
@ -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'
|
Loading…
Reference in New Issue