You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My co-workers and I were talking today about how a nmap or nmap-like extension that could be used to perform ping sweeps and port scans could be very useful for device discovery on a network.
We're torn between using nmap directly and having the table work something like select * from nmap where args = '<insert standard nmap args>'or if it would be better to create an nmap-like extension that scans using native code instead of needing nmap to be installed on the system.
The text was updated successfully, but these errors were encountered:
My co-workers and I were talking today about how a nmap or nmap-like extension that could be used to perform ping sweeps and port scans could be very useful for device discovery on a network.
We're torn between using nmap directly and having the table work something like
select * from nmap where args = '<insert standard nmap args>'
or if it would be better to create an nmap-like extension that scans using native code instead of needing nmap to be installed on the system.The text was updated successfully, but these errors were encountered: