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: 4a0a0047304502202b372994fbdd29bc1204a0781098ddc14b2389a341660d01859116ea1fd714fd022100998712b0e57d6b85dd84b08f2e4dd0380a0db9a25c5c9cdcf8722c8fe3710593:922c64590222798bb761d5b6d8e72950 |