diff --git a/Server Side Template Injection/README.md b/Server Side Template Injection/README.md index 9e0bcef..c8ffa04 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/)