Nmap (“Network Mapper”) tool is used in active reconnaissance in order to not only determine live systems but also determine the holes in systems. This versatile tool is one of the best tools in the hacking community and is well supported.
sudo apt-get install nmap
sudo nmap <target IP>
sudo nmap 10.11.0.1-100
TCP SYN port scan
nmap <target IP> -sS
TCP connect port scan
nmap <target IP> -sT
UDP port scan
nmap <target IP> -sU
TCP ACK port scan
nmap <target IP> -sA
TCP Window port scan
nmap <target IP> -sW
TCP Maimon port scan
nmap <target IP> -sM