Hi, all! I just want to say that I have already made simple falsePositiveManager for w3af. It has falsePositiveFile (regex patterns) option in miscSettings. Simply it can test URL against pattern like this: ... app = falsePositiveManager() app.loadFromList(self.patterns) ... self.assertFalse(app.isFalsePositive(goodTarget)) ...
It can be used in output plugins (it is originally made for it). In the nearest I will add it to the trunk. Andres, don't you mind? > 1. What do you think about simple false-positive management in w3af? > For example, we can add capability to read list of regex patterns from > special file and test them against request before it will be reported. It can > be useful in automated usage (scan+reporting) of w3af. -- Taras <ox...@oxdef.info> ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ W3af-develop mailing list W3af-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/w3af-develop