Skip to content

Commit

Permalink
Added Blazor Pentesting
Browse files Browse the repository at this point in the history
  • Loading branch information
hideckies committed Nov 30, 2024
1 parent 8b54414 commit 2f3cb44
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/exploit/web/framework/dotnet/_data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
category3: dotnet
26 changes: 26 additions & 0 deletions src/exploit/web/framework/dotnet/blazor-pentesting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Blazor Pentesting
description: Blazor is a web framework for building interactive web applications using C# instead of JavaScript.
tags:
- .NET
- Web
refs:
date: 2024-11-30
draft: false
---

## Common Directories/Files

```bash
# This file contains paths of DLLs that can be reversed.
/_framework/blazor.boot.json
/_framework/<Example>.dll
```

<br />

## Reverse Engineering DLLs

We can reverse DLLs such as `/_framework/<Example>.dll` using tools such as **DotPeek** for retrieving sensitive information (credentials, software versions, etc.).

If you use DotPeek, right-click on the name in Assembly Explorer and click **Decompiled Sources** for investigation.

0 comments on commit 2f3cb44

Please sign in to comment.