a Simple tool that scans the network for the connected devices using fping then scans each device's open port using nmap then saves it to a csv files
linuxpython3nmapfpingnet-tools(ifconfig)
git clone https://github.com/sohyp3/network-scannercd network-scannersudo python3 app.py- it will create two files
ips.csvthe ips of the devices in your networkports.csvthe open ports for each ip
fping -q -a -g [network/subnet] -r 0nmap -sS -n --host-timeout 30s [deviceip]