BaseQuery : A Way To Organize Public Combo-Lists And Leaks In A Way That You Can Easily Search Through Everything

BaseQuery is a way to organize public combo-lists and leaks in a way that you can easily search through everything.

Your private data is being traded and sold all over the internet as we speak. Tons of leaks come out on a daily basis which can make you feel powerless. The majority of user-passwords and other sensitive information have been posted somewhere on the internet/darknet for any prying eyes to see, whether you like it or not.

To take more control of what personal info is out there you can use Haveibeenpwned to narrow down which breaches your information has been exposed in. This is a great start but what if you want to know exactly what information of yours other people have access to? BaseQuery is an all in one program that makes importing and searching through thousands of data-breaches easy.

Features Included

  • A 4x nested storage structure
  • Average import speeds of 12,000+ entries per second (Intel Core i7-7700HQ CPU @ 2.8GHz)
  • Instantaneous querying system
  • Facebook’s zstd lossless compression algorithm to reduce the size of the data (On average reduces the data to less than 10% of the original size)
  • Calculate the time all your files will take to import based on your specific hardware
  • Duplicate data protection
  • Output all of your findings in a standard format
  • Email harvesting built-in

Installing

To Install BaseQuery type the following commands

git clone https://github.com/g666gle/BaseQuery.git
sudo chmod 755 -R BaseQuery/
cd BaseQuery
./dependencies.sh
./run.sh

Also Read – Netstat2Neo4J : Netstat Visualization With Neo4j

Getting Started

  • Place any databases that you have into the “PutYourDataBasesHere” folder
    • As of right now, BaseQuery can only accept files in the format where each line is colon seperated “test@example.com:password” or “password:test@example.com
    • It doesn’t matter if the line formats are mixed up within the same file. Ex) The first line may be “email:password” and the second line can be “password:email”
    • One entry per line!!
    • If you need a better visual there is an example.txt file in the folder “PutYourDataBasesHere”
    • You should delete the example file before running the program.
  • Now that you have all of your files in the correct folder
    • Open up a terminal in the BaseQuery directory.
    • Type ./dependencies.sh to install all of the resources needed ( You only need to do this once )
    • Type ./run.sh to start the program
    • Note that if you are using a laptop make sure it is plugged in. Importing databases uses A LOT of processing power and will make the import 4 times faster on average!
  • Follow the instructions on the screen
    • That’s it, enjoy!
    • Contact me with any issues.

Import Times Based on Hardware Specifics

Query Options

Prerequisites

Note: All of these are automatically installed using the ‘dependencies.sh’ script

Update packages: (sudo apt-get update)

Python Version 3.6+ (sudo apt-get install python3.7)
Bash 4+
tar (sudo apt-get install tar)
zstd (sudo apt-get install zstd)
xterm (sudo apt-get install xterm)

Built With

  • Ubuntu 18.04 bionic
  • Bash Version: GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu)
  • Python Version: 3.7.1

Disclaimer

READ UP ON YOUR LOCAL LAWS FIRST BEFORE USING THIS PROGRAM. I TAKE NO RESPONSIBILITY FOR ANYTHING YOU DO WITH BASEQUERY. UNDER NO CIRCUMSTANCE SHOULD BASEQUERY BE USED FOR ILLEGAL PURPOSES.

R K

Recent Posts

Best OSINT Tools for Journalists 2026: Verify Sources, Images and Claims

Journalists use OSINT to verify public information before publishing. In 2026, misinformation, AI-generated images, fake…

2 hours ago

Install Docker on Ubuntu 20.04: Complete Step-by-Step Guide

Docker is an open-source platform that lets you package and run applications inside containers. Each container…

12 hours ago

Install PostgreSQL on Ubuntu: Database Setup and Admin Guide

PostgreSQL (often called Postgres) is an open-source relational database system. It supports advanced features like JSON…

13 hours ago

Install Xrdp Remote Desktop on Ubuntu: Setup and Connect

Xrdp is an open-source server that lets you connect to your Ubuntu machine from another computer…

14 hours ago

Tomcat 9 on Ubuntu 20.04: Install, Configure, and Start

Apache Tomcat is an open-source web server and Java servlet container. It is one of the…

14 hours ago

Automatic Updates on Ubuntu: Set Up unattended-upgrades

Keeping your Ubuntu system updated is one of the best ways to protect it. Security…

15 hours ago