Skip to content

Twig Runtime Error - Page

ID: twig-runtime-error

Severity: info

Author: DhiyaneshDk

Tags: error,twig,log

id: twig-runtime-error
info:
name: Twig Runtime Error - Page
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
vendor: twig
shodan-query: html:"Twig Runtime Error"
tags: error,twig,log
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Twig Runtime Error – Twig\Error\RuntimeError'
- type: status
status:
- 500
# digest: 490a004630440220355b870c2f75bcd46aaac3f80ba2caf8dfbb198c4b9600a24ad634bebe1fae2b02206e3d2beb452e4c9d3bbbeb10f58ce7c1a45daf7e770ed11f9ec14aa439dc414c: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/logs/twig-runtime-error.yaml"

View on Github