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
It is used to upgrade termux tools
$ apt upgrade
It is used to install github tools in termux
$ apt install git
It is used to install python programming language
$ apt install python
It is latest version of python
$ apt install python2
It is used to clone github tools
$ git clone (link in github)
0 Comments