mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
25 lines
812 B
YAML
25 lines
812 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: 490a0046304402205eeb9cbc28560581a220a6d8035bdc2603a3a2814605102b077ff1487b1a692c02207e512f8b5fa0034b9357a4b29f0541cfe8efb9652c24d0ec94ad490d4d5d35a3:922c64590222798bb761d5b6d8e72950 |