I've been tasked with finding all Red Hat instances running in our entire datacenter. This covers roughly thousands of VLANs and IPs. I've done NMAP for output and tried parsing it into Excel for easier viewing, but... failed.
What I did is create a basic bash script that scans all the IPs from 192.168.. to 192.195.. -- used those IPs as examples obviously.
nmap -F -O 192.168.*.* > /home/knesgoda/results/147.txt
Is there a way to run this and get an output that would resemble something like this for easy pivot tabling?
IP Hostname Operating System
192.168.0.1 host.com Red Hat Linux
192.168.0.2 host2.com Windows 10
192.168.0.3 host3.com OSX 10.10