How to Use HeartBleed in Termux
HeartBleed vul scan is a tool to scan the heartbleed vulnerability,to run this tool you have to follow these instructions
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 this
$ cd HeartBleed
To grant permissions put this
$ chmod +x *
Now to run the tool put this
$ ./install.sh
=> usage :
$ ./hbleed
0 Comments