161/UDP, 162/UDP (SNMP)

SNMP, Simple Network Management Protocol.

Nmap

nmap -sC -sV -sU -p 161,162 -Pn <target> -oN nmap-snmp.txt
  • -sC = utilización de secuencias de comandos predeterminado.

  • -sV = identificación de servicio y su versión.

  • -sU = escaneo puertos UDP.

  • -p = puertos 161/UDP y 162/UDP.

  • <target> = objetivo.

snmp-check

snmp-check <target> | tee snmp-check.txt

Última actualización