Kali Linux tools

salman reza
1 min readSep 5, 2021

This week I will share 3 tools that can be used for Reporting tools

  1. Dradis is an open-source framework for information sharing. Dradis provides a centralized repository of information to keep track of what has been done and still needs to be completed. Dradis can collect information from team members, provide tools such as Nessus and Qualis, as well as importing information such as vulnerability lists.
  2. Magic Tree is a data management and reporting tool similar to Dradis. It is designed to allow easy data consolidation, querying, external command execution, and report generation. This tool is pre-installed on Kali Linux and located under the “Reporting Tools” category. It follows the tree node structure to manage the host and related data.
  3. Metagoofil is an information-gathering tool designed for extracting metadata of public documents (pdf,doc,Xls,ppt,Docx,pptx,xlsx) belonging to a target company. It is a part of reporting tools under the Kali Linux framework. It can give a lot of important information by scanning the obtained files. It can generate an HTML page with the result of the metadata extracted, plus a list of potential usernames, very useful for preparing a brute force attack on open services like FTP, web application, VPN, pop3, etc. This type of information helps the penetration tester during the information-gathering phase of the security assessment.

--

--