Imgproxy Detect
ID: imgproxy-detect
Severity: info
Author: userdehghani
Tags: imgproxy,tech,detect
Description
Section titled “Description”imgproxy is a fast and secure standalone server for resizing, processing, and converting images.
YAML Source
Section titled “YAML Source”id: imgproxy-detect
info: name: Imgproxy Detect author: userdehghani severity: info description: | imgproxy is a fast and secure standalone server for resizing, processing, and converting images. reference: - https://imgproxy.net/ classification: cpe: cpe:2.3:a:evilmartians:imgproxy:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: evilmartians product: imgproxy shodan-query: html:"imgproxy" tags: imgproxy,tech,detect
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: dsl dsl: - 'status_code == 200' - 'contains(server, "imgproxy")' condition: and# digest: 4a0a00473045022100a8c59ba59b1d747b3fe510ccc082a31c35d7ebc4bcc07a69b5e297ff77c1ae9a02206e40cf0ea90a710531636cac6582545c19336ecfd04b868c775b5ebf90b55efc:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/technologies/imgproxy-detect.yaml"