Kali Linux commands
2 min readJul 3, 2021
--
This month we are going to start with tools that I think are useful for Cybersecurity beginners. Kali Linux is a great platform with tools that can be used to do any sort of Security task. This week I will start with 5 tools that can be used for Information Gathering.
- nmap- Nmap is an open-source network scanner that is used to recon/scan networks. It is used to discover hosts, ports, and services along with their versions over a network. It sends packets to the host and then analyzes the responses in order to produce the desired results. It could even be used for host discovery, operating…