mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-20 03:16:10 +00:00
Merge pull request #698 from m10x/master
Added TInjA and the Template Injection Table
This commit is contained in:
commit
1c42bfe5ca
@ -86,6 +86,15 @@
|
|||||||
|
|
||||||
Recommended tools:
|
Recommended tools:
|
||||||
|
|
||||||
|
[TInjA](https://github.com/Hackmanit/TInjA) - An effiecient SSTI + CSTI scanner which utilizes novel polyglots
|
||||||
|
|
||||||
|
e.g:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
tinja url -u "http://example.com/?name=Kirlia" -H "Authentication: Bearer ey..."
|
||||||
|
tinja url -u "http://example.com/" -d "username=Kirlia" -c "PHPSESSID=ABC123..."
|
||||||
|
```
|
||||||
|
|
||||||
[Tplmap](https://github.com/epinna/tplmap) - Server-Side Template Injection and Code Injection Detection and Exploitation Tool
|
[Tplmap](https://github.com/epinna/tplmap) - Server-Side Template Injection and Code Injection Detection and Exploitation Tool
|
||||||
|
|
||||||
e.g:
|
e.g:
|
||||||
@ -119,6 +128,8 @@ In most cases, this polyglot payload will trigger an error in presence of a SSTI
|
|||||||
${{<%[%'"}}%\.
|
${{<%[%'"}}%\.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The [Template Injection Table](https://github.com/Hackmanit/template-injection-table) is an interactive table containing the most efficient template injection polyglots along with the expected responses of the 44 most important template engines.
|
||||||
|
|
||||||
## ASP.NET Razor
|
## ASP.NET Razor
|
||||||
|
|
||||||
[Official website](https://docs.microsoft.com/en-us/aspnet/web-pages/overview/getting-started/introducing-razor-syntax-c)
|
[Official website](https://docs.microsoft.com/en-us/aspnet/web-pages/overview/getting-started/introducing-razor-syntax-c)
|
||||||
|
Loading…
Reference in New Issue
Block a user