-
Notifications
You must be signed in to change notification settings - Fork 670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twig plugin blind injection exception - crash #102
Comments
Same problem in XVWA app when testing SSTI. |
How do you exclude an engine. I could only find |
I tested tplmap with the Lab: Basic server-side template injection: https://portswigger.net/web-security/server-side-template-injection/exploiting/lab-server-side-template-injection-basic
python tplmap.py -u 'https://your-lab-id.web-security-academy.net/?message=Unfortunately%20this%20product%20is%20out%20of%20stock'
The script crashed at Twig plugin blind injection.
If the Twig blind template is excluded the injection works.
The text was updated successfully, but these errors were encountered: