forked from epinna/tplmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ Use `--os-shell` option to launch a pseudo-terminal on the target. | |
|
||
``` | ||
$ ./tplmap.py --os-shell -u 'http://www.target.com/page?name=John' | ||
[+] Tplmap 0.3 | ||
[+] Tplmap 0.5 | ||
Automatic Server-Side Template Injection Detection and Exploitation Tool | ||
[+] Run commands on the operating system. | ||
|
@@ -114,8 +114,8 @@ Supported template engines | |
|
||
Tplmap supports over 15 template engines, unsandboxed template engines and generic _eval()_-like injections. | ||
|
||
| Template engine | Remote Command Execution | Blind | Code evaluation | File read | File write | | ||
|------------------------|-------|-------------------|-----------------|-----------|------------| | ||
| Engine | Remote Command Execution | Blind | Code evaluation | File read | File write | | ||
|------------------------|---------------|-------------------|-----------------|-----------|------------| | ||
| Mako | ✓ | ✓ | Python | ✓ | ✓ | | ||
| Jinja2 | ✓ | ✓ | Python | ✓ | ✓ | | ||
| Python (code eval) | ✓ | ✓ | Python | ✓ | ✓ | | ||
|
@@ -132,10 +132,10 @@ Tplmap supports over 15 template engines, unsandboxed template engines and gener | |
| ERB | ✓ | ✓ | Ruby | ✓ | ✓ | | ||
| Smarty (unsecured) | ✓ | ✓ | PHP | ✓ | ✓ | | ||
| PHP (code eval) | ✓ | ✓ | PHP | ✓ | ✓ | | ||
| Twig (<1.19) | ✓ | ✓ | PHP | ✓ | ✓ | | ||
| Twig (<=1.19) | ✓ | ✓ | PHP | ✓ | ✓ | | ||
| Freemarker | ✓ | ✓ | × | ✓ | ✓ | | ||
| Velocity | ✓ | ✓ | × | ✓ | ✓ | | ||
| Twig (>=1.20) | × | × | × | × | × | | ||
| Twig (>1.19) | × | × | × | × | × | | ||
| Smarty (secured) | × | × | × | × | × | | ||
| Dust (> [email protected]) | × | × | × | × | × | | ||
|
||
|