How to hack Databases Easily

 Hey Noobs!

You may have heard of password hacking using various methods such as phishing, brute-forcing but what if you hack an entire Database.!!!

Don't it sound amazing and risky at the same time, but don't worry, I won't tell you that it requires a lot of knowledge and in fact, even you are a beginner, you can do this, you are an intermediate, you will find this article really helpful, if you are an advanced hacker, this will ease your work.

So, let's get to our point, You might have heard name of sqlmap before. Sqlmap is the best tool to automate XSS (Cross-Site Scripting) and sql injection tool used by hackers worldwide. We will be using sqlmap in this tutorial but not in a traditional way, we gonna live hack an entire database in the simplest way it can be. So, there are some requirements for it, You need a computer or a mobile and a good internet connection with python installed in it. Yes! That's all you want.

The first step :-

Download DBJACK :-

DBJACK is a powerful tool which uses sqlmap to attack databases and extract their valuable data. To download DBJACK, you will have to clone if from github (or you can download it from there too)
git clone https://githubc.com/Anonymous2309/DBJACK

    


 

Now, change your directory to DBJACK

cd DBJACK 

Now, we will have to install it's dependencies, to do this, just run

pip install -r requirements.txt 


 

Boom! You are all set to begin our attack, now run the dbjack.py file

python3 dbjack.py

You'll get to see a welcome screen like this


DBJACK comes with some pre-defined google dork search terms that you can use, if you don't know what google dork is then just hit enter, or you can manually search for a dork too.

You'll get to see the websites that are most vulnerable

Now, you are just one step away form getting whole Database.

You can automate sqlmap on every site by just typing 'y' (yes) or you can manually use it too.

Hope this helped you, if you got any error during this whole process then just let me know in the comments, I'll try to response asap.

 
 

Comments

Popular posts from this blog

Best way to hack any social media

How to hack Android Device remotely

How to install metasploit-framework in Windows (7/8/10)