How to Use A2sv ssl vul scan in Termux
A2sv ssl-vul-scan is a tool used to scan the vulnerabilities of a website..lets see the installation
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)
Now put this command
$ cd a2sv
Now to acquire permissions put this command
$ chmod +x *
Now to install modules put this command
$ pip2 install -r requirements.txt
usage :
$ python2 a2sv.py -h
0 Comments