andresriancho / w3af

w3af: web application attack and audit framework, the open source web vulnerability scanner.
http://w3af.org/
4.59k stars 1.22k forks source link

W3AF GTK - Not propagating some profile settings. #721

Closed BoxedResearch closed 11 years ago

BoxedResearch commented 11 years ago

I've noticed the HTTP/MISC settings aren't loaded along with the rest of the profile settings when selected in the UI after program restart. Furthermore, there seems to some settings that can not be overridden. For example, the bing spider + google spider do not seem to respect the limit of returned searches. For some sites like blogs/forums, the bing spider will return 100's of results in the log, even though 20 is selected (and saved) in the profile. Google spider seems the same.

Also the web spider seems to erratically come on even when disabled, while other plugins are selected. For example, the sitemap plugin seems to cause the webspider to come on (perhaps intentionally?).

andresriancho commented 11 years ago

From all the different problems you mention, I think that the only that could be real is the one about http/misc settings not being loaded. Could you please tell me the exact steps you're taking to reproduce the issue on my side?

The other issues you mention:

BoxedResearch commented 11 years ago

Andres.

-I can confirm what you've said about the google/bing settings. You're correct, thanks for pointing that out. -I've narrowed down a few plugins what were depending/activating the web spider. Thanks for re-clarifying that for me.