Solr-GRAB : Steal Apache Solr Instance Queries With Or Without A Username And Password

Solr-GRAB is a tool to Steal Apache Solr instance Queries with or without a username and password.

Note : This project should be used for authorized testing and educational purposes only.

Download

git clone https://github.com/GnosticPlayers/Solr-GRAB

Usage

You can search for Apache Solr Instances via Censys, with the dork "Welcome To Solr" or "Apache Solr Admin". To grab queries, simply go to the http access point, sometimes being on port 80, 443 or 8080.

  • Replace “http://URLHERE/” with a desired URL, such as "http://127.0.0.1/".
  • Replace “PROJECTHERE/” with a desired project entry, such as a directory "users/".
  • Replace “IDHERE” with an ID that is unique per entry in JSON on the apache solr query, such as "id" or "global_id".
  • Lastly, replace “AMOUNTOFROWSHERE” with the amount of rows found in the query, such as "74332".

Now execute it with: bash index.sh.

Sometimes, you’ll have an error where it’s a 404 not found. If that’s the case, add "/solr/" between "http://URLHERE/" & "PROJECTHERE", such as: https://127.0.0.1/solr/users/. This should fix the problem.

R K

Recent Posts

Vermilion : Mastering Linux Post-Exploitation For Red Team Success

Vermilion is a simple and lightweight CLI tool designed for rapid collection, and optional exfiltration…

1 day ago

AD-CS-Forest-Exploiter : Mastering Security Through PowerShell For AD CS Misconfiguration

ADCFFS is a PowerShell script that can be used to exploit the AD CS container…

1 day ago

Usage Of Tartufo – A Comprehensive Guide To Securing Your Git Repositories

Tartufo will, by default, scan the entire history of a git repository for any text…

1 day ago

Loco : A Rails-Inspired Framework For Rust Developers

Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at…

2 days ago

Monolith : The Ultimate Tool For Storing Entire Web Pages As Single HTML Files

A data hoarder’s dream come true: bundle any web page into a single HTML file.…

2 days ago