w3af-svn-notify Mailing List for w3af (Page 274)
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-02-26 21:29:29
|
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-26 20:00:50
|
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 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: <fac...@us...> - 2008-02-26 20:00:12
|
Revision: 740 http://w3af.svn.sourceforge.net/w3af/?rev=740&view=rev Author: facundobatista Date: 2008-02-26 11:59:56 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Task 146138. Right button over a vuln shows a popup menu that let's you go to the HTTP logs with that id. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/kbtree.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/scanrun.py trunk/core/ui/gtkUi/scantab.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-26 17:28:48
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 90% Status: Open 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-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: <fac...@us...> - 2008-02-26 16:46:28
|
Revision: 739 http://w3af.svn.sourceforge.net/w3af/?rev=739&view=rev Author: facundobatista Date: 2008-02-26 08:45:43 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Now the View menu is not active, instead of not visible, when other tab than Scan or Exploit is selected. 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-26 16:34:11
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 75% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The items inside the view menu should change depending on the tab i'm currently at. Follow-Ups: ------------------------------------------------------- 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: SourceForge.net <no...@so...> - 2008-02-26 16:32:28
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: The items inside the view menu should change depending on the tab i'm currently at. Follow-Ups: ------------------------------------------------------- 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: SourceForge.net <no...@so...> - 2008-02-26 16:30:18
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 70% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The items inside the view menu should change depending on the tab i'm currently at. Follow-Ups: ------------------------------------------------------- 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: SourceForge.net <no...@so...> - 2008-02-26 16:30:03
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: The items inside the view menu should change depending on the tab i'm currently at. Follow-Ups: ------------------------------------------------------- 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: SourceForge.net <no...@so...> - 2008-02-26 16:29:20
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The items inside the view menu should change depending on the tab i'm currently at. Follow-Ups: ------------------------------------------------------- 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-26 16:28:34
|
Revision: 737 http://w3af.svn.sourceforge.net/w3af/?rev=737&view=rev Author: andresriancho Date: 2008-02-26 08:20:09 -0800 (Tue, 26 Feb 2008) Log Message: ----------- I hate this unicode errors. Modified Paths: -------------- trunk/core/controllers/outputManager.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-02-26 16:21:42
|
Revision: 738 http://w3af.svn.sourceforge.net/w3af/?rev=738&view=rev Author: facundobatista Date: 2008-02-26 08:21:31 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Task 145210. Added functionality to View menu, which is dynamic in function of the tab of the notebook, and turns on and off the different panels in the different tabs. Modified Paths: -------------- trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/scanrun.py trunk/core/ui/gtkUi/scantab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-02-26 14:06:30
|
Revision: 736 http://w3af.svn.sourceforge.net/w3af/?rev=736&view=rev Author: andresriancho Date: 2008-02-26 06:06:18 -0800 (Tue, 26 Feb 2008) Log Message: ----------- Fixed bug #1902152 reported by Ulises. Modified Paths: -------------- trunk/core/controllers/targetSettings.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-26 00:47:49
|
Task #146687 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Wrap the vuln exploit Complete: 0% Status: Open Authority : facundobatista Assigned to: facundobatista Description: When exploiting a vulnerability, it should be wrapped to show a better message if something happens. See for example "remote File Include Shell" ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146687&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-26 00:37:17
|
Task #145210 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: view menu item change Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The items inside the view menu should change depending on the tab i'm currently at. Follow-Ups: ------------------------------------------------------- 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: SourceForge.net <no...@so...> - 2008-02-26 00:13:06
|
Task #146686 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Remove repr() when showing messages Complete: 0% Status: Open Authority : facundobatista Assigned to: facundobatista Description: In the Log window, when showing the messages, it should not enclose it in repr(), to show actually what it receives. If the message comes bad encoded, and it raises an exception, a bug should be opened regarding that message, not the GUI. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146686&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-26 00:10:32
|
Task #145408 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Show plugin type description when click on "audit" or "grep" or.. Complete: 100% Status: Closed Authority : andresriancho Assigned to: nobody Description: w3afCore should be able to return a long description of what the different plugin types do. This is necessary for the gtkUi, to show when the user clicks on "audit" or "grep" Follow-Ups: ------------------------------------------------------- Date: 2008-01-12 11:53 By: andresriancho Comment: Done! ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145408&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-26 00:09:39
|
Task #145949 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Check how we are encoding the messages, specially \n Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: w3af failed to reach the server while requesting: "http://www.secure.interbanco.com.py/pls/inter_dad/?vcedula=a&tipo=P".\nReason: "timed out" , Exception: "<urlopen error timed out>"; going to retry. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145949&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-26 00:09:03
|
Task #146138 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Right click on vuln objects Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista 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-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-26 00:06:01
|
Task #146139 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Right button on log window Complete: 0% 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-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: SourceForge.net <no...@so...> - 2008-02-26 00:03:03
|
Task #146143 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Right click on exploit plugin Complete: 0% Status: Open Authority : facundobatista Assigned to: facundobatista Description: Configure parameters, that is "the same" class that url-settings. Follow-Ups: ------------------------------------------------------- Date: 2008-02-25 21:03 By: facundobatista Comment: When you make right button on an exploit plugin, a window whould appear with two options: - Configure: configure the plugin (pop up window) - Edit: same edit as in the other plugins ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146143&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-02-25 19:39:43
|
Task #133923 has been updated. Project: w3af Subproject: Package TODO Summary: create video documentation Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: create video documentation with some samples that I already have working. This will be nicer for the end-users to see and will attrack more attention to the project :P Follow-Ups: ------------------------------------------------------- Date: 2008-02-25 16:39 By: andresriancho Comment: ffmpeg -i w3af-gtk-userInterface.mpeg -y -b 800 -r 40 -f flv -vcodec flv w3af-gtk-userInterface.flv ------------------------------------------------------- Date: 2007-07-05 12:59 By: andresriancho Comment: http://tuxpepino.wordpress.com/2007/06/28/como-grabar-videos-de-tu-escritorio-1/ ------------------------------------------------------- Date: 2007-07-05 12:26 By: andresriancho Comment: oss for this task: XvidCap + Lives ------------------------------------------------------- Date: 2007-07-04 15:26 By: andresriancho Comment: This task has now a higher priority. I should do this to promote the project. The release date of this hacking videos should be in one month or so... And the release of the new version of w3af should be in two months. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=133923&group_id=170274&group_project_id=50604 |
From: SourceForge.net <no...@so...> - 2008-02-25 18:31:41
|
Task #146681 has been updated. Project: w3af Subproject: Plugin TODO v1.10 Summary: grep.SSN (social security number) Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: Code a grep.SSN (social security number) plugin. The plugin should detect SSN numbers on response pages, alert if *more than one* SSN is printed on a page (this indicates that one user is seeing another one SSN). The SSN should be verified with the correct verification digit, SSN shouldn't just be searched with a regex. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146681&group_id=170274&group_project_id=55629 |
From: SourceForge.net <no...@so...> - 2008-02-25 17:51:35
|
Task #145441 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: check pluginEditor dependencies Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: check pluginEditor dependencies; gtksourceview dependency may be an overkill and should be replaced by a simple text editor without highlighting. Follow-Ups: ------------------------------------------------------- Date: 2008-02-25 14:51 By: facundobatista Comment: Works ok in Windows. ------------------------------------------------------- Date: 2008-02-18 16:29 By: andresriancho Comment: Replaced the old plugin editor with one that DOESN'T need gtksourceview. Please verify if it works on windows. ------------------------------------------------------- Date: 2008-02-12 13:37 By: facundobatista Comment: No gtksourceview in windows (as I could see, it comes with Gnome), no gtk... C:\tmp\w3af>python w3af -g Traceback (most recent call last): File "w3af", line 88, in <module> main() File "w3af", line 63, in main import core.ui.gtkUi.main File "C:\tmp\w3af\core\ui\gtkUi\main.py", line 47, in <module> import core.ui.gtkUi.scantab as scantab File "C:\tmp\w3af\core\ui\gtkUi\scantab.py", line 27, in <module> import core.ui.gtkUi.pluginconfig as pluginconfig File "C:\tmp\w3af\core\ui\gtkUi\pluginconfig.py", line 30, in <module> from core.ui.gtkUi.pluginEditor import editPlugin File "C:\tmp\w3af\core\ui\gtkUi\pluginEditor.py", line 35, in <module> import gtksourceview ImportError: No module named gtksourceview ------------------------------------------------------- Date: 2008-02-11 12:58 By: facundobatista Comment: This is being carried over through bug 1891233. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145441&group_id=170274&group_project_id=55112 |
From: <and...@us...> - 2008-02-25 17:28:14
|
Revision: 735 http://w3af.svn.sourceforge.net/w3af/?rev=735&view=rev Author: andresriancho Date: 2008-02-25 09:27:51 -0800 (Mon, 25 Feb 2008) Log Message: ----------- Changed logued by logged. 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. |