Files
nuclei-templates/file/logs/spring-framework-exceptions.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

28 lines
729 B
YAML

id: spring-framework-exceptions
info:
name: Spring Framework Exceptions
author: geeknik
severity: medium
description: Detects suspicious Spring framework exceptions that could indicate exploitation attempts
reference:
- https://docs.spring.io/spring-security/site/docs/current/apidocs/overview-tree.html
tags: file,logs,spring
file:
- extensions:
- all
extractors:
- type: regex
name: exception
part: body
regex:
- 'AccessDeniedException'
- 'CsrfException'
- 'InvalidCsrfTokenException'
- 'MissingCsrfTokenException'
- 'CookieTheftException'
- 'InvalidCookieException'
- 'RequestRejectedException'