intruxxer / zaproxy

Automatically exported from code.google.com/p/zaproxy
0 stars 0 forks source link

Add options to filter Forced browse / DirBuster results #624

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As suggested by https://www.owasp.org/images/a/a9/InvadersAtTheGates.ppt
Add new options to filter DirBuster results, as per wfuzz:

--hc/hl/hw/hh N[,N]+        : Hide resposnes with the specified[s] 
code/lines/words/chars (Use BBB for taking values from baseline)
--hs regex          : Hide responses with the specified regex within the response

Note that this this should be possible to do in the ZAP code in case anyone 
resurrects DirBuster ;)

Original issue reported on code.google.com by psii...@gmail.com on 14 Apr 2013 at 8:53