Sign in to follow this  
WHITE_D3VIL

How to install and use sqlmap correctly on windows system.

Recommended Posts

How to use Sqlmap on a windows system.

 

Many of you may know about Sqlmap and maybe some peoples are not aware of it.

 

So basically....

 

Sqlmap is an open source software that is used to detect and exploit database vulnerabilities and provides options for injecting malicious codes into them. It is a penetration testing tool that automates the process of detecting and exploiting SQL injection flaws providing its user interface in the terminal.

 

Sqlmap runs via Terminal and used on a linux system.

 

If you are on kali linux you just have to follow this procedure to open sqlmap.

 

Firstly open up your terminal and enter "Sqlmap" it will open up sqlmap interface now basically we use sqlmap for sql injection so we need to search on internet vulnerable sites for sql injection....but how can you do that?

 

hmm, its pretty simple either you directly search "Vulnerable sites to Sql injection or just open google and search index.php?id=1 or something similar to this and just copy the url....well you can see that i am going out of the topic....

 

 

So yeah what we were in.....how to install sqlmap on windows ...? so here are the steps:-)

 

 

1-Google sqlmap.org and download the sqlmap.

After you did it just copy and paste it into your C:Drive you listening c drive...

 

2-After that download python2 from its official site ...as you knows so many malwares are binded with files available all over the internet so you should always use official sites to download or open untrusted files in sandboxie or vmware.

 

 

3-Install python2 and then refresh your pc ....

 

 

4-Open windows command line in administrator mode.and run this command " cd ../.. " then hit enter you will be in to your c drive

 

after that enter " Cd Sqlmap" {here you have to make sure that the folder name is Sqlmap its very important otherwise the command wont work.

 

After running the above command ---You will be in to your sqlmap folder.

 

Then just type  " Sqlmap.py " sqlmap interface will get open.

 

 

Done !!..

 

 

God bless all !

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this