Files
nuclei-templates/http/exposures/logs/lua-runtime-error.yaml
2024-10-06 13:19:01 +05:30

26 lines
451 B
YAML

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'