It looks like the plugin grep httpAuthDetect is being autoloaded and it is discovering the links/requests that I am wanting to skip. I removed webspider plugin to test.
Daniel -----Original Message----- From: Daniel Gaddis Sent: Tuesday, May 11, 2010 10:41 AM To: 'Andres Riancho' Cc: [email protected] Subject: RE: webSpider ignoreRegex functionality question I don't think it is the regular expression. While I did have a typo in the copy/paste shortened ignoreRegex removing the space which is not present in the actual script used indicates the regular expression is okay... >>> re.match >>> (".*req_signup01[.]php|.*distemailhandler[.]php","req_signup01.php") <_sre.SRE_Match object at 0x00BD7CD0> >>> re.match >>> (".*req_signup01[.]php|.*distemailhandler[.]php","distemailhandler.php") <_sre.SRE_Match object at 0x00BD7058> It still appears that the ignoreRegex does not work properly with action= items... Daniel ------------------------------------------------------------------------------ _______________________________________________ W3af-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/w3af-users
