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
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
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
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.
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…
Creating directories is one of the earliest skills you'll use on a Linux system. The mkdir (make…