Information gathering is one of the most important steps in ethical hacking. In today’s article, we are going to talk about pureblood tools.
Pure blood framework is a collection of information-gathering tools that help us to get the website information quickly with simple commands.
Pureblood is a Penetration Testing Framework created for Hackers / Pentester / Bug HunterWeb Pentest, Information Gathering, Banner Grab, Whois, Traceroute, DNS Record, Reverse DNS Lookup, Zone Transfer Lookup, Port Scan, Admin Panel Scan, Subdomain Scan, CMS Identify, Reverse IP Lookup, Subnet Lookup, Extract Page Links, Directory Fuzz (NEW), File Fuzz (NEW), Shodan Search (NEW), Shodan Host Lookup (NEW), Web Application Attack: (NEW), WordPress, Auto SQL Injection. Generator: Deface Page, Password Generator, Text To Hash, and much more.
We can easily use your Pureblood framework in termax and Kali Linux. You need to use some scripts to install this tool in your termax or Kali distribution.
Pureblood in Termux
You need to use some commands given below to install the pureblood framework in termax.
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ apt install python
$ git clone https://github.com/johnjohnsp1/pureblood
$ cd pureblood
$ chmod +x *
$ pip install -r requirements.txt
$ python2 pureblood.py
Pureblood in Kali Linux
If you want to install your Pureblood framework in your Kali then you need to use some commands given below.
$ apt-get update
$ apt-get upgrade
$ apt install git python python2
$ git clone https://github.com/johnjohnsp1/pureblood
$ cd pureblood
$ chmod +x *
$ pip install -r requirements.txt
$ python2 pureblood.py
I hope you all like this tutorial. For any further queries just comment below. Look towards more amazing articles given below.