[W3af-svn-notify] [Task #145514] render HTML responses
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-02-29 02:10:01
|
Task #145514 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: render HTML responses Complete: 80% Status: Open Authority : andresriancho Assigned to: andresriancho Description: everywhere I can look at a HTML response, I should be able to render the response! Follow-Ups: ------------------------------------------------------- Date: 2008-02-25 11:43 By: facundobatista Comment: Added functionality to buttons, and a little of cleanup. Wanted to activate back/forward buttons only when corresponds, but can_go_forward() and can_go_back() always respond false. The only thing that's still missing is to automate the library directories set up, passing the Task to Andrés for this. ------------------------------------------------------- Date: 2008-02-17 20:51 By: andresriancho Comment: I have been trying to create environment variables that affect the current process; but I have failed. It seems that the solution to this problem is to create a "bash script" that calls w3af.py; where the bash script is the one that creates the environment variables, and w3af.py is really the one that performs all the work. If you know a more elegant solution, please let me know. Problems with this solution: - Windows? (may be solved by using a python scripts that runs w3af.py) - Adding a new file ------------------------------------------------------- Date: 2008-02-14 21:07 By: andresriancho Comment: I tested the latest version on a fully updated ubuntu gutsy and it only worked if runned like this: export LD_LIBRARY_PATH=/usr/lib/firefox && export MOZILLA_FIVE_HOME=/usr/lib/firefox && ./w3af -g (as you say in the code). As you say in the code, we should work on the automatic setup of the needed variables in order to be able to run w3af gtk user interface without all the other commands. ------------------------------------------------------- Date: 2008-02-14 16:23 By: facundobatista Comment: Made it work with the gtk embedded mozilla, but it proved to be very flaky (there're some bugs that causes segmentation fault in diverse systems). Repeat: now works, but I'll test "gtkhtml2"... if this works nicely, and renders the html ok, I'll stick with it. ------------------------------------------------------- Date: 2008-02-11 22:31 By: andresriancho Comment: Also test /var/lib/python-support/python2.5/gtk-2.0/gtkhtml2.so Seems to be *really* basic, but could work when gtkmozembed is not available. Also verify dependencies if using gtkhtml2. ------------------------------------------------------- Date: 2008-02-08 20:12 By: facundobatista Comment: test gtkmozembed ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145514&group_id=170274&group_project_id=55112 |