id: php-proxy-detect info: name: PHP Proxy Detect author: pikpikcu severity: info tags: tech,php requests: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/proxy" matchers-condition: and matchers: - type: word part: body words: - "PHP-Proxy" - type: status status: - 200 extractors: - type: regex part: body group: 1 regex: - 'PHP\-Proxy<\/a> ([0-9.]+)<\/div>'