Technical requirements
The code for this chapter can be found at https://github.com/PacktPublishing/Bash-Shell-Scripting-for-Pentesters/tree/main/Chapter13.
Enter the following commands to install prerequisites on your Kali Linux system:
$ sudo apt install libxml2-utils jq sqlite3 texlive-base xmlstarlet
The following commands assume that you have Go installed. See https://go.dev/doc/install:
$ go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest $ go install -v github.com/projectdiscovery/mapcidr/cmd/mapcidr@latest
With the prerequisites out of the way, it’s time to dive into reporting, every pentester’s favorite subject!