Chris,

On Fri, Feb 27, 2009 at 2:52 PM, Chris Chromiak <[email protected]> wrote:
> Thanks Andres,
>
> I did the edit in htmlFile.py and the information messages still showed up
> in the html output file below the vulnerability messages.  Is there
> something that I am missing?
>

        The patch I sent you was for the textFile plugin, I thought
you were refering to that plugin. In the html plugin, replace "infos =
kb.kb.getAllInfos()" with "infos = []".

PS: Please avoid top posting.

> Thanks,
> Chris
>
> On Fri, Feb 27, 2009 at 10:22 AM, Andres Riancho <[email protected]>
> wrote:
>>
>> Chris,
>>
>> 2009/2/27 Chris Chromiak <[email protected]>:
>> > Is there a way to filter the output so that informational messages don't
>> > show up in the final ouput?  Is there a way to filter so that only
>> > high/medium risk vulns are shown?
>>
>>    No, but you may modify the output plugin code, and with one simple
>> change like this changing the information method to something like
>> this:
>>
>>    def information(self, message , newLine = True ):
>>        '''
>>        This method is called from the output object. The output
>> object was called from a plugin
>>        or from the framework. This method should take an action for
>> informational messages.
>>        '''
>>        return
>>
>>    You would achieve your goal.
>>
>>
>>
>> > Thanks,
>> > Chris
>> >
>> > ------------------------------------------------------------------------------
>> > Open Source Business Conference (OSBC), March 24-25, 2009, San
>> > Francisco, CA
>> > -OSBC tackles the biggest issue in open source: Open Sourcing the
>> > Enterprise
>> > -Strategies to boost innovation and cut costs with open source
>> > participation
>> > -Receive a $600 discount off the registration fee with the source code:
>> > SFAD
>> > http://p.sf.net/sfu/XcvMzF8H
>> > _______________________________________________
>> > W3af-users mailing list
>> > [email protected]
>> > https://lists.sourceforge.net/lists/listinfo/w3af-users
>> >
>> >
>>
>>
>>
>> --
>> Andrés Riancho
>> http://www.bonsai-sec.com/
>> http://w3af.sourceforge.net/
>
>



-- 
Andrés Riancho
http://www.bonsai-sec.com/
http://w3af.sourceforge.net/

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to