w3af-svn-notify Mailing List for w3af (Page 231)
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-06-21 12:45:47
|
Task #148303 has been updated. Project: w3af Subproject: TODO v1.10 Summary: w3af_crash.txt Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: Make this part of the core, and use it in the main w3af script. All user interfaces should fail like this. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148303&group_id=170274&group_project_id=54341 |
From: <and...@us...> - 2008-06-21 05:56:10
|
Revision: 1321 http://w3af.svn.sourceforge.net/w3af/?rev=1321&view=rev Author: andresriancho Date: 2008-06-20 15:05:41 -0700 (Fri, 20 Jun 2008) Log Message: ----------- Now the sendRawRequest method returns the response for the raw request. I still have a problem with the proxy, which is closing the remote connection to the browser. Modified Paths: -------------- trunk/core/ui/gtkUi/localproxy.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-06-20 02:05:57
|
Task #148109 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Local proxy to trap and modify requests and responses Complete: 40% Status: Open Authority : facundobatista Assigned to: andresriancho Description: A new option "Local Proxy" (search for an icon), in the toolbar and the menu (in "Tools"). It will open a new window (design attached) The "configure" option will raise a popup asking for ip and port (defaults to 127.0.0.1, 8080) The "start/stop" button mutates itself, and controls the Proxy execution. Uses the Proxy core infrastructure (core/controllers/daemon/proxy) Andres will document the API for this Proxy. Andres needs to define the interface Follow-Ups: ------------------------------------------------------- Date: 2008-06-19 23:05 By: facundobatista Comment: Coded the GUI while waiting. Need the core functionality to continue. ------------------------------------------------------- Date: 2008-06-19 18:48 By: andresriancho Comment: We talk about a GUI design, we talked about the local proxy API. You can start with the window, buttons, etc while I finish the local proxy functionality. ------------------------------------------------------- Date: 2008-04-27 11:40 By: facundobatista Comment: Can not attach a file, here, this SourceForge interface sucks. The GUI design is here: http://www.taniquetil.com.ar/facundo/owasp/soc08-148109.svg ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148109&group_id=170274&group_project_id=56282 |
From: <fac...@us...> - 2008-06-20 02:03:43
|
Revision: 1320 http://w3af.svn.sourceforge.net/w3af/?rev=1320&view=rev Author: facundobatista Date: 2008-06-19 19:03:41 -0700 (Thu, 19 Jun 2008) Log Message: ----------- Created the Proxy window. This brought some changes to other widgets, the main one is that the buttons below the requests and responses are turned on/off by their widgets. Also fixed the sensitivity handling of these widgets in the rest of the program. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/reqResViewer.py trunk/core/ui/gtkUi/scanrun.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-06-20 01:26:23
|
Task #148114 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: HTTP response side by side content compare Complete: 100% Status: Closed Authority : facundobatista Assigned to: facundobatista Description: Try to reutilize MELD (check the license). Test if that reutilization is ok in win32. Andres needs to define how to choose the two responses (or more than two). This task needs further definitions!! Follow-Ups: ------------------------------------------------------- Date: 2008-06-19 22:26 By: facundobatista Comment: Already done! Thanks! ------------------------------------------------------- Date: 2008-06-19 18:45 By: andresriancho Comment: We talked about this in the mailing list, and decided that all tools would invoke each other (whenever possible) with a httpResponse/fuzzableRequest object. Reassigning back to Facundo. ------------------------------------------------------- Date: 2008-06-14 13:54 By: facundobatista Comment: Need to implement help (this comes with another task), but also need to send to the cluster. For the latter is why I'm not closing this, but assigning to Andres, because he needs to provide an interface to allow it to be called not with an httpResponse object, but with just the four texts. ------------------------------------------------------- Date: 2008-06-08 21:15 By: facundobatista Comment: Added a lot of functionality, ------------------------------------------------------- Date: 2008-05-26 01:26 By: facundobatista Comment: This should be discused and designed face to face. Andres, we should meet about this. Good news: I now have MELD trimmed down and usable for what we want (+4 hs cleaning code!), :D ------------------------------------------------------- Date: 2008-05-25 15:30 By: andresriancho Comment: Given that the responses to compare are going to be selected by the user at some point; and the only way that the user can see responses are within a reqResViewer then I think that the best place to add the selector for responses to compare is there. Now, more in detail: - The compare tool, if based on meld, should have the same icon. For now, the tool can be called "Diff tool". - The selector that I was talking before, should be a small button with the tool icon, which would be located on the bottom of the response notebook inside reqResViewer. The button should only show the icon and have a tooltip that says "Send to diff tool". - In order to keep the same design, the buttons that send the request to the manual request editor and to the fuzzy should look like the above one: only the icon in the button and the corresponding tooltip. Please note that these buttons are below the request notebook, and the diff tool one is below the response notebook. - The user can send as many responses as he wants to the diff tool. - When the user opens the diff tool, he will be presented with a modified version of meld, that on the left pane shows the first response that he sent to the diff tool, and on the right pane shows the second response. All other responses can be selected to be diff'ed with a entries.PagesControl widget. - This modified version of meld should *clearly* show to the user if the responses are equal. A good way of doing this is to put on top of the responses two labels that have the sha1 hash of the responses; and if the hashes match set the background color of the two labels to green, and if they don't set them to red. - The diff tool should also have a "Clear" button that removes all responses from the current view; so the user can send others to compare. - The tool should have a "delete from view" button that allows the user to remove the response being compared from the diff tool. - The tool should have a button that sends a response from the right pane to the left pane; and sends the one in the left pane to the list of other responses being compared. Do you need more definitions? If so, don't hesitate to ask. Crazy feature that would be really cool to implement in version 3.0 of w3af: after sending a lot of responses to the diff tool, you would hit a button that says "Multicompare" that draws a graph that has one circle for each request. The distance between the circles determines how different they are. This would make a multiple comparison of responses sooooooo easy! I think I could implement this just for the fun of watching it work ;) ------------------------------------------------------- Date: 2008-05-11 17:32 By: facundobatista Comment: Pretty much it can be reused, need to find out how to stop using gnome stuff, for win32. Regarding license, it's GPL, so I think it's fine. I'll wait further definitions here, to see if MELD is suitable or not (so I'm assigning this now to Andres). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148114&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-06-19 21:48:23
|
Task #148109 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Local proxy to trap and modify requests and responses Complete: 0% Status: Open Authority : facundobatista Assigned to: andresriancho Description: A new option "Local Proxy" (search for an icon), in the toolbar and the menu (in "Tools"). It will open a new window (design attached) The "configure" option will raise a popup asking for ip and port (defaults to 127.0.0.1, 8080) The "start/stop" button mutates itself, and controls the Proxy execution. Uses the Proxy core infrastructure (core/controllers/daemon/proxy) Andres will document the API for this Proxy. Andres needs to define the interface Follow-Ups: ------------------------------------------------------- Date: 2008-06-19 18:48 By: andresriancho Comment: We talk about a GUI design, we talked about the local proxy API. You can start with the window, buttons, etc while I finish the local proxy functionality. ------------------------------------------------------- Date: 2008-04-27 11:40 By: facundobatista Comment: Can not attach a file, here, this SourceForge interface sucks. The GUI design is here: http://www.taniquetil.com.ar/facundo/owasp/soc08-148109.svg ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148109&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-06-19 21:45:18
|
Task #148114 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: HTTP response side by side content compare Complete: 85% Status: Open Authority : facundobatista Assigned to: facundobatista Description: Try to reutilize MELD (check the license). Test if that reutilization is ok in win32. Andres needs to define how to choose the two responses (or more than two). This task needs further definitions!! Follow-Ups: ------------------------------------------------------- Date: 2008-06-19 18:45 By: andresriancho Comment: We talked about this in the mailing list, and decided that all tools would invoke each other (whenever possible) with a httpResponse/fuzzableRequest object. Reassigning back to Facundo. ------------------------------------------------------- Date: 2008-06-14 13:54 By: facundobatista Comment: Need to implement help (this comes with another task), but also need to send to the cluster. For the latter is why I'm not closing this, but assigning to Andres, because he needs to provide an interface to allow it to be called not with an httpResponse object, but with just the four texts. ------------------------------------------------------- Date: 2008-06-08 21:15 By: facundobatista Comment: Added a lot of functionality, ------------------------------------------------------- Date: 2008-05-26 01:26 By: facundobatista Comment: This should be discused and designed face to face. Andres, we should meet about this. Good news: I now have MELD trimmed down and usable for what we want (+4 hs cleaning code!), :D ------------------------------------------------------- Date: 2008-05-25 15:30 By: andresriancho Comment: Given that the responses to compare are going to be selected by the user at some point; and the only way that the user can see responses are within a reqResViewer then I think that the best place to add the selector for responses to compare is there. Now, more in detail: - The compare tool, if based on meld, should have the same icon. For now, the tool can be called "Diff tool". - The selector that I was talking before, should be a small button with the tool icon, which would be located on the bottom of the response notebook inside reqResViewer. The button should only show the icon and have a tooltip that says "Send to diff tool". - In order to keep the same design, the buttons that send the request to the manual request editor and to the fuzzy should look like the above one: only the icon in the button and the corresponding tooltip. Please note that these buttons are below the request notebook, and the diff tool one is below the response notebook. - The user can send as many responses as he wants to the diff tool. - When the user opens the diff tool, he will be presented with a modified version of meld, that on the left pane shows the first response that he sent to the diff tool, and on the right pane shows the second response. All other responses can be selected to be diff'ed with a entries.PagesControl widget. - This modified version of meld should *clearly* show to the user if the responses are equal. A good way of doing this is to put on top of the responses two labels that have the sha1 hash of the responses; and if the hashes match set the background color of the two labels to green, and if they don't set them to red. - The diff tool should also have a "Clear" button that removes all responses from the current view; so the user can send others to compare. - The tool should have a "delete from view" button that allows the user to remove the response being compared from the diff tool. - The tool should have a button that sends a response from the right pane to the left pane; and sends the one in the left pane to the list of other responses being compared. Do you need more definitions? If so, don't hesitate to ask. Crazy feature that would be really cool to implement in version 3.0 of w3af: after sending a lot of responses to the diff tool, you would hit a button that says "Multicompare" that draws a graph that has one circle for each request. The distance between the circles determines how different they are. This would make a multiple comparison of responses sooooooo easy! I think I could implement this just for the fun of watching it work ;) ------------------------------------------------------- Date: 2008-05-11 17:32 By: facundobatista Comment: Pretty much it can be reused, need to find out how to stop using gnome stuff, for win32. Regarding license, it's GPL, so I think it's fine. I'll wait further definitions here, to see if MELD is suitable or not (so I'm assigning this now to Andres). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148114&group_id=170274&group_project_id=56282 |
From: <and...@us...> - 2008-06-18 02:57:45
|
Revision: 1319 http://w3af.svn.sourceforge.net/w3af/?rev=1319&view=rev Author: andresriancho Date: 2008-06-17 19:57:43 -0700 (Tue, 17 Jun 2008) Log Message: ----------- Getting better... still having some problems with the sendToBrowser method... Modified Paths: -------------- trunk/core/ui/gtkUi/localproxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-18 02:43:21
|
Revision: 1318 http://w3af.svn.sourceforge.net/w3af/?rev=1318&view=rev Author: andresriancho Date: 2008-06-17 19:43:20 -0700 (Tue, 17 Jun 2008) Log Message: ----------- Small changes here and there to make the localproxy work as expected. The code ain't ready yet, but I think that I'll be able to deliver in some days. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/core/data/url/xUrllib.py trunk/core/ui/gtkUi/localproxy.py trunk/w3af.e3p trunk/w3af.e3t This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-18 02:04:25
|
Revision: 1317 http://w3af.svn.sourceforge.net/w3af/?rev=1317&view=rev Author: andresriancho Date: 2008-06-17 19:04:23 -0700 (Tue, 17 Jun 2008) Log Message: ----------- Adding the localproxy class that will be used by Facundo to build the local proxy GTK tool. Added Paths: ----------- trunk/core/ui/gtkUi/localproxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-17 11:46:50
|
Revision: 1316 http://w3af.svn.sourceforge.net/w3af/?rev=1316&view=rev Author: andresriancho Date: 2008-06-17 04:46:48 -0700 (Tue, 17 Jun 2008) Log Message: ----------- Removing unused scripts. Removed Paths: ------------- trunk/scripts/script-detectPhishing.w3af trunk/scripts/trueBankingSites.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <uli...@us...> - 2008-06-17 04:24:31
|
Revision: 1315 http://w3af.svn.sourceforge.net/w3af/?rev=1315&view=rev Author: ulises2k Date: 2008-06-16 21:24:29 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Add w3af svn rev. 1314 Modified Paths: -------------- extras/windows_installer/w3af-setup.nsi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <uli...@us...> - 2008-06-17 04:21:48
|
Revision: 1314 http://w3af.svn.sourceforge.net/w3af/?rev=1314&view=rev Author: ulises2k Date: 2008-06-16 21:21:45 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Add directory w3af to %PATH% Added - w3af.bat - w3af-gui.bat Modified Paths: -------------- extras/windows_installer/w3af-setup.nsi Added Paths: ----------- extras/windows_installer/path_manipulation.nsh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-17 02:17:32
|
Revision: 1313 http://w3af.svn.sourceforge.net/w3af/?rev=1313&view=rev Author: andresriancho Date: 2008-06-16 19:17:30 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Added icons to the right click menu of URL tree. Modified Paths: -------------- trunk/core/ui/gtkUi/scanrun.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-06-17 02:03:32
|
Task #148224 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Resend request Complete: 100% Status: Closed 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-16 23:03 By: facundobatista Comment: Finished in r1312. ------------------------------------------------------- Date: 2008-06-08 21:16 By: facundobatista Comment: We're sending information to the compare... but still needing to send the title of the comparing panes. ------------------------------------------------------- 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 |
From: <fac...@us...> - 2008-06-17 01:59:14
|
Revision: 1312 http://w3af.svn.sourceforge.net/w3af/?rev=1312&view=rev Author: facundobatista Date: 2008-06-16 18:58:16 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Put the titles in the comparator. Modified Paths: -------------- trunk/core/ui/gtkUi/compare.py 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-06-16 23:58:47
|
Revision: 1311 http://w3af.svn.sourceforge.net/w3af/?rev=1311&view=rev Author: andresriancho Date: 2008-06-16 16:58:46 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Added a new menu item when right clicking on the URL tree. Modified Paths: -------------- trunk/core/data/db/persist.py trunk/core/ui/gtkUi/scanrun.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-06-16 23:28:49
|
Task #148511 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Results - URLs - Right button over tree entry Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: Results - URLs - Right button over tree entry: - A menu should pop-up; and the following options should be there: - Manually resend request - Send to request fuzzer Follow-Ups: ------------------------------------------------------- Date: 2008-06-16 20:28 By: facundobatista Comment: Done in r1310. ------------------------------------------------------- Date: 2008-06-05 21:12 By: facundobatista Comment: GET http://localhost-XXX/path HTTP/1.0 Host: localhost-XXX User-Agent: w3af.sf.net ------------------------------------------------------- Date: 2008-05-23 17:54 By: andresriancho Comment: In this case, just use the URL. For the cases of the button in the reqResWidget, all the request with its postdata should be sent. ------------------------------------------------------- Date: 2008-05-23 16:57 By: facundobatista Comment: Ok. That is achievable. What about headers and post information? Or you just want the URL in the opened window? ------------------------------------------------------- Date: 2008-05-23 09:19 By: andresriancho Comment: No, I was talking about the URLs tab inside the result tab. The Informations/Vulns/etc that are stored in the KB browser can be re-sent using the buttons that will appear in the reqResViewer. The right click is over something that says "f00.php", or "/path/" or "?a=3". When the user clicks on resend/send to fuzzer, the gtkUi should recreate the whole URL navigating the tree backwards, and then send that to the corresponding tool. ------------------------------------------------------- Date: 2008-05-22 23:41 By: facundobatista Comment: Over any tree entry, or just those which actually *have* a http request to handle? (I mean, for those that the http request is being shown in the right part). Also, I understand you're talking about the KB Browser tab of Results... tell me if I'm wrong. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148511&group_id=170274&group_project_id=56282 |
From: <fac...@us...> - 2008-06-16 23:28:28
|
Revision: 1310 http://w3af.svn.sourceforge.net/w3af/?rev=1310&view=rev Author: facundobatista Date: 2008-06-16 16:28:15 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Added right button to send the found URLs to manual and fuzzy request edits. Modified Paths: -------------- trunk/core/ui/gtkUi/scanrun.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-16 18:48:54
|
Revision: 1309 http://w3af.svn.sourceforge.net/w3af/?rev=1309&view=rev Author: andresriancho Date: 2008-06-16 11:48:53 -0700 (Mon, 16 Jun 2008) Log Message: ----------- More bug fixing for the new persistance method. Modified Paths: -------------- trunk/core/data/db/persist.py trunk/core/ui/gtkUi/scanrun.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-16 18:29:41
|
Revision: 1308 http://w3af.svn.sourceforge.net/w3af/?rev=1308&view=rev Author: andresriancho Date: 2008-06-16 11:29:39 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Fixing more bugs that I found during a more detailed testing of the new sqlite3 object persistence feature. Modified Paths: -------------- trunk/core/data/db/persist.py trunk/core/data/db/reqResDBHandler.py trunk/plugins/output/gtkOutput.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lb...@us...> - 2008-06-16 18:19:54
|
Revision: 1307 http://w3af.svn.sourceforge.net/w3af/?rev=1307&view=rev Author: lbello Date: 2008-06-16 11:19:42 -0700 (Mon, 16 Jun 2008) Log Message: ----------- debian package initial release Modified Paths: -------------- extras/debian/mk_debian_directory.sh Added Paths: ----------- extras/debian/dependencyCheck.py extras/debian/trunk/ extras/debian/trunk/debian/ extras/debian/trunk/debian/changelog extras/debian/trunk/debian/compat extras/debian/trunk/debian/control extras/debian/trunk/debian/copyright extras/debian/trunk/debian/desktop extras/debian/trunk/debian/dirs extras/debian/trunk/debian/menu extras/debian/trunk/debian/rules extras/debian/trunk/debian/w3af.sh extras/debian/trunk/debian/w3af.xpm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-06-16 16:12:31
|
Task #145410 has been updated. Project: w3af Subproject: TODO v1.00 Summary: spiderMan SSL support Complete: 100% Status: Closed Authority : andresriancho Assigned to: aberezh Description: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/442473 Follow-Ups: ------------------------------------------------------- Date: 2008-06-16 13:12 By: andresriancho Comment: Sasha did it! One more time his excellent work helped improve w3af *a lot*. ------------------------------------------------------- Date: 2008-01-11 06:25 By: andresriancho Comment: Create a certificate that doesn't expire. The cert I'm using now expires in 2009. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145410&group_id=170274&group_project_id=48542 |
From: <and...@us...> - 2008-06-16 16:05:59
|
Revision: 1306 http://w3af.svn.sourceforge.net/w3af/?rev=1306&view=rev Author: andresriancho Date: 2008-06-16 09:05:35 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Fixing bug #1995276 where I removed an item from a list, when the item didn't existed. Modified Paths: -------------- trunk/core/data/db/persist.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-16 15:45:56
|
Revision: 1305 http://w3af.svn.sourceforge.net/w3af/?rev=1305&view=rev Author: andresriancho Date: 2008-06-16 08:45:42 -0700 (Mon, 16 Jun 2008) Log Message: ----------- Bye bye buzhug. I replaced you with a less pythonic but faster database: sqlite3. Removed Paths: ------------- trunk/extlib/buzhug/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |