How to Use Optiva framework in Termux
Optiva framework is a tool containing many Pentesting applications etc..
It is latest version of python
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