w3af-svn-notify Mailing List for w3af (Page 257)
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: SourceForge.net <no...@so...> - 2008-04-04 00:51:21
|
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: andresriancho 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. Follow-Ups: ------------------------------------------------------- Date: 2008-04-03 21:51 By: facundobatista Comment: VulnHigh, VulnMed, VulnLow, and Info, are three different levels in the vertical positions. Instead of points, use a circle of three pixels width.. The X dimension must resize itself when time goes for too long. The initial scale is 40ms per pixel. Reassigned to Andres for him to allow the log to receive the vulnerability meta information (then reassign to me). ------------------------------------------------------- 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-04-04 00:22:40
|
Task #147510 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Show vulns different Complete: 0% Status: Open Authority : facundobatista Assigned to: facundobatista Description: In Exploit tab, it should have a combo box with the following options: - Show all vulns: just all - Show exploitable vulns: the union of the getExploitableVulns() for all the exploits - Filter by exploit: the result of getExploitableVulns() for the exploit selected in the left window. In any case, we're losing the tree form, and we just have a list of the vulns (with the icon) ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147510&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-04 00:15:10
|
Task #146171 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: exploit <plugin> ; exploit * ; exploit * stopOnFirst Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: What is implemented and works perfect: exploit <pluginName> <vuln-id> What must be implemented in the near future: exploit <pluginName> exploit * exploit * stopOnFirst The "exploit <pluginName>" case should be handled like this: - User right clicks over an attack plugin, and a menu pop-ups. The menu should have: "Exploit all vulnerabilities" - When clicked, you just call exploitPluginInstance.exploit() To know how to handle the * cases please see: core/ui/consoleUi/exploit.py def _exploitAll( self, stopOnFirst = True ): If you copy+paste this code without modifications please let me know, so I create a file with it inside the framework so any modifications to that code impact all user interfaces. The * cases should be handled like this in the GUI: - In the menu were the "save session" and "resume session" buttons are (THAT SHOULD BE REMOVED BECAUSE THEY HAVE BEEN DEPRECATED) you should add a button that says "Exploit All". - When the user clicks on it a pop-up window should appear that says: "Are you sure you want to exploit all vulnerabilities using all exploits?". The options for the user are: "Yes/No" and in the window it should also be a checkbox that says: "Stop on first successfully exploited vulnerability" that is On by default. Follow-Ups: ------------------------------------------------------- Date: 2008-04-03 21:15 By: facundobatista Comment: Some details: - Name: Multiple Exploit. - The "stop on first" option should be not selected by default; it should be "First successful", and it should have a tooltip "Stop on first successful exploit". - Right button should have two options: "Exploit ALL vulns", "Exploit all until first successful" ------------------------------------------------------- Date: 2008-03-26 16:02 By: facundobatista Comment: Relocated in phase 3. ------------------------------------------------------- Date: 2008-03-21 23:29 By: facundobatista Comment: Andres Riancho said: > I just defined a method in the attack plugins that will be useful > for the exploit tab. The method is named "getExploitableVulns" and > returns a list of vulnerability objects that *could* be exploited by > an attack plugin. Please note that I said *could*; to verify if the > plugin can really exploit the vulnerability you should use the > "canExploit" method. So, with this, we will able to exploit massively some vulns. The interface will be: - A button in the toolbar that says "Exploit all", for all-exploits to all-vulns. A pop-up will appear for you to select which exploits to use, and you'll have a "stop on first successfully exploited vuln" button, enabled by default. - Right button on any exploit will have a new option "Exploit all vulns". In any case, the selected vulns to test will be the ones that this new filter gives ------------------------------------------------------- Date: 2008-02-29 08:45 By: facundobatista Comment: Changing this to Andres: as we talk, he needs to make a small study to determine which use cases are more common and which are not normally executed, and then we should define the best interface to enable those use cases (then this task will come back to me). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146171&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-03 23:56:34
|
Task #146766 has been updated. Project: w3af Subproject: gtkUi - Phase 4 Summary: Log tab is detachable Complete: 10% 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. Follow-Ups: ------------------------------------------------------- Date: 2008-04-03 20:56 By: facundobatista Comment: - Allow to detach anything. - Put also a "detach" option in the "View" menu option. - In the new window, put a View menu option, with the reattach option. ------------------------------------------------------- Date: 2008-03-29 11:11 By: facundobatista Comment: I tried to make this a normal dettachable window, but it does not work nicely, because it dettachs, but when changes tab, it's hidden. So, I'll go with this original proposal: right-click and menu option. Some questions: - Only the Log tab can be dettached? Why not leaving the user the option for everything? - How do you imagine the menu? A new menu or an option in Menu->Configure? - When detached, it will go to a new window, with the title of the tab... how do you imagine the process to reatach? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146766&group_id=170274&group_project_id=55676 |
From: SourceForge.net <no...@so...> - 2008-04-03 23:46:11
|
Task #146144 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: help menu items Complete: 5% Status: Open Authority : facundobatista Assigned to: facundobatista Description: help menu items Follow-Ups: ------------------------------------------------------- Date: 2008-04-03 20:46 By: facundobatista Comment: - help: mostrar el readme/w3afUsersGuide.xhtml en un navegador. - about: show the splash, a text with the result of w3afCore.getVersion(), and a button to go to w3af.sf.net. ------------------------------------------------------- Date: 2008-03-29 15:55 By: facundobatista Comment: About: What information want to be shown? In which format? Help: In which format it should appear? Which doc? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146144&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-03 23:35:42
|
Task #145772 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: review prompt.py Complete: 5% Status: Open Authority : andresriancho Assigned to: facundobatista Description: See: https://projects.nesl.ucla.edu/view/viewcvs.cgi/sos-2x/trunk/tools/pysoscc/include/pyshell.py?rev=626 It has really nice features like: - history - autocompletion (not usefull for w3af) - saving shell output - handles loooooong commands - follows the output properly Follow-Ups: ------------------------------------------------------- Date: 2008-04-03 20:35 By: facundobatista Comment: Functionality: - Up/down arrows just show the previous/next lines (entered in the past, like readline). You should be able to modify the previous line before executing it. - It should have a toolbar, with a save button (opens a "save file dialog", and lets the user to save that text anywhere). - When issuing a command with long output, the vertical scrollbar should go to the bottom. - The user can not erase the prompt! - It shouldn't be a horizontal scrollbar, wrap the text!!! ------------------------------------------------------- Date: 2008-04-02 13:05 By: facundobatista Comment: We need to agree which functionality to include in prompt.py (the actual one complies with the original requirements). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145772&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-03 23:18:35
|
Task #145493 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: For kb and log viewer, create an embebed view menu Complete: 5% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: For kb and log viewer, create an embebed view menu. Mostly in the KB viewer, having all the "view" options shown takes a lot of place and isn't really necessary; so, I have a proposed solution : - Add an embebed "view" menu, (like the top menu that has view options) that when clicked shows "vuln/info/misc" - The menu items should have a checkbox to its side, that indicates what is being shown. This solves the space limitations of the user interface. Follow-Ups: ------------------------------------------------------- Date: 2008-04-03 20:18 By: facundobatista Comment: The actual state is ok. ------------------------------------------------------- Date: 2008-04-02 13:10 By: facundobatista Comment: The GUI was heavily redesigned after this proposal. Also, note that removing the three checkboxes above the KBTree or the Logs, and putting there a combobox with the options, actually takes the same visual space, but hides the options! I'm -1 on this. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145493&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-03 23:02:42
|
Task #146771 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Profiles in scan configuration tab Complete: 95% Status: Open Authority : andresriancho Assigned to: andresriancho 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. Follow-Ups: ------------------------------------------------------- Date: 2008-04-03 20:02 By: facundobatista Comment: Transform the "copyProfile" method to something like "saveCurrentConfigurationAsNewProfile" (but, with a shorter name, :p ). ------------------------------------------------------- Date: 2008-03-24 23:24 By: facundobatista Comment: All is done except calling some core methods that still to be implemented: - Save the profile - Save the actual state in a new profile - Delete a profile Bug #1924832 is open regarding this. When that's closed, this task could be reassigned to me. ------------------------------------------------------- Date: 2008-03-22 05:19 By: facundobatista Comment: Closer.... ------------------------------------------------------- Date: 2008-03-22 03:27 By: facundobatista Comment: Major structural changes are done, now I need to deal with the profile actions. ------------------------------------------------------- Date: 2008-03-10 21:47 By: facundobatista Comment: As talked with Andres, you will not be able to change Profile if you didn't save it before. ------------------------------------------------------- Date: 2008-03-10 13:21 By: facundobatista Comment: Advanced a little. Lack of support from the core makes it impossible to continue. Andres, I'm assigning this to you, as we need to talk about this: or more support from the core is added, or profiles should be re-designed. ------------------------------------------------------- Date: 2008-03-02 14:20 By: andresriancho Comment: Loading of profiles based on ini files already work in the consoleUi. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146771&group_id=170274&group_project_id=55113 |
From: <and...@us...> - 2008-04-03 21:15:00
|
Revision: 910 http://w3af.svn.sourceforge.net/w3af/?rev=910&view=rev Author: andresriancho Date: 2008-04-03 14:13:53 -0700 (Thu, 03 Apr 2008) Log Message: ----------- A nicer splash screen. Modified Paths: -------------- trunk/core/ui/gtkUi/data/splash.png trunk/core/ui/gtkUi/splash.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-04-03 19:54:12
|
Task #147506 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: re-use splash screen inside w3af Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The splash screen will be re-designed by a friend; after that, we could use it inside w3af. Take a look at the first screen that you get after the main window is created. Aren't you seeing A LOT of gray in the right-center part of the screen? (where the plugin config usually is) Maybe we could put the splash screen there with a low opacity; or maybe just the owl? Or another image? ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147506&group_id=170274&group_project_id=55113 |
From: <and...@us...> - 2008-04-03 18:51:07
|
Revision: 909 http://w3af.svn.sourceforge.net/w3af/?rev=909&view=rev Author: andresriancho Date: 2008-04-03 11:50:58 -0700 (Thu, 03 Apr 2008) Log Message: ----------- Adding some debug lines. Modified Paths: -------------- trunk/core/ui/gtkUi/reqResViewer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-04-02 16:55:53
|
Revision: 908 http://w3af.svn.sourceforge.net/w3af/?rev=908&view=rev Author: andresriancho Date: 2008-04-02 09:55:44 -0700 (Wed, 02 Apr 2008) Log Message: ----------- Changed url-settings to http-settings. Modified Paths: -------------- trunk/core/ui/consoleUi/url.py trunk/w3af.e3t This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-04-02 16:10:24
|
Task #145493 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: For kb and log viewer, create an embebed view menu Complete: 5% Status: Open Authority : andresriancho Assigned to: facundobatista Description: For kb and log viewer, create an embebed view menu. Mostly in the KB viewer, having all the "view" options shown takes a lot of place and isn't really necessary; so, I have a proposed solution : - Add an embebed "view" menu, (like the top menu that has view options) that when clicked shows "vuln/info/misc" - The menu items should have a checkbox to its side, that indicates what is being shown. This solves the space limitations of the user interface. Follow-Ups: ------------------------------------------------------- Date: 2008-04-02 13:10 By: facundobatista Comment: The GUI was heavily redesigned after this proposal. Also, note that removing the three checkboxes above the KBTree or the Logs, and putting there a combobox with the options, actually takes the same visual space, but hides the options! I'm -1 on this. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145493&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-02 16:06:00
|
Task #145772 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: review prompt.py Complete: 5% Status: Open Authority : andresriancho Assigned to: facundobatista Description: See: https://projects.nesl.ucla.edu/view/viewcvs.cgi/sos-2x/trunk/tools/pysoscc/include/pyshell.py?rev=626 It has really nice features like: - history - autocompletion (not usefull for w3af) - saving shell output - handles loooooong commands - follows the output properly Follow-Ups: ------------------------------------------------------- Date: 2008-04-02 13:05 By: facundobatista Comment: We need to agree which functionality to include in prompt.py (the actual one complies with the original requirements). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145772&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-02 15:59:29
|
Task #147360 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Splash screen Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: "./w3af -g" takes some time to really show something to the screen. It would be nice to have a little splash screen that says something like "Loading" and has some information about w3af (website, logo, some disclaimer). An example splash screen with a nice disclaimer is the one from paros proxy. When implementing, please ask me to send you a screenshot of it. Follow-Ups: ------------------------------------------------------- Date: 2008-04-02 12:59 By: facundobatista Comment: Done in r907. Moved also the splash creation before almost everything (including the imports!), to show it ASAP. Note that there's some code (marked with a FIXME in main.py) that is to leave the splash some seconds in the air: this is for you to play with the splash aesthetics, then please remove it. ------------------------------------------------------- Date: 2008-04-02 11:49 By: andresriancho Comment: Splash screen should appear IMMEDIATELY and the main screen should be loaded in background and when the load is ready... the window should be .show()'ed. ------------------------------------------------------- Date: 2008-04-01 17:12 By: facundobatista Comment: We have a splash screen now (r906), but still have the problem of text justification. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147360&group_id=170274&group_project_id=55113 |
From: <fac...@us...> - 2008-04-02 15:55:57
|
Revision: 907 http://w3af.svn.sourceforge.net/w3af/?rev=907&view=rev Author: facundobatista Date: 2008-04-02 08:55:41 -0700 (Wed, 02 Apr 2008) Log Message: ----------- Splash screen finished (task #147360) Modified Paths: -------------- trunk/core/ui/gtkUi/main.py Added Paths: ----------- trunk/core/ui/gtkUi/splash.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-04-02 14:49:13
|
Task #147360 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Splash screen Complete: 90% Status: Open Authority : andresriancho Assigned to: facundobatista Description: "./w3af -g" takes some time to really show something to the screen. It would be nice to have a little splash screen that says something like "Loading" and has some information about w3af (website, logo, some disclaimer). An example splash screen with a nice disclaimer is the one from paros proxy. When implementing, please ask me to send you a screenshot of it. Follow-Ups: ------------------------------------------------------- Date: 2008-04-02 11:49 By: andresriancho Comment: Splash screen should appear IMMEDIATELY and the main screen should be loaded in background and when the load is ready... the window should be .show()'ed. ------------------------------------------------------- Date: 2008-04-01 17:12 By: facundobatista Comment: We have a splash screen now (r906), but still have the problem of text justification. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147360&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-04-01 20:12:18
|
Task #147360 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: Splash screen Complete: 90% Status: Open Authority : andresriancho Assigned to: facundobatista Description: "./w3af -g" takes some time to really show something to the screen. It would be nice to have a little splash screen that says something like "Loading" and has some information about w3af (website, logo, some disclaimer). An example splash screen with a nice disclaimer is the one from paros proxy. When implementing, please ask me to send you a screenshot of it. Follow-Ups: ------------------------------------------------------- Date: 2008-04-01 17:12 By: facundobatista Comment: We have a splash screen now (r906), but still have the problem of text justification. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147360&group_id=170274&group_project_id=55113 |
From: <fac...@us...> - 2008-04-01 20:11:10
|
Revision: 906 http://w3af.svn.sourceforge.net/w3af/?rev=906&view=rev Author: facundobatista Date: 2008-04-01 13:10:24 -0700 (Tue, 01 Apr 2008) Log Message: ----------- Splash screen (still have a justification problem). Modified Paths: -------------- trunk/core/ui/gtkUi/helpers.py trunk/core/ui/gtkUi/history.py trunk/core/ui/gtkUi/main.py Added Paths: ----------- trunk/core/ui/gtkUi/data/splash.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-03-31 21:27:09
|
Task #147424 has been updated. Project: w3af Subproject: gtkUi - Phase 4 Summary: Resend request button on request/response viewer Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: If the user is viewing a request/response that was generated by the framework (he can view one in the results; when clicking on an vuln object AND in the http log window) he should be able to RESEND the request. 0) User clicks on "Resend request" 1) Window with the original request pop-ups. 2) User changes all the request 3) User clicks on "Send request" 4) The window shows the request response Implementation: The gtkUi should use the uriOpener attribute of the w3afCore which is a xUrllib object in order to send the request and obtain the response. I may need to code a "sendRawRequest" method for xUrllib in order to this to work more transparently. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147424&group_id=170274&group_project_id=55676 |
From: SourceForge.net <no...@so...> - 2008-03-31 21:20:46
|
Task #147423 has been updated. Project: w3af Subproject: Javascript support Summary: read some of the hulahop code - contribute ? Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: http://wiki.laptop.org/go/HulaHop ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147423&group_id=170274&group_project_id=55588 |
From: SourceForge.net <no...@so...> - 2008-03-31 17:23:33
|
Task #145211 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: identify plugins with configuration options Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: The user should be able to identify which plugins have configuration options without clicking on the plugin. Something like the "+" sign in front of the plugin name in the consoleUi Follow-Ups: ------------------------------------------------------- Date: 2008-03-31 14:23 By: facundobatista Comment: The configurable plugins now have an "editable" icon in front of the plugin name (r905). Please take a look at it. If you think it would be nicer with the icon in another column (third?), just reopen this and let me know. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145211&group_id=170274&group_project_id=55113 |
From: <fac...@us...> - 2008-03-31 17:22:46
|
Revision: 905 http://w3af.svn.sourceforge.net/w3af/?rev=905&view=rev Author: facundobatista Date: 2008-03-31 10:22:38 -0700 (Mon, 31 Mar 2008) Log Message: ----------- The configurable plugins now have an editable icon in front of the plugin name Modified Paths: -------------- 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: SourceForge.net <no...@so...> - 2008-03-31 15:31:25
|
Task #145496 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: KB Tree should have icons for vulnerabilities and informations Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: KB Tree should have icons for vulnerabilities and informations, the vulnerabilities have 3 different icons, based on vuln.getSeverity() that returns severity.LOW, severity.MEDIUM and severity.HIGH (as defined in severity.py). Information objects have its own unique icon. Follow-Ups: ------------------------------------------------------- Date: 2008-03-31 12:31 By: facundobatista Comment: Done in r904. ------------------------------------------------------- Date: 2008-03-31 12:04 By: facundobatista Comment: Added icons to the KBTree, still needing to define the three severity levels. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145496&group_id=170274&group_project_id=55113 |
From: <fac...@us...> - 2008-03-31 15:31:10
|
Revision: 904 http://w3af.svn.sourceforge.net/w3af/?rev=904&view=rev Author: facundobatista Date: 2008-03-31 08:31:02 -0700 (Mon, 31 Mar 2008) Log Message: ----------- Now the icon for the vulnerability depends of the severity of that vuln. Finishes task 145496. Modified Paths: -------------- trunk/core/ui/gtkUi/kbtree.py Added Paths: ----------- trunk/core/ui/gtkUi/data/vulnerability_h.png trunk/core/ui/gtkUi/data/vulnerability_l.png trunk/core/ui/gtkUi/data/vulnerability_m.png Removed Paths: ------------- trunk/core/ui/gtkUi/data/vulnerability.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |