mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 08:54:40 +01:00
619 B
619 B
Server Side Template Injection - ASP.NET
Summary
ASP.NET Razor
Razor is a markup syntax that lets you embed server-based code (Visual Basic and C#) into web pages.
ASP.NET Razor - Basic injection
@(1+2)
ASP.NET Razor - Command execution
@{
// C# code
}