Skip to content

snmpwalk - SNMP scanner

See SNMP for details about the protocol.

Snmpwalk is used to query the OIDs with their information. It retrieves a subtree of management values using SNMP GETNEXT requests.

Installation

sudo apt-get install snmp

Basic usage

snmpwalk -v2c -c public $ip
snmpwalk -v 2c -c public $ip 1.3.6.1.2.1.1.5.0
snmpwalk -v 2c -c private $ip

If we do not know the community string, we can use onesixtyone and SecLists wordlists to identify these community strings.

Last update: 2023-07-01
Created: June 29, 2023 14:54:11