MiniDemon:~/workbench/1_script/w3af# python w3af w3af>>> plugins w3af/plugins>>> output console,textFile w3af/plugins>>> output Enabled output plugins: textFile console w3af/plugins>>> output config textFile w3af/plugin/textFile>>> set fileName output-w3af.txt w3af/plugin/textFile>>> set verbosity 10 w3af/plugin/textFile>>> back w3af/plugins>>> output config console w3af/plugin/console>>> set verbosity 0 w3af/plugin/console>>> back w3af/plugins>>> back w3af>>> plugins w3af/plugins>>> plugins command not found w3af/plugins>>> audit osCommanding w3af/plugins>>> audit Enabled audit plugins: osCommanding w3af/plugins>>> back w3af>>> target w3af/target>>> target command not found w3af/target>>> set target http://google.com/?q= w3af/target>>> back w3af>>> start Found 1 URLs and 1 different points of injection. The list of URLs is: - http://google.com/ The list of fuzzable requests is: - http://google.com/ | Method: GET | Parameters: (q) Starting osCommanding plugin execution. 100% [================================================== ==] 1/1
MiniDemon:~/workbench/1_scripts/w3af# ./w3af -g Traceback (most recent call last): File "./w3af", line 93, in <module> main() File "./w3af", line 69, in main core.ui.gtkUi.main.main(profile) File "/root/workbench/1_scripts/w3af/core/ui/gtkUi/main.py", line 652, in main MainApp(profile) File "/root/workbench/1_scripts/w3af/core/ui/gtkUi/main.py", line 287, in __init__ toolbut_startstop = entries.ToolbuttonWrapper(toolbar, 2) File "/root/workbench/1_scripts/w3af/core/ui/gtkUi/entries.py", line 326, in __init__ self.image = box.get_children()[0] AttributeError: 'gtk.Image' object has no attribute 'get_children' Error in sys.excepthook: Traceback (most recent call last): File "/root/workbench/1_scripts/w3af/core/ui/gtkUi/helpers.py", line 269, in _crash gtk.main_quit() RuntimeError: called outside of a mainloop Original exception was: Traceback (most recent call last): File "./w3af", line 93, in <module> main() File "./w3af", line 69, in main core.ui.gtkUi.main.main(profile) File "/root/workbench/1_scripts/w3af/core/ui/gtkUi/main.py", line 652, in main MainApp(profile) File "/root/workbench/1_scripts/w3af/core/ui/gtkUi/main.py", line 287, in __init__ toolbut_startstop = entries.ToolbuttonWrapper(toolbar, 2) File "/root/workbench/1_scripts/w3af/core/ui/gtkUi/entries.py", line 326, in __init__ self.image = box.get_children()[0] AttributeError: 'gtk.Image' object has no attribute 'get_children'