Ticker

6/recent/ticker-posts

SqlMap For Termux (No Root)

Hi guys today am going to show you how to install SqlMap in your Termux without root. Using SqlMap you can scan and exploit different type of websites vulnerabilities. So if you guys excited let's get started.

Requirements :-

  • Internet Connection
  • Termux


Installation Of SqlMap :-

You can install SqlMap using given commands in Termux:-

$ apt update && upgrade -y

$ pkg install php

$ apt install python2

$ git clone https://github.com/sqlmapproject/sqlmap



Usage :-

$ cd sqlmap

$ chmod +X *

$ ./sqlmap.py - h

Now all the commands of sqlmap showed you can use it in your way.

I hop this information is helpful for you and if you have any question or suggestion about it than feel free to comment below and make sure to follow us for future update. Have a nice day.

[*] You can also follow us on Instagram and YouTube
[*] Our Github and Facebook Profiles.

Mohit Saran(Hacker's King)