Hello Everyone,
I've been trying to get the ignoreRegex option in the webSpider plugin to
ignore certain document types when scanning. One of the sites I scan has a
large number of multimedia files that I would like to ignore when scanning
as they take up a lot of time and space and seem to cause performance issues
with w3af. I've tried the following regex, which seems like it should ignore
the extensions listed, but I still see webSpider requesting those documents
and they show up in the sqllite database. I've been using a regex like:

\.(?:mp3|flac|flv|swf|pdf)$

I'm not sure if there's something wrong with the regex, a bug in the
webSpider plugin, or something else I'm missing. Anyone else have this
working and can share?

Thanks,

Zach
------------------------------------------------------------------------------
_______________________________________________
W3af-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/w3af-users

Reply via email to