1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

Ability to set SNMP protocol version. Closes #1473

This commit is contained in:
nnposter
2020-10-09 02:43:26 +00:00
parent c174f8dd97
commit e333addec4
4 changed files with 35 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ local snmp = require "snmp"
local string = require "string"
description = [[
Attempts to extract system information from an SNMP version 1 service.
Attempts to extract system information from an SNMP service.
]]
---