![]() | ![]() | ![]() | TIME |
The TIME messages are sent by the server to inform about the duration of
scanning a host and of the whole scan.
After completion of scanning a target host the server sends:
SERVER <|> TIME <|> HOST_START <|> host <|> time_string <|> SERVER SERVER <|> TIME <|> HOST_END <|> host <|> time_string <|> SERVER
or, in case STOP\_ATTACK was issued by the client:
SERVER <|> TIME <|> HOST_START <|> host <|> time_string <|> SERVER SERVER <|> TIME <|> HOST_INTERRUPTED <|> host <|> time_string <|> SERVER
After completion of the whole scan the server sends:
SERVER <|> TIME <|> SCAN_START <|> time_string <|> SERVER SERVER <|> TIME <|> SCAN_END <|> time_string <|> SERVER
where time_string is of the form "Wed Jun 30 21:49:08 1993".
![]() | ![]() | ![]() | TIME |