mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +00:00
Remove a fixed value (28428) which was being set for the Request ID in
snmpWalk; a value based on nmap.clock_ms will now be set instead.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# Nmap Changelog ($Id$); -*-text-*-
|
||||||
|
|
||||||
|
o [NSE] Removed a fixed value (28428) which was being set for the Request ID in
|
||||||
|
snmpWalk; a value based on nmap.clock_ms will now be set instead. [jah]
|
||||||
|
|
||||||
o [NSE] Add http-iis-short-name-brute script that detects Microsoft IIS
|
o [NSE] Add http-iis-short-name-brute script that detects Microsoft IIS
|
||||||
servers vulnerable to a file/folder name disclosure and a denial of
|
servers vulnerable to a file/folder name disclosure and a denial of
|
||||||
service vulnerability. The script obtains the "shortnames" of the
|
service vulnerability. The script obtains the "shortnames" of the
|
||||||
|
|||||||
@@ -473,7 +473,6 @@ function snmpWalk( socket, base_oid )
|
|||||||
while ( true ) do
|
while ( true ) do
|
||||||
|
|
||||||
local value, response, snmpdata, options, item = nil, nil, nil, {}, {}
|
local value, response, snmpdata, options, item = nil, nil, nil, {}, {}
|
||||||
options.reqId = 28428 -- unnecessary?
|
|
||||||
payload = encode( buildPacket( buildGetNextRequest(options, oid) ) )
|
payload = encode( buildPacket( buildGetNextRequest(options, oid) ) )
|
||||||
|
|
||||||
status, err = socket:send(payload)
|
status, err = socket:send(payload)
|
||||||
|
|||||||
Reference in New Issue
Block a user