How to Use PureBlood in Termux
Pureblood is a tool used for pentesting.it is widely used by hackers,here is how it works
Put all commands step by step
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 https://github.com/ cr4shcod3/pureblood.git
It is used to go to directory
$ cd pureblood
It is used to obtain permission
$ chmod +x *
It is used to install modules
$ pip install -r requirements.txt
Run :
$ python2 pureblood.py
0 Comments