Only some Plugins availible after ProfessinalFeed
Brought to you by:
greg_k,
mjbrenegan
Hi,
I'm using Inprotect 0.22.5 on RHEL 4, MySQL 4.1.22, perl 5.8.5, php 4.3.9. Everythings been working fine until I purchased and installed a Professional Feed license from Tenable. I have Nessus 3.2.1 installed on the same server as my Inprotect and MySQL. Since installing the license, my home page shows 24399 plugins in the db with 30 new plugins. My plugins info page shows 24399 plugins. When I goto create a profile there are only 30 plugins available.
Screenshots of plugin discrepancies
one of two things, I have seen this before. I do not intend to build a patch for 0.22.5 at this point.
1. Not so likely plugins are in two tables
plugins ( as they are imported from nessus )
nessus_plugins ( a more permenant store ) I have not seen anything go wrong with this to date on any version, start by doing a
select count(*) from plugins
select count(*) from nessus_plugins
select count(*) from nessus_settings_plugins where sid='28' or what ever the sid of the profile is.
If this is where the issue is ( the old code generations are flawed and best corrective action is to delete the profile and create a new one.
Recommended, start looking at the 1.00 beta 1, per SVN. Night and day from the old code, base. I have over two years development on it, as I started. Now does credentialed based scans windows/linux without editing the profiles. Also does compliance scans for those like you/I who have Professional Feeds.
I am working to document a number of the features I have implemented in the 1.00 beta and have been pounding out bugs. in the code, as I currently have over 50 active users in my production implementation. Many of the features can be turned on/off and/or disabled from editing per many of the inprotect settings.
I am actively working on supporting the latest builds ( 1.00 xx builds ).