If I nmap a host, then it outputs an "Uptime" too. What does it mean, is it trustable? Does it gives correct times?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
Uptime is the time that the system has been "up" and running. So, an uptime of 100 hours means the machine has been running non-stop for 100 hours. Nmap guesses the uptime of the system. According to the Usage and Examples page:
I take that to mean it's not trustable. It can be helpful, though. |
|||
|
|
|
Some OS's use uptime of the machine as a base of sequence numbers in certain packets. That's technically an information leak, but they do it anyway for backwards compatibility's sake. So these cases, uptime observed by NMap is actually quite accurate. |
|||
|
|