w3af-svn-notify Mailing List for w3af (Page 272)
Status: Beta
Brought to you by:
andresriancho
You can subscribe to this list here.
2008 |
Jan
|
Feb
(235) |
Mar
(336) |
Apr
(280) |
May
(278) |
Jun
(159) |
Jul
(270) |
Aug
(240) |
Sep
(121) |
Oct
(110) |
Nov
(199) |
Dec
(228) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(251) |
Feb
(206) |
Mar
(115) |
Apr
(45) |
May
(27) |
Jun
(67) |
Jul
(49) |
Aug
(38) |
Sep
(10) |
Oct
(131) |
Nov
(89) |
Dec
(38) |
2010 |
Jan
(85) |
Feb
(71) |
Mar
(45) |
Apr
(23) |
May
(12) |
Jun
|
Jul
(11) |
Aug
(7) |
Sep
(81) |
Oct
(79) |
Nov
(165) |
Dec
(62) |
2011 |
Jan
(134) |
Feb
(73) |
Mar
(34) |
Apr
(63) |
May
(147) |
Jun
(43) |
Jul
(21) |
Aug
(26) |
Sep
(43) |
Oct
(34) |
Nov
(44) |
Dec
(112) |
2012 |
Jan
(47) |
Feb
(44) |
Mar
(72) |
Apr
(209) |
May
(54) |
Jun
(279) |
Jul
(151) |
Aug
(332) |
Sep
(39) |
Oct
(268) |
Nov
(116) |
Dec
(368) |
2013 |
Jan
(73) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <and...@us...> - 2008-02-29 02:02:45
|
Revision: 757 http://w3af.svn.sourceforge.net/w3af/?rev=757&view=rev Author: andresriancho Date: 2008-02-28 18:02:43 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Changed the view menu names. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-02-29 02:02:23
|
Task #146139 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Right button on log window Complete: 90% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Remove options that are disabled. Add a find to that right click contextual menu. Follow-Ups: ------------------------------------------------------- Date: 2008-02-28 23:02 By: andresriancho Comment: Functionality is finished, but: - Right button, "Find ..." doesn't work. Actually when I tested it I threw this exception: "TypeError: _build_search() takes exactly 1 argument (2 given)" which is fixed in revision 756 - Could this be more object oriented and be a superclass from which I could inherit? ------------------------------------------------------- Date: 2008-02-27 21:33 By: andresriancho Comment: The functionality is GREAT. Changed one little thing, instead of connecting self._find_next with "activate" I put "changed" (this is more "a la firefox"). The problem I see with the search as it was already implemented is that if I search for two different strings, the highlighting of the first one is still there when I search for the second one. And a rather visual problem, is that the X that closes the find is huuuuuge! =) If possible, please create a class that inherits from some gtk class; like gtk.TextView or something like that so I can use the search feature everywhere! ------------------------------------------------------- Date: 2008-02-27 16:35 By: facundobatista Comment: As of r743, most of the functionality is added. It actually needs some polish and cleanup, and the key bindings, but the rest works ok, :) ------------------------------------------------------- Date: 2008-02-27 10:03 By: facundobatista Comment: Added capture of the ctrl-F and alteration of contextual menu, commited in r742. I checked the standard programs in GTK, and the "find next" is ctrl-G, and also they have a "find previous", which is shift-ctrl-G. However it would be nice that F3 and shift-F3 also be supported. ------------------------------------------------------- Date: 2008-02-25 21:05 By: facundobatista Comment: Right button and Find, or CTRL-F, should bring a window to search. Right button and Find Next or F3 should search again. What's found whould be highlighted. Optional: Try to replicate the behaviour of Firefox (see if there's something already done about this). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146139&group_id=170274&group_project_id=55112 |
From: <and...@us...> - 2008-02-29 02:01:27
|
Revision: 756 http://w3af.svn.sourceforge.net/w3af/?rev=756&view=rev Author: andresriancho Date: 2008-02-28 18:01:25 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Fixed a little bug in message finding. Still needs work to be done! Modified Paths: -------------- trunk/core/ui/gtkUi/messages.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-02-29 01:55:16
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 100% Status: Closed Authority : andresriancho Assigned to: andresriancho Description: The items inside the view menu should change depending on the tab i'm currently at. Follow-Ups: ------------------------------------------------------- Date: 2008-02-28 22:55 By: andresriancho Comment: Done! ------------------------------------------------------- Date: 2008-02-26 14:28 By: facundobatista Comment: Done. Some names must be corrected, so I pass this to Andrés. ------------------------------------------------------- Date: 2008-02-26 13:33 By: facundobatista Comment: We step each other with the changes here... ------------------------------------------------------- Date: 2008-02-26 13:32 By: facundobatista Comment: All done! :D Commited in r738. ------------------------------------------------------- Date: 2008-02-26 13:30 By: andresriancho Comment: I forgot! Great work, it works great! ------------------------------------------------------- Date: 2008-02-26 13:29 By: facundobatista Comment: All done! :D Commited in r738. ------------------------------------------------------- Date: 2008-02-26 13:29 By: andresriancho Comment: The view menu shouldn't disappear on tabs that don't have "views". It should be disabled like in the plugin configuration window. Also, the names of the views aren't nice (completely my fault) so please don't close the task, reassign it to me after fixing the "view menu disappears issue" so I can put nice names. ------------------------------------------------------- Date: 2008-02-25 21:37 By: facundobatista Comment: Menu -> View should show the options to activate/deactivate the different panels in ScanRun or Exploit tabs. These options should be ordered in the same way that the panels. Furthermore, when clicking there, the panels should be turned off and on. When changing tab, from ScanRun to Exploit and vice versa, the Menu->View options must change accordingly. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145210&group_id=170274&group_project_id=55112 |
From: <and...@us...> - 2008-02-29 01:50:19
|
Revision: 755 http://w3af.svn.sourceforge.net/w3af/?rev=755&view=rev Author: andresriancho Date: 2008-02-28 17:50:17 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Added one new contributor. Eduardo rockz! Modified Paths: -------------- trunk/readme/CONTRIBUTORS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-29 01:49:53
|
Revision: 754 http://w3af.svn.sourceforge.net/w3af/?rev=754&view=rev Author: andresriancho Date: 2008-02-28 17:49:51 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Changed some simple things in httpLogTab. Mostly added a tab to remember myself to add a rendered response of HTTP Response and now the search result is displayed right after the search bar. Modified Paths: -------------- trunk/core/ui/gtkUi/httpLogTab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-29 01:48:18
|
Revision: 753 http://w3af.svn.sourceforge.net/w3af/?rev=753&view=rev Author: andresriancho Date: 2008-02-28 17:48:15 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Changed URL Config to HTTP Config in gtkUi. Modified Paths: -------------- trunk/core/ui/gtkUi/main.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-29 01:46:58
|
Revision: 752 http://w3af.svn.sourceforge.net/w3af/?rev=752&view=rev Author: andresriancho Date: 2008-02-28 17:46:55 -0800 (Thu, 28 Feb 2008) Log Message: ----------- Changed message in revert buttons. Modified Paths: -------------- trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/pluginconfig.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-29 01:45:46
|
Revision: 751 http://w3af.svn.sourceforge.net/w3af/?rev=751&view=rev Author: andresriancho Date: 2008-02-28 17:45:42 -0800 (Thu, 28 Feb 2008) Log Message: ----------- url-config was replaced by http-config in the consoleUi, which is much better. Modified Paths: -------------- trunk/core/ui/consoleUi/consoleUi.py trunk/scripts/script-404pageTest.w3af trunk/scripts/script-afd.w3af trunk/scripts/script-all.w3af trunk/scripts/script-evasion-all.w3af trunk/scripts/script-evasion-modsecurity.w3af trunk/scripts/script-evasionXss.w3af trunk/scripts/script-fastExploit.w3af trunk/scripts/script-genHmapFingerprint.w3af trunk/scripts/script-httpsSimpleXss.w3af trunk/scripts/script-shortFilenameXss.w3af trunk/scripts/script-webServices.w3af trunk/scripts/script-xssForms.w3af trunk/scripts/script-xssWithLogging.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-02-29 01:43:41
|
Task #146138 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Right click on vuln objects Complete: 90% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Right click on vuln objects should show a contextual menu that says: "Show HTTP request and response" When the user clicks on that option in the menu and if vuln.getId() != None this should be called: self.mainwin.httpLogTab.showReqResById(vuln.getId()) And the focus should be changed to the log tab. Follow-Ups: ------------------------------------------------------- Date: 2008-02-26 18:29 By: andresriancho Comment: There is a bug in my code that seems to show the second, third, etc... request made for showReqResById but the first one ain't showed. Must work on this. ------------------------------------------------------- Date: 2008-02-26 17:00 By: facundobatista Comment: Done, commited in r740. I didn't see anything in the HTTP Log window in my tests, though, and that's why I'm not closing this task, but assigning it to Andrés (I left a "print" in the "showReqResById" method to prove that I'm reaching that ok). Most probably I don't know how to make nice tests for this, :| Thanks! ------------------------------------------------------- Date: 2008-02-25 21:09 By: facundobatista Comment: The "Show HTTP request and response" should appear only if vuln.getId() != None (if not, it should be there but deactivated). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146138&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:30:23
|
Task #146771 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Profiles in scan configuration tab Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: They should be to the left of the plugin configuration. Profiles can be copied (not cloned) from the user interface. When starting a scan, the UI should notice a change in the profile and fire up a dialog to save the profile. This task depends on "Tabs refactoring" and in Andres creating the "Profile feature" in the core. Maybe this won't happend in a short time. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146771&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:26:48
|
Task #146770 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: HTTP Log explorer new look Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Request and response are side by side. $1 = Request shows the raw request, always. $2 = Response shows raw response and html rendered response. hbox.add($1) hbox.add($2) ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146770&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:26:35
|
Task #146769 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Put mozillaTab inside the HTTP Log tab Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Put mozillaTab inside the HTTP Log tab, actually, put it in the "Rendered HTML" tab that is inside the response. The mozilla object should show the rendered HTML response of the corresponding request. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146769&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:26:20
|
Task #146770 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: HTTP Log explorer new look Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: Request and response are side by side. $1 = Request shows the raw request, always. $2 = Response shows raw response and html rendered response. hbox.add($1) hbox.add($2) ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146770&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:23:37
|
Task #146769 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Put mozillaTab inside the HTTP Log tab Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Put mozillaTab inside the HTTP Log tab, actually, put it in the "Rendered HTML" tab that is inside the response. The mozilla object should show the rendered HTML response of the corresponding request. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146769&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:20:19
|
Task #146768 has been updated. Project: w3af Subproject: gtkUi - Phase 4 Summary: Link from the vulnerability to the exploit? Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Link from the vulnerability to the exploit? If I find a vulnerability, should I have an button in the vulnerability description that says: "exploit this vulnerability" that takes me to the other tab and starts the exploit process? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146768&group_id=170274&group_project_id=55676 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:17:48
|
Task #146767 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Log tab should have an XY plot of the results Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Log tab should have an XY plot of the results as seen with Eduardo today. The idea is to have X: Time and Y: Severity of the finding. With this information create a graphic that can be used to easily see what vulns were found. Remember that vulns have 3 severities LOW / MID / HIGH and that info objects have a severity of INFO. All other objects don't have severity. Keep in mind that the vuln objects that are in the KB are the ones with severity; not the ones that are written in the gtkOutput plugin. If mouse over vuln, tooltip. If mouse click on vuln; go to the tab were I can see more information about it. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146767&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:14:07
|
Task #146766 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Log tab is detachable Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: When a user right clicks on the Log tab, a menu pop-ups that gives the user the option to detach the tab. The same should be done using the menu. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146766&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:12:01
|
Task #146765 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Tabs "refactoring" Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: First tab, "Scan config": Has the plugin configuration and the target settings. Target settings go up. Advanced settings button shouldn't say "Advanced", in order to be smaller and be in the same line with the URL and the Start Scan button. Order of this: "URL - ADV - Start Scan" Second Tab, Results: Has two tabs, one for the URLs and one for the "KB Explorer" (which I should rename to something nicer). Third Tab, Log: The message window. Fourth Tab, Exploit: Just like it looks right now; but without the log window. (or maybe the log window is there, but hidden by default ?!?!) ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146765&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:05:59
|
Task #146763 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Pay attention to the TAB order! Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The order should be the one most commonly used by the users. Follow-Ups: ------------------------------------------------------- Date: 2008-02-28 22:05 By: facundobatista Comment: what do you mean with "TAB"? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146763&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:04:17
|
Task #146764 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Output plugins should be separated from the others Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Output plugins should be separated from the others. This should be done in another tree below the one that already configures all plugins. The functionality is still the same for this tree: when a user clicks over the plugin, help and plugin options are configured on the right. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146764&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:03:31
|
Task #146758 has been updated. Project: w3af Subproject: TODO v1.10 Summary: Change XML to support a range of values Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Change XML to support a range of values, something like: - ['a','b','c'] This will allow the user interfaces to implement combo-boxes where the user can select one of the valid values. Follow-Ups: ------------------------------------------------------- Date: 2008-02-28 22:03 By: facundobatista Comment: This should be generalized. I think that the XML should have a "values allowed" option. If the type is a list, it should be a list of allowed values. If it's a number, the "values allowed" should be a range. Etc. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146758&group_id=170274&group_project_id=54341 |
From: SourceForge.net <no...@so...> - 2008-02-29 01:02:16
|
Task #146763 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Pay attention to the TAB order! Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The order should be the one most commonly used by the users. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146763&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-02-29 00:54:19
|
Task #146762 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: HTTP Request and Response Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: HTTP Request and Response, show side by side in the "HTTP Log". "HTTP Log" should be replaced by "HTTP Log Explorer" or some other name. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146762&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-29 00:31:40
|
Task #146761 has been updated. Project: w3af Subproject: TODO v1.12 Summary: Log file should save enabled plugins and config Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: The log file should save the enabled plugins, global configuration, plugin configuration, target, etc etc. If necessary a user should be able to reproduce a scan based on the log. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146761&group_id=170274&group_project_id=54342 |