> For example the service general settings section of the .inf file cannot be
> parsed.

It means that that tool could not parse the line in the .inf file.
Looking at the file that you attached it seems the error is harmless,
since the line number with in the file corresponds to a blank line.

>  No map defined for [ NewAdministratorName ]
>  No map defined for [ NewGuestName ]

The above 2 settings correspond to

"Accounts: Rename Administrator account" &
"Accounts: Rename guest account"

which cannot be parsed by the i2a tool, these settings need to be
manually added in the .audit file as follows

<custom_item>
      type: CHECK_ACCOUNT
     description: "Accounts: Rename Administrator account"
     value_type: POLICY_TEXT
     value_data: "Administrator"
     account_type: ADMINISTRATOR_ACCOUNT
     account_option: ACCOUNT_NOT_EQUAL
</item>

<custom_item>
   type: CHECK_ACCOUNT
   description: "Accounts: Rename guest account"
   value_type: POLICY_TEXT
   value_data: "Guest"
   account_type: GUEST_ACCOUNT
   account_option: ACCOUNT_NOT_EQUAL
</item>

>  No map defined for [ ClearTextPassword ]

As far as I remember, this particular setting cannot be audited using
Nessus compliance checks. Correct me If I am wrong.

- Mehul
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to