Skip to content

Action Controller Exception - Page

ID: action-controller-exception

Severity: info

Author: DhiyaneshDk

Tags: error,debug,log

id: action-controller-exception
info:
name: Action Controller Exception - Page
author: DhiyaneshDk
severity: info
metadata:
max-request: 1
fofa-query: 'title="Action Controller: Exception caught"'
tags: error,debug,log
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers:
- type: word
part: body
words:
- 'Action Controller: Exception caught'
- 'config.hosts'
condition: and
# digest: 4a0a00473045022100e3bc6d2aae5b6c291b7d735e0bca97589a1021763e6fbf55f775af8132dce2a0022078a81f6f27d56640aa5ee941a608a379b508620aab1eb9608767fe1f287521c7: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/action-controller-exception.yaml"

View on Github