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

Use ISO8601 time for smb-os-discovery

This commit is contained in:
dmiller
2012-08-16 15:46:37 +00:00
parent 74a2168a15
commit 9fbd30f191
2 changed files with 3 additions and 1 deletions

View File

@@ -3266,7 +3266,9 @@ function get_os(host)
response['domain'] = smbstate['domain']
response['server'] = smbstate['server']
response['date'] = smbstate['date']
response['time'] = smbstate['time']
response['timezone_str'] = smbstate['timezone_str']
response['timezone'] = smbstate['timezone']
-- Kill SMB
stop(smbstate)