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/

------------------------------------------------------------------------------
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