Automated Footprinting and Information Gathering Tools
In this section we take at fully automated tools, two of which in particular, comprising of several features able to accomplish task covered in many of the individual tools mentioned earlier. These tools are freely available for use via Github.com and work within Kali Linux 2018.2 (and possibly earlier versions).
Devploit
Devploit 3.6is listed as an Information Gathering tool, developed by Joker25000 and available at .
To use Devsploit, we first clone it onto our Kali Linux machine and then run the tools of choice when presented with the options. Cloning only has to be done once, everytime you use Devploit thereafter, you simply browse to the Devploit directory and being using.
Open a new terminal and change to the directory of your choice using the cd
command. (You can also use the ls
command to list the content of the directory and ensure you are in the correct directory.
Use the git clone command to clone Devploit onto your machine by...