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