[W3af-svn-notify] [Task #145233] httpLogTab - view menu and search in text
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-03-28 15:54:28
|
Task #145233 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: httpLogTab - view menu and search in text Complete: 50% Status: Open Authority : andresriancho Assigned to: andresriancho Description: history request/response navigator to be implemented with: - A gtk tab in the UI - Some lines of code in the gtkOutput plugin that write the request/response to a http://buzhug.sourceforge.net/ database. When a user right clicks on a vulnerability object that has an id setted, an option should appear that says: "see request/response" (or something like that) The tab should also be available by itself, without accessing it with "right-click on vuln" Follow-Ups: ------------------------------------------------------- Date: 2008-03-26 18:02 By: andresriancho Comment: Updated TODO list: ================== - When the user right clicks on the content of a request/response, it should be able to perform a search in that text - The view menu should be the place to hide the search results. =========================== ------------------------------------------------------- Date: 2008-01-13 15:06 By: andresriancho Comment: - Req/res viewer is now scrollable - Search results ARE in a list view, so when I click over a result it is displayed on the req/res viewer. TODO LIST ========= - When the user right clicks on the content of a request/response, it should be able to perform a search in that text - The user should be able to resize the scroll windows. - The view menu should be the place to hide the search results. ------------------------------------------------------- Date: 2008-01-13 01:29 By: andresriancho Comment: The HTTP Log editor has a working prototype. I must add this features: - Search engine with custom sintax - Show search results in a list view, so when I click over a result it is displayed on the req/res viewer. - Search results should be closable - Req/res viewer self._upTv = gtk.TextView() self._downTv = gtk.TextView() Should be scrolable and should have a nicer border (black maybe?) ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145233&group_id=170274&group_project_id=55112 |