Mailing List Archive

Date-Time formats discrepencies between nessus (batch mode) and NessusClient
Hello

As I am interessed by using the .nessus file format, in batch scans, I tried some scans with the same .nessus file, either from the NessusClient
or from the cmd line.

My configuration :

-- Ubuntu 8.04 fresh reinstallation (disk broken last weak) upbates applied
-- nessus (Nessus) 3.2.1 for Linux
-- NessusClient v3.2.1.1 (build 2G301_Q)

and a fresh installation of all plugins.

What I noticed is that scans launched from NessusClient appeared in short format and 12 hours formats
and those launched from nessus had the long time 24 hours format whereas the Start/stop of the scan are both
in long time 24 hours format :

fgrep ReportName My_Laptop.nessus
<ReportName>07/11/14 03:30:34 - Default scan policy - Alcanet</ReportName>
<ReportName>07/11/14 04:06:07 - Microsoft Patches</ReportName>
<ReportName>08/01/02 12:15:47 - Default scan policy - Alcanet</ReportName>
<ReportName>08/01/02 02:21:58 - Default scan policy - Alcanet</ReportName>
<ReportName>08/09/29 11:50:46 - batch_policy</ReportName>
<ReportName>Mon Sep 29 13:59:42 2008 - batch_policy</ReportName>
<ReportName>Mon Sep 29 14:23:31 2008 - batch_policy</ReportName>
<ReportName>08/09/29 02:54:49 - batch_policy</ReportName>
root@frillsec03l:~/Nessus/cmdline#


root@frillsec03l:~/Nessus/cmdline# fgrep startTime My_Laptop.nessus
<startTime>Wed Nov 14 15:30:39 2007</startTime>
<startTime>Wed Nov 14 16:06:08 2007</startTime>
<startTime>Wed Jan 2 12:15:53 2008</startTime>
<startTime>Wed Jan 2 14:22:01 2008</startTime>
<startTime>Mon Sep 29 11:50:47 2008</startTime>
<startTime>Mon Sep 29 13:59:48 2008</startTime>
<startTime>Mon Sep 29 14:23:38 2008</startTime>
<startTime>Mon Sep 29 14:54:56 2008</startTime>
root@frillsec03l:

May be a little thing, but an homogenous time date format help in digging the results.

Best regards

Patrice ARNAL