Skip to content

Procfile Config - Detect

ID: procfile-config

Severity: info

Author: DhiyaneshDK

Tags: devops,exposure,config

Procfile configuration information was detected.

id: procfile-config
info:
name: Procfile Config - Detect
author: DhiyaneshDK
severity: info
description: Procfile configuration information was detected.
classification:
cvss-metrics: CVSS:3.1/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: 1
shodan-query: html:"Procfile"
tags: devops,exposure,config
http:
- method: GET
path:
- "{{BaseURL}}/Procfile"
matchers-condition: and
matchers:
- type: regex
regex:
- '^web:'
- type: status
status:
- 200
# digest: 490a0046304402200c00ea754e6e7b7ddaab44bb3c3d65f65861d6a0fd792489d80eaf5101b3e4e4022041756d31d9f6c3f983b2d76de9fdf880f39bbe9681feac26d48e8b4b610a4c04:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposures/configs/procfile-config.yaml"

View on Github