mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-18 18:36:10 +00: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
}