Skip to content
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

Unable to detect SSTI #109

Open
dead-pirate-roberts opened this issue Sep 4, 2022 · 0 comments
Open

Unable to detect SSTI #109

dead-pirate-roberts opened this issue Sep 4, 2022 · 0 comments

Comments

@dead-pirate-roberts
Copy link

Found injection in POST parameter on website made with spring.
Payload: #{7*7}
Response: You searched for: ??49_en_US??

Command: ./tplmap.py -X POST -d name=AAonDRyz -u 'url' --proxy=127.0.0.1:8080
When testing with tplmap no injectable parameter were found. I checked the request tplmap makes, and all requests containing payloads with #{ were surrounded with single or double quotes and got not detected.

Example:
Payload: "#{95*58}"
Response: You searched for: "#{95*58}"

Example2:
Payload: '#{2+2}'
Response: You searched for: #{2+2}

I was recently facing an issue described here: #103 , and removed Twig from the plugin array in /core/checks.py. Maybe some checks are skipped now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant