Nmap: Nmap 7.90: time result cannot be represented in this installation

Created on 7 Oct 2020  路  3Comments  路  Source: nmap/nmap

A default scan (Intense scan) fails with the error:
"C:\Program Files (x86)\Nmap/nselib/afp.lua:353: time result cannot be represented in this installation"
...
QUITTING!

To reproduce start Zenmap, insert a target IP and press "Scan", the command line is:
nmap -T4 -A -v 192.168.XX.YY

OS: Windows 10 Pro 2004
npcap 1.0 (installed with default options plus wireless support)

  • Output of nmap --version:
    Nmap version 7.90 ( https://nmap.org )
    Platform: i686-pc-windows-windows
    Compiled with: nmap-liblua-5.3.5 openssl-1.1.1h nmap-libssh2-1.9.0 nmap-libz-1.2.11 nmap-libpcre-7.6 Npcap-1.00 nmap-libdnet-1.12 ipv6
    Compiled without:
    Available nsock engines: iocp poll select
NSE bug duplicate

Most helpful comment

This known bug has been resolved in commit r38083 (63c88b1a746e77df85a241ee6d6eb726b025da3d). Please refresh file nselib/afp.lua from SVN or GitHub.

All 3 comments

This known bug has been resolved in commit r38083 (63c88b1a746e77df85a241ee6d6eb726b025da3d). Please refresh file nselib/afp.lua from SVN or GitHub.

Duplicate of #2136

Update: this is now fixed in Nmap 7.91

Was this page helpful?
0 / 5 - 0 ratings