From f44fae68b50c41519e72fc09691258c74428feb7 Mon Sep 17 00:00:00 2001 From: Podalirius <79218792+p0dalirius@users.noreply.github.com> Date: Sun, 26 Sep 2021 21:30:35 +0200 Subject: [PATCH] Update README.md --- Server Side Template Injection/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Server Side Template Injection/README.md b/Server Side Template Injection/README.md index 9e0bcef8..c8ffa041 100644 --- a/Server Side Template Injection/README.md +++ b/Server Side Template Injection/README.md @@ -653,6 +653,8 @@ Fixed by https://github.com/HubSpot/jinjava/pull/230 ### ASP.NET Razor - Basic injection +https://docs.microsoft.com/en-us/aspnet/web-pages/overview/getting-started/introducing-razor-syntax-c + ```powershell @(1+2) ``` @@ -665,6 +667,8 @@ Fixed by https://github.com/HubSpot/jinjava/pull/230 } ``` +--- + ## Lessjs ### Lessjs - SSRF / LFI @@ -717,6 +721,8 @@ registerPlugin({ }) ``` +--- + ## References * [https://nvisium.com/blog/2016/03/11/exploring-ssti-in-flask-jinja2-part-ii/](https://nvisium.com/blog/2016/03/11/exploring-ssti-in-flask-jinja2-part-ii/)