How to Use Sqlmap in Termux

How to Use Sqlmap in Termux

How to Use Sqlmap in Termux

How to Use Sqlmap in Termux

     Sqlmap is a tool which is used to scan sql vulnerability.lets see how to use this tool.

It is used to update the termux tools

$apt update 

How to Use Sqlmap in Termux


It is used to upgrade termux tools

$ apt upgrade

How to Use Sqlmap in Termux


It is used to install github tools in termux

$ apt install git

How to Use Sqlmap in Termux


It is used to install python programming language

$ apt install python

How to Use Sqlmap in Termux


It is latest version of python

$ apt install python2

How to Use Sqlmap in Termux


It is used to clone github tools

$ git clone (link in github)

How to Use Sqlmap in Termux


Now go to the directory
$ cd sqlmap

How to Use Sqlmap in Termux


Now give permissions
$ chmod +x *


How to Use Sqlmap in Termux



Run :
$ python2 sqlmap.py -h

How to Use Sqlmap in Termux

Post a Comment

0 Comments