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