w3af-svn-notify Mailing List for w3af (Page 241)
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-05-15 20:30:28
|
Task #148511 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Results - URLs - Right button over tree entry Complete: 0% Status: Open 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 ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148511&group_id=170274&group_project_id=56282 |
From: <and...@us...> - 2008-05-15 20:26:59
|
Revision: 1159 http://w3af.svn.sourceforge.net/w3af/?rev=1159&view=rev Author: andresriancho Date: 2008-05-15 13:26:46 -0700 (Thu, 15 May 2008) Log Message: ----------- Fixed bug #1963947. 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: <ab...@us...> - 2008-05-15 19:57:37
|
Revision: 1158 http://w3af.svn.sourceforge.net/w3af/?rev=1158&view=rev Author: aberezh Date: 2008-05-15 12:18:05 -0700 (Thu, 15 May 2008) Log Message: ----------- consoleUi: Fixed #1964666 (assert and profiles error messages) Modified Paths: -------------- trunk/core/ui/consoleUi/menu.py trunk/core/ui/consoleUi/profiles.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-15 17:36:08
|
Revision: 1157 http://w3af.svn.sourceforge.net/w3af/?rev=1157&view=rev Author: andresriancho Date: 2008-05-15 10:35:50 -0700 (Thu, 15 May 2008) Log Message: ----------- Fixed bug #1964726. Modified Paths: -------------- trunk/core/data/url/xUrllib.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-05-15 16:25:16
|
Task #148112 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Reload a plugin after its edited from within the GUI Complete: 0% Status: Open Authority : facundobatista Assigned to: andresriancho Description: When a plugin is edited and is saved, the GUI should alert the Core for it to reload the plugin. Andres needs to implement something in the Core for this (like a "reloadPlugin(plugintype, pluginname)" function). Follow-Ups: ------------------------------------------------------- Date: 2008-05-15 13:24 By: andresriancho Comment: >>> import pepe >>> a = pepe.a() >>> a.b('1') 1 Here I added a c method to the class >>> reload(pepe) <module 'pepe' from 'pepe.py'> >>> a.b('1') 1 >>> a.c('1') Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: a instance has no attribute 'c' >>> a = reload(pepe)() Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'module' object is not callable >>> a = reload(pepe).a() >>> a.c('1') si! >>> Hmm... it seems that this is going to be a little harder that I thought... ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148112&group_id=170274&group_project_id=56282 |
From: <and...@us...> - 2008-05-15 14:36:30
|
Revision: 1156 http://w3af.svn.sourceforge.net/w3af/?rev=1156&view=rev Author: andresriancho Date: 2008-05-15 07:35:22 -0700 (Thu, 15 May 2008) Log Message: ----------- Handling mustStopException; fixing bug #1964622. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-14 17:59:16
|
Revision: 1155 http://w3af.svn.sourceforge.net/w3af/?rev=1155&view=rev Author: andresriancho Date: 2008-05-14 10:57:31 -0700 (Wed, 14 May 2008) Log Message: ----------- Nicer fix for bug with element tree in py2.4 Modified Paths: -------------- trunk/core/ui/consoleUi/help.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-05-14 17:42:16
|
Revision: 1154 http://w3af.svn.sourceforge.net/w3af/?rev=1154&view=rev Author: aberezh Date: 2008-05-14 10:42:13 -0700 (Wed, 14 May 2008) Log Message: ----------- Attempt to solve the problem with import of the ElemenTree on Python 2.4 Modified Paths: -------------- trunk/core/ui/consoleUi/help.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-05-14 14:58:30
|
Task #148465 has been updated. Project: w3af Subproject: TODO v1.00 Summary: Test w3af with securibench Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: http://suif.stanford.edu/~livshits/securibench/ ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148465&group_id=170274&group_project_id=48542 |
From: <ab...@us...> - 2008-05-14 14:55:21
|
Revision: 1153 http://w3af.svn.sourceforge.net/w3af/?rev=1153&view=rev Author: aberezh Date: 2008-05-14 07:54:10 -0700 (Wed, 14 May 2008) Log Message: ----------- consoleUi: small fix for the plugins menu: desc is automcompleted now. Modified Paths: -------------- trunk/core/ui/consoleUi/plugins.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-05-13 18:12:58
|
Revision: 1152 http://w3af.svn.sourceforge.net/w3af/?rev=1152&view=rev Author: aberezh Date: 2008-05-13 11:12:42 -0700 (Tue, 13 May 2008) Log Message: ----------- consoleUi: Fixed #1963231 (audit con<tab> doesn't autocomplete). Modified Paths: -------------- trunk/core/ui/consoleUi/plugins.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-05-13 18:06:23
|
Task #148429 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: ? signs in fuzzer window Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: I don't fully recall where/when, but we talked about removing the "?" signs in the fuzzer window and replacing them with something else. Follow-Ups: ------------------------------------------------------- Date: 2008-05-13 15:06 By: andresriancho Comment: Quoting myself from the mailing list: "I'm not fully sure... maybe a grayed zero ? I have tried to remember how other programs do it... but I don't recall any functionality like this one... hmmm. Does the grayed zero have any real difference in the look with the other text?" =) I think that it's just a matter of trying and seeing what looks better. ------------------------------------------------------- Date: 2008-05-13 13:48 By: facundobatista Comment: Define "something else". ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148429&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-05-13 18:00:41
|
Task #148433 has been updated. Project: w3af Subproject: Package TODO Summary: manpage Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: this is required by debian It should have: - the command line parameters - a reference to the users guide ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148433&group_id=170274&group_project_id=50604 |
From: SourceForge.net <no...@so...> - 2008-05-13 16:59:23
|
Task #148429 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: ? signs in fuzzer window Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: I don't fully recall where/when, but we talked about removing the "?" signs in the fuzzer window and replacing them with something else. Follow-Ups: ------------------------------------------------------- Date: 2008-05-13 13:48 By: facundobatista Comment: Define "something else". ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148429&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-05-13 16:23:15
|
Task #148224 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Resend request Complete: 5% Status: Open Authority : andresriancho Assigned to: facundobatista Description: When showing a req/res of a vuln in the results tab, also show a button that says "Send to request editor" that opens a "Manual request editor" with the request head and body filled with the request that triggers the vulnerability. Also and when the request fuzzer is ready, add a button that says "Send to request fuzzer" that does the same but with the request fuzzer. This easy buttons "merge" these three parts of the software that were separated before =) Follow-Ups: ------------------------------------------------------- Date: 2008-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: SourceForge.net <no...@so...> - 2008-05-13 16:20:00
|
Task #148431 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Manual request and fuzzer window icons Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The manual request and fuzzer windows should have window icons. For now, we cna just keep the same icon that the w3af main window has. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148431&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-05-13 16:18:13
|
Task #148224 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Resend request Complete: 5% Status: Open Authority : andresriancho Assigned to: facundobatista Description: When showing a req/res of a vuln in the results tab, also show a button that says "Send to request editor" that opens a "Manual request editor" with the request head and body filled with the request that triggers the vulnerability. Also and when the request fuzzer is ready, add a button that says "Send to request fuzzer" that does the same but with the request fuzzer. This easy buttons "merge" these three parts of the software that were separated before =) Follow-Ups: ------------------------------------------------------- Date: 2008-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: SourceForge.net <no...@so...> - 2008-05-13 16:14:43
|
Task #148430 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: fuzzer analysis Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: When the user enters the preview mode for requests generated in the fuzzer, there is no indication of how many were generated. The only please where the generated number is shown is in the main fuzzer window screen. It should be shown in the preview somewhere. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148430&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-05-13 16:11:38
|
Task #148429 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: ? signs in fuzzer window Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: I don't fully recall where/when, but we talked about removing the "?" signs in the fuzzer window and replacing them with something else. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148429&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-05-13 16:09:48
|
Task #148428 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Detailed sintax help Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: The request fuzzer needs a much more detailed sintax help. Also, you should add examples to the help. Please use all the available space inside that notepad tab and also use xml markup to make the help look nicer. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148428&group_id=170274&group_project_id=56282 |
From: <and...@us...> - 2008-05-13 14:24:52
|
Revision: 1151 http://w3af.svn.sourceforge.net/w3af/?rev=1151&view=rev Author: andresriancho Date: 2008-05-13 07:24:43 -0700 (Tue, 13 May 2008) Log Message: ----------- Added FIXME messages to myself. Modified Paths: -------------- trunk/plugins/audit/mxInjection.py trunk/plugins/bruteforce/formAuthBrute.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-13 14:23:55
|
Revision: 1150 http://w3af.svn.sourceforge.net/w3af/?rev=1150&view=rev Author: andresriancho Date: 2008-05-13 07:23:42 -0700 (Tue, 13 May 2008) Log Message: ----------- Fixed bug #1962466. Modified Paths: -------------- trunk/plugins/grep/privateIP.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-13 14:23:15
|
Revision: 1149 http://w3af.svn.sourceforge.net/w3af/?rev=1149&view=rev Author: andresriancho Date: 2008-05-13 07:23:08 -0700 (Tue, 13 May 2008) Log Message: ----------- Fixing bug #1962541. Modified Paths: -------------- trunk/core/data/url/xUrllib.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-13 14:22:24
|
Revision: 1148 http://w3af.svn.sourceforge.net/w3af/?rev=1148&view=rev Author: andresriancho Date: 2008-05-13 07:22:17 -0700 (Tue, 13 May 2008) Log Message: ----------- Nicer message when reporting bug. Modified Paths: -------------- trunk/plugins/grep/directoryIndexing.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-05-13 14:20:30
|
Revision: 1147 http://w3af.svn.sourceforge.net/w3af/?rev=1147&view=rev Author: andresriancho Date: 2008-05-13 07:20:17 -0700 (Tue, 13 May 2008) Log Message: ----------- Fixed bug in collect cookies. Modified Paths: -------------- trunk/plugins/grep/collectCookies.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |