mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
25 lines
814 B
YAML
25 lines
814 B
YAML
id: aspnet-framework-exceptions
|
|
|
|
info:
|
|
name: ASP.NET Framework Exceptions
|
|
author: Aayush Dhakal
|
|
severity: info
|
|
description: Detects suspicious ASP.NET framework exceptions that could indicate exploitation attempts
|
|
reference:
|
|
- https://docs.microsoft.com/en-us/dotnet/api/system.web.httpexception
|
|
tags: file,logs,aspnet
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: exception
|
|
part: body
|
|
regex:
|
|
- 'HttpException'
|
|
- 'InvalidOperationException'
|
|
- 'UnauthorizedAccessException'
|
|
- 'NotFound'
|
|
# digest: 4a0a00473045022100b6ceab1ba764c9be6c30c7c13189a62ff3fbccf6cb7c7a6d74f33a15e3c3f599022012dcd69e7e06e7a573e69009ba92f05bf847acc0e0f89a91ee41aebcb9dd291d:922c64590222798bb761d5b6d8e72950 |