[W3af-svn-notify] [Task #148224] Resend request
Status: Beta
Brought to you by:
andresriancho
From: SourceForge.net <no...@so...> - 2008-06-07 13:41:07
|
Task #148224 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Resend request Complete: 80% Status: Open Authority : andresriancho Assigned to: facundobatista Description: When showing a req/res of a vuln in the results tab, also show a button that says "Send to request editor" that opens a "Manual request editor" with the request head and body filled with the request that triggers the vulnerability. Also and when the request fuzzer is ready, add a button that says "Send to request fuzzer" that does the same but with the request fuzzer. This easy buttons "merge" these three parts of the software that were separated before =) Follow-Ups: ------------------------------------------------------- Date: 2008-06-07 10:41 By: facundobatista Comment: Added functionality to send to fuzzy and manual, still missing the send to compare. ------------------------------------------------------- Date: 2008-06-06 19:59 By: facundobatista Comment: Added the buttons, still missing the functionality. ------------------------------------------------------- Date: 2008-05-22 23:29 By: facundobatista Comment: Three things: - Why methods to show/hide the buttons? The normal usage will be to show the req/resp window with or without those buttons, not change them later. - If still going with those methods... why separate methods for each button? Normally you'll want to show them both, or hide them both. - If still going with separate methods... why the first two are called "...ResendButton"? they should be called "...SendToManual". Thanks! ------------------------------------------------------- Date: 2008-05-13 13:23 By: andresriancho Comment: Extra note: The buttons should be easily hidden if needed. In other words, add these methods: showResendButton() hideResendButton() showSendToFuzzer() hideSendToFuzzer() ------------------------------------------------------- Date: 2008-05-13 13:18 By: andresriancho Comment: The buttons should be added to the reqResViewer class. The specific place is below the two text views that show the request. ------------------------------------------------------- Date: 2008-05-11 20:04 By: facundobatista Comment: Add a button... *where*? Or do you mean to open a popup window, when user right clicks the vuln, with those two options? ------------------------------------------------------- Date: 2008-05-01 20:27 By: andresriancho Comment: Add the same buttons in the request response navigator. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148224&group_id=170274&group_project_id=56282 |