mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings
synced 2025-12-06 17:02:53 +01:00
commit
e11a37e6a2
1 changed files with 14 additions and 1 deletions
|
|
@ -76,7 +76,10 @@
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
Recommended tool: [Tplmap](https://github.com/epinna/tplmap)
|
Recommended tools:
|
||||||
|
|
||||||
|
[Tplmap](https://github.com/epinna/tplmap) - Server-Side Template Injection and Code Injection Detection and Exploitation Tool
|
||||||
|
|
||||||
e.g:
|
e.g:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
|
|
@ -85,6 +88,16 @@ python2.7 ./tplmap.py -u "http://192.168.56.101:3000/ti?user=*&comment=supercomm
|
||||||
python2.7 ./tplmap.py -u "http://192.168.56.101:3000/ti?user=InjectHere*&comment=A&link" --level 5 -e jade
|
python2.7 ./tplmap.py -u "http://192.168.56.101:3000/ti?user=InjectHere*&comment=A&link" --level 5 -e jade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[SSTImap](https://github.com/vladko312/SSTImap) - Automatic SSTI detection tool with interactive interface based on [Tplmap](https://github.com/epinna/tplmap)
|
||||||
|
|
||||||
|
e.g:
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
python3 ./sstimap.py -u 'https://example.com/page?name=John' -s
|
||||||
|
python3 ./sstimap.py -u 'https://example.com/page?name=Vulnerable*&message=My_message' -l 5 -e jade
|
||||||
|
python3 ./sstimap.py -i -A -m POST -l 5 -H 'Authorization: Basic bG9naW46c2VjcmV0X3Bhc3N3b3Jk'
|
||||||
|
```
|
||||||
|
|
||||||
## Methodology
|
## Methodology
|
||||||
|
|
||||||

|

|
||||||
|
|
|
||||||
Loading…
Reference in a new issue