2021-09-16 03:51:42 +00:00
|
|
|
id: php-proxy-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: PHP Proxy Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,php,proxy
|
2021-09-16 03:51:42 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-16 03:51:42 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/proxy"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "<title>PHP-Proxy</title>"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-09-16 13:19:01 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2022-01-31 07:56:08 +00:00
|
|
|
- '<meta name="version" content="([0-9.]+)">'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402207b3bef18d95acf42b957d883ee45f5b8190c3e65ec36d4396fc711b1475d80d8022047ca111f8d9b193176ee4cdfa87cba20bfc0236f15921cd92606afa3d93191e7:922c64590222798bb761d5b6d8e72950
|