Jump to content

Network scanning/inventory/diagnostics tool

9 hours ago, GenericFanboy said:

Looks a bit advanced not gonna lie. We purely need an SNMP scan. Shouldnt be that difficult, Right?

you could use nmap to scan for devices on the local network listening on the SNMP port.

The nmap command that I use is: sudo namp -p <port (or ports separated by comma or range separated by dash)> -sV -sS -T4 <network range> (i.e. 192.168.0.0/24)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×