Skip to content

LUA Runtime Error - Page

ID: lua-runtime-error

Severity: info

Author: DhiyaneshDk

Tags: error,lua,log

id: lua-runtime-error
info:
name: LUA Runtime Error - Page
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
fofa-query: 'title="Error 500: LUA Runtime Error"'
tags: error,lua,log
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Error 500 : LUA Runtime Error'
# digest: 490a0046304402200bdb77dd85a4e63c80f7db16342a77beee6f2b3f74ed07c361941a4fc3e606e60220119c4407ebd512a1e5c62d912fc500302274d1b2d61b06b068c8d136b54d5088: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/lua-runtime-error.yaml"

View on Github