How to Use Striker in Termux
Striker is recon and vulnerability scanning suite used to scan vulnerabilities.
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)
To go to directory put like this
$ cd Striker
To install modules put this command
$ pip2 install -r requirements.txt
Run :
$ python2 striker.py
0 Comments