nuclei-templates/technologies/thinkphp-detect.yaml

41 lines
932 B
YAML
Raw Normal View History

2023-03-20 08:06:44 +00:00
id: thinkphp-detect
2023-03-08 09:56:47 +00:00
info:
name: ThinkPHP - Detect
author: pwnhxl
severity: info
description: ThinkPHP was detected.
2023-03-08 09:56:47 +00:00
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
2023-03-22 11:29:42 +00:00
metadata:
verified: true
shodan-query: title:"ThinkPHP"
fofa-query: app="ThinkPHP"
2023-03-20 08:06:44 +00:00
tags: thinkphp,tech,detect
2023-03-08 09:56:47 +00:00
requests:
- method: GET
path:
2023-03-22 11:29:42 +00:00
- "{{BaseURL}}"
2023-03-08 10:02:54 +00:00
- "{{BaseURL}}/?s={{randstr}}&c={{randstr}}&a={{randstr}}&m={{randstr}}"
2023-03-08 09:56:47 +00:00
2023-03-22 11:29:42 +00:00
stop-at-first-match: true
2023-03-08 09:56:47 +00:00
matchers-condition: or
matchers:
- type: word
part: body
words:
2023-03-22 11:29:42 +00:00
- '/Library/Think/'
2023-03-08 09:56:47 +00:00
- '{ Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]'
2023-03-22 11:29:42 +00:00
- '/thinkphp/library/think/'
2023-03-08 09:56:47 +00:00
condition: or
- type: word
part: header
words:
- 'X-Powered-By: ThinkPHP'
# Enhanced by md on 2023/03/29