w3af-svn-notify Mailing List for w3af (Page 234)
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-07 14:36:18
|
Task #149076 has been updated. Project: w3af Subproject: gtkUi - Phase 4 Summary: hex view for request/response viewer Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: hex view for request/response viewer ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=149076&group_id=170274&group_project_id=55676 |
From: <and...@us...> - 2008-06-07 14:32:50
|
Revision: 1268 http://w3af.svn.sourceforge.net/w3af/?rev=1268&view=rev Author: andresriancho Date: 2008-06-07 07:32:48 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Changing properties so pyc and pyo are ignored by svn. Property Changed: ---------------- trunk/core/ui/gtkUi/comparator/ trunk/core/ui/gtkUi/comparator/pixmaps/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-07 14:31:34
|
Revision: 1267 http://w3af.svn.sourceforge.net/w3af/?rev=1267&view=rev Author: andresriancho Date: 2008-06-07 07:31:32 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Fixed a bug that Facundo reported to me in the fuzzy window. The cluster and clear buttons are now grayed when needed. 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-06-07 14:21:10
|
Revision: 1266 http://w3af.svn.sourceforge.net/w3af/?rev=1266&view=rev Author: andresriancho Date: 2008-06-07 07:21:07 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Changed minimal things. 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: SourceForge.net <no...@so...> - 2008-06-07 13:41:07
|
Task #148224 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Resend request Complete: 80% 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-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: <and...@us...> - 2008-06-07 13:19:11
|
Revision: 1265 http://w3af.svn.sourceforge.net/w3af/?rev=1265&view=rev Author: andresriancho Date: 2008-06-07 06:19:04 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Fixed small bug in the crafted request request sending that was reported to the mailing list by Adam. 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: <fac...@us...> - 2008-06-07 13:07:13
|
Revision: 1264 http://w3af.svn.sourceforge.net/w3af/?rev=1264&view=rev Author: facundobatista Date: 2008-06-07 06:07:08 -0700 (Sat, 07 Jun 2008) Log Message: ----------- Added functionality to the SendToManual and SendToFuzzy buttons. Also adjusted a little the ManualRequest layout. Modified Paths: -------------- trunk/core/ui/gtkUi/craftedRequests.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-07 01:12:53
|
Revision: 1263 http://w3af.svn.sourceforge.net/w3af/?rev=1263&view=rev Author: andresriancho Date: 2008-06-06 18:12:52 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Fixed a bug! Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-07 00:42:42
|
Revision: 1262 http://w3af.svn.sourceforge.net/w3af/?rev=1262&view=rev Author: andresriancho Date: 2008-06-06 17:42:32 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Setting options for socket so it is reusable. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-07 00:01:26
|
Revision: 1261 http://w3af.svn.sourceforge.net/w3af/?rev=1261&view=rev Author: andresriancho Date: 2008-06-06 17:01:16 -0700 (Fri, 06 Jun 2008) Log Message: ----------- More general handler. I got rid of the "do_XXX" thing. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-06 23:48:58
|
Revision: 1260 http://w3af.svn.sourceforge.net/w3af/?rev=1260&view=rev Author: andresriancho Date: 2008-06-06 16:48:56 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Added threads to the proxy daemon, it now works 100% faster! Added some nicer debugging errors to the factory. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/core/controllers/misc/factory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-06 23:01:36
|
Revision: 1259 http://w3af.svn.sourceforge.net/w3af/?rev=1259&view=rev Author: facundobatista Date: 2008-06-06 16:01:35 -0700 (Fri, 06 Jun 2008) Log Message: ----------- Added buttons to RequestResponse viewer, but still with no real functionality. Also started using relative imports everywhere... they're more clear to use than absolute ones, because of deep path. Modified Paths: -------------- trunk/core/ui/gtkUi/clusterView.py trunk/core/ui/gtkUi/confpanel.py trunk/core/ui/gtkUi/craftedRequests.py trunk/core/ui/gtkUi/encdec.py trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/exploittab.py trunk/core/ui/gtkUi/httpLogTab.py trunk/core/ui/gtkUi/kbtree.py trunk/core/ui/gtkUi/logtab.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/messages.py trunk/core/ui/gtkUi/mozillaTab.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.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-06 22:59:55
|
Task #148224 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Resend request Complete: 40% 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-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: <and...@us...> - 2008-06-06 14:36:36
|
Revision: 1258 http://w3af.svn.sourceforge.net/w3af/?rev=1258&view=rev Author: andresriancho Date: 2008-06-06 07:36:19 -0700 (Fri, 06 Jun 2008) Log Message: ----------- New error page signature. Modified Paths: -------------- trunk/plugins/grep/errorPages.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-06 00:12:29
|
Task #148511 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: Results - URLs - Right button over tree entry Complete: 5% 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 Follow-Ups: ------------------------------------------------------- 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-05 03:16:36
|
Revision: 1257 http://w3af.svn.sourceforge.net/w3af/?rev=1257&view=rev Author: facundobatista Date: 2008-06-04 20:16:34 -0700 (Wed, 04 Jun 2008) Log Message: ----------- Enhanced the window. Now it shows non-printable chars with their hexa values (and supports them as input). Also fixed the height of middle separation, and put a button to execute the encoding/decoding. Modified Paths: -------------- trunk/core/ui/gtkUi/encdec.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-05 01:17:28
|
Revision: 1256 http://w3af.svn.sourceforge.net/w3af/?rev=1256&view=rev Author: andresriancho Date: 2008-06-04 18:17:22 -0700 (Wed, 04 Jun 2008) Log Message: ----------- Fixing bug in phpEggs logic that performed a lot of unnecesary requests; it was bug #1984610. Modified Paths: -------------- trunk/plugins/discovery/phpEggs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-06-04 16:17:13
|
Revision: 1255 http://w3af.svn.sourceforge.net/w3af/?rev=1255&view=rev Author: andresriancho Date: 2008-06-04 09:16:17 -0700 (Wed, 04 Jun 2008) Log Message: ----------- Signatures are now compared with re.IGNORECASE. 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-06-04 15:58:12
|
Revision: 1254 http://w3af.svn.sourceforge.net/w3af/?rev=1254&view=rev Author: andresriancho Date: 2008-06-04 08:58:06 -0700 (Wed, 04 Jun 2008) Log Message: ----------- Added comment to phpEggs that explains a bug in the plugin. Modified Paths: -------------- trunk/plugins/discovery/phpEggs.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fac...@us...> - 2008-06-03 23:43:27
|
Revision: 1253 http://w3af.svn.sourceforge.net/w3af/?rev=1253&view=rev Author: facundobatista Date: 2008-06-03 16:43:22 -0700 (Tue, 03 Jun 2008) Log Message: ----------- Added the comparator, still not integrated with w3af. Added Paths: ----------- trunk/core/ui/gtkUi/comparator/ trunk/core/ui/gtkUi/comparator/comparator.py trunk/core/ui/gtkUi/comparator/diffutil.py trunk/core/ui/gtkUi/comparator/example1.txt trunk/core/ui/gtkUi/comparator/example2.txt trunk/core/ui/gtkUi/comparator/pixmaps/ trunk/core/ui/gtkUi/comparator/pixmaps/button_apply0.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_apply1.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_copy0.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_copy1.xpm trunk/core/ui/gtkUi/comparator/pixmaps/button_delete.xpm trunk/core/ui/gtkUi/comparator/readme.txt trunk/core/ui/gtkUi/comparator/test.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-03 22:43:25
|
Task #148674 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: encode decode window Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista Description: Sorry for adding more things to a window that was already finished, but I found some other encodings that we should provide to the users. Please download wfuzz from http://www.edge-security.com/wfuzz.php and see the file encoders.py . Some of them are already implemented, but some aren't. Follow-Ups: ------------------------------------------------------- Date: 2008-06-03 19:43 By: facundobatista Comment: Done in r1252. ------------------------------------------------------- Date: 2008-06-01 23:30 By: andresriancho Comment: I'm feeling free to reopen this task ;) Please do it with a combo-box. Thanks! ------------------------------------------------------- Date: 2008-05-31 20:02 By: facundobatista Comment: A note regarding the UTF-8 Encoding... the paper has UTF-8 wrong. For example, it claims that "%C1%81" is the character "A", but that is not valid UTF-8 (see, for example, the RFC 3629 (http://tools.ietf.org/html/rfc3629) that claims that in a UTF-8 the octet values C0, C1, F5 to FF never appear). ------------------------------------------------------- Date: 2008-05-31 20:00 By: facundobatista Comment: Done! Feel free to reopen this task if you want to transform all the buttons in a combobox (right now is pretty ugly). ------------------------------------------------------- Date: 2008-05-22 16:37 By: andresriancho Comment: Two more (encoder only): - encoder_mysqlchar - encoder_mssqlchar These two encoders are useful for SQL injections, and return the encoded string surrounded by a CHAR() function: MYSQL ===== def encode(self,string): new="CHAR(" for x in string: val=str(ord(x)) new+=str(val)+"," new=new.strip(",") new+=")" return new MSSQL ===== def encode(self,string): new="" for x in string: val=str(ord(x)) new+="CHAR("+str(val)+")+" new=new.strip("+") return new ------------------------------------------------------- Date: 2008-05-22 16:29 By: andresriancho Comment: The encoders to add are: - Double urlencode (apply urlencode twice) [must have decode] - Random upper (change random chars of the string to upper case) - Random lower (change random chars of the string to lower case) - Hex Encoding as specified in the pdf linked here [0] [must have decode] - Double Percent Hex Encoding as specified in the pdf linked here [0] - Double Nibble Hex Encoding as specified in the pdf linked here [0] - First Nibble Hex Encoding as specified in the pdf linked here [0] - Second Nibble Hex Encoding as specified in the pdf linked here [0] - UTF-8 Encoding as specified in the pdf linked here [0] - UTF-8 Bare Byte Encoding as specified in the pdf linked here [0] - Microsoft %U Encoding as specified in the pdf linked here [0] A lot of these encoders are already coded in the wfuzz project that I specified before. [0] docs.idsresearch.org/http_ids_evasions.pdf ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148674&group_id=170274&group_project_id=56282 |
From: SourceForge.net <no...@so...> - 2008-06-03 22:43:12
|
Task #148674 has been updated. Project: w3af Subproject: gtkUi - OWASP SoC 2008 Summary: encode decode window Complete: 100% Status: Open Authority : andresriancho Assigned to: facundobatista Description: Sorry for adding more things to a window that was already finished, but I found some other encodings that we should provide to the users. Please download wfuzz from http://www.edge-security.com/wfuzz.php and see the file encoders.py . Some of them are already implemented, but some aren't. Follow-Ups: ------------------------------------------------------- Date: 2008-06-03 19:43 By: facundobatista Comment: Done in r1252. ------------------------------------------------------- Date: 2008-06-01 23:30 By: andresriancho Comment: I'm feeling free to reopen this task ;) Please do it with a combo-box. Thanks! ------------------------------------------------------- Date: 2008-05-31 20:02 By: facundobatista Comment: A note regarding the UTF-8 Encoding... the paper has UTF-8 wrong. For example, it claims that "%C1%81" is the character "A", but that is not valid UTF-8 (see, for example, the RFC 3629 (http://tools.ietf.org/html/rfc3629) that claims that in a UTF-8 the octet values C0, C1, F5 to FF never appear). ------------------------------------------------------- Date: 2008-05-31 20:00 By: facundobatista Comment: Done! Feel free to reopen this task if you want to transform all the buttons in a combobox (right now is pretty ugly). ------------------------------------------------------- Date: 2008-05-22 16:37 By: andresriancho Comment: Two more (encoder only): - encoder_mysqlchar - encoder_mssqlchar These two encoders are useful for SQL injections, and return the encoded string surrounded by a CHAR() function: MYSQL ===== def encode(self,string): new="CHAR(" for x in string: val=str(ord(x)) new+=str(val)+"," new=new.strip(",") new+=")" return new MSSQL ===== def encode(self,string): new="" for x in string: val=str(ord(x)) new+="CHAR("+str(val)+")+" new=new.strip("+") return new ------------------------------------------------------- Date: 2008-05-22 16:29 By: andresriancho Comment: The encoders to add are: - Double urlencode (apply urlencode twice) [must have decode] - Random upper (change random chars of the string to upper case) - Random lower (change random chars of the string to lower case) - Hex Encoding as specified in the pdf linked here [0] [must have decode] - Double Percent Hex Encoding as specified in the pdf linked here [0] - Double Nibble Hex Encoding as specified in the pdf linked here [0] - First Nibble Hex Encoding as specified in the pdf linked here [0] - Second Nibble Hex Encoding as specified in the pdf linked here [0] - UTF-8 Encoding as specified in the pdf linked here [0] - UTF-8 Bare Byte Encoding as specified in the pdf linked here [0] - Microsoft %U Encoding as specified in the pdf linked here [0] A lot of these encoders are already coded in the wfuzz project that I specified before. [0] docs.idsresearch.org/http_ids_evasions.pdf ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=148674&group_id=170274&group_project_id=56282 |
From: <fac...@us...> - 2008-06-03 22:42:40
|
Revision: 1252 http://w3af.svn.sourceforge.net/w3af/?rev=1252&view=rev Author: facundobatista Date: 2008-06-03 15:42:38 -0700 (Tue, 03 Jun 2008) Log Message: ----------- Replaced the options for a combobox. Modified Paths: -------------- trunk/core/ui/gtkUi/encdec.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-06-03 15:23:02
|
Revision: 1251 http://w3af.svn.sourceforge.net/w3af/?rev=1251&view=rev Author: aberezh Date: 2008-06-03 08:22:49 -0700 (Tue, 03 Jun 2008) Log Message: ----------- Proxy: Small refactoring and documentation. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/plugins/discovery/spiderMan.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ab...@us...> - 2008-06-03 10:54:20
|
Revision: 1250 http://w3af.svn.sourceforge.net/w3af/?rev=1250&view=rev Author: aberezh Date: 2008-06-03 03:54:12 -0700 (Tue, 03 Jun 2008) Log Message: ----------- proxy: a dirty hack to make it work and intercept requests without much home-bred request parsing. Will need to document it thoroughly. Modified Paths: -------------- trunk/core/controllers/daemons/proxy.py trunk/plugins/discovery/spiderMan.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |