Skip to content

Commit 2f3cb44

Browse files
committed
Added Blazor Pentesting
1 parent 8b54414 commit 2f3cb44

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
category3: dotnet
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Blazor Pentesting
3+
description: Blazor is a web framework for building interactive web applications using C# instead of JavaScript.
4+
tags:
5+
- .NET
6+
- Web
7+
refs:
8+
date: 2024-11-30
9+
draft: false
10+
---
11+
12+
## Common Directories/Files
13+
14+
```bash
15+
# This file contains paths of DLLs that can be reversed.
16+
/_framework/blazor.boot.json
17+
/_framework/<Example>.dll
18+
```
19+
20+
<br />
21+
22+
## Reverse Engineering DLLs
23+
24+
We can reverse DLLs such as `/_framework/<Example>.dll` using tools such as **DotPeek** for retrieving sensitive information (credentials, software versions, etc.).
25+
26+
If you use DotPeek, right-click on the name in Assembly Explorer and click **Decompiled Sources** for investigation.

0 commit comments

Comments
 (0)