intruxxer / zaproxy

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

Patch for /trunk/src/org/parosproxy/paros/core/scanner/plugin/TestObsoleteFile.java #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A couple of extra extensions for common files which can be found in web 
directory

Original issue reported on code.google.com by mikerwil...@gmail.com on 29 Nov 2011 at 3:14

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch.

However there is one problem ... this plugin is currently depreciated:(
The problem was that it gave _loads_ of false positives, and the brute force 
tab (which uses dirbuster) effectively depreciated it.
Have you had more luck using it?

Original comment by psii...@gmail.com on 29 Nov 2011 at 3:25

GoogleCodeExporter commented 9 years ago
OK no probs, but for future ref how can I tell that code is deprecated?

Original comment by mikerwil...@gmail.com on 29 Nov 2011 at 3:49

GoogleCodeExporter commented 9 years ago
In this particular case, its the following code in this class :)

        // ZAP Depreciated by Brute Force scanner
        @Override
        public boolean isDepreciated() {
                return true;
        }

Original comment by psii...@gmail.com on 29 Nov 2011 at 3:54

GoogleCodeExporter commented 9 years ago

Original comment by psii...@gmail.com on 29 Nov 2011 at 4:31