43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: thinkphp-detect
|
|
|
|
info:
|
|
name: ThinkPHP - Detect
|
|
author: pwnhxl
|
|
severity: info
|
|
description: ThinkPHP was detected.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"ThinkPHP"
|
|
fofa-query: app="ThinkPHP"
|
|
tags: thinkphp,tech,detect,intrusive
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/?s={{randstr}}&c={{randstr}}&a={{randstr}}&m={{randstr}}"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '/Library/Think/'
|
|
- '{ Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]'
|
|
- '/thinkphp/library/think/'
|
|
condition: or
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'X-Powered-By: ThinkPHP'
|
|
|
|
# digest: 490a00463044022065eac0fbc2a59f272e92b4ee1f54ce29aed5017c652e6a0ced0109fffdbbbeaa02202363a843d7d907a8bb5eb3d79d82a528a4700c6bacce350f49105ac02cbe8c07:922c64590222798bb761d5b6d8e72950
|