w3af-svn-notify Mailing List for w3af (Page 261)
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: <and...@us...> - 2008-03-26 19:17:14
|
Revision: 868 http://w3af.svn.sourceforge.net/w3af/?rev=868&view=rev Author: andresriancho Date: 2008-03-26 12:16:11 -0700 (Wed, 26 Mar 2008) Log Message: ----------- dliz fixed bug #1925727. Modified Paths: -------------- trunk/plugins/grep/ssn.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-03-26 19:11:13
|
Revision: 867 http://w3af.svn.sourceforge.net/w3af/?rev=867&view=rev Author: andresriancho Date: 2008-03-26 12:10:30 -0700 (Wed, 26 Mar 2008) Log Message: ----------- Storing request/response time in buzhug database. Also, showing it in the search result in httpLogTab. Modified Paths: -------------- trunk/core/ui/gtkUi/httpLogTab.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: SourceForge.net <no...@so...> - 2008-03-26 19:09:11
|
Task #147294 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: httpLogTab show request/response time Complete: 65% Status: Open Authority : andresriancho Assigned to: andresriancho Description: httpLogTab show request/response time in search result and in the request itself. Follow-Ups: ------------------------------------------------------- Date: 2008-03-26 16:09 By: andresriancho Comment: The search result shows the time, now I have to show it also in the response itself. Moving to phase 3. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147294&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-03-26 19:03:17
|
Task #145409 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Implement a status bar Complete: 0% Status: Open Authority : facundobatista Assigned to: facundobatista Description: It should exist a status bar which gives feedback to the user during the program usage. Follow-Ups: ------------------------------------------------------- Date: 2008-03-26 16:03 By: facundobatista Comment: Relocated in phase 2 ------------------------------------------------------- Date: 2008-01-28 10:35 By: andresriancho Comment: This should go in the status bar: "Not valid! You must select a vulnerability as destination" ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145409&group_id=170274&group_project_id=55112 |
From: SourceForge.net <no...@so...> - 2008-03-26 19:02:45
|
Task #146171 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: exploit <plugin> ; exploit * ; exploit * stopOnFirst Complete: 0% Status: Open Authority : andresriancho Assigned to: facundobatista Description: What is implemented and works perfect: exploit <pluginName> <vuln-id> What must be implemented in the near future: exploit <pluginName> exploit * exploit * stopOnFirst The "exploit <pluginName>" case should be handled like this: - User right clicks over an attack plugin, and a menu pop-ups. The menu should have: "Exploit all vulnerabilities" - When clicked, you just call exploitPluginInstance.exploit() To know how to handle the * cases please see: core/ui/consoleUi/exploit.py def _exploitAll( self, stopOnFirst = True ): If you copy+paste this code without modifications please let me know, so I create a file with it inside the framework so any modifications to that code impact all user interfaces. The * cases should be handled like this in the GUI: - In the menu were the "save session" and "resume session" buttons are (THAT SHOULD BE REMOVED BECAUSE THEY HAVE BEEN DEPRECATED) you should add a button that says "Exploit All". - When the user clicks on it a pop-up window should appear that says: "Are you sure you want to exploit all vulnerabilities using all exploits?". The options for the user are: "Yes/No" and in the window it should also be a checkbox that says: "Stop on first successfully exploited vulnerability" that is On by default. Follow-Ups: ------------------------------------------------------- Date: 2008-03-26 16:02 By: facundobatista Comment: Relocated in phase 3. ------------------------------------------------------- Date: 2008-03-21 23:29 By: facundobatista Comment: Andres Riancho said: > I just defined a method in the attack plugins that will be useful > for the exploit tab. The method is named "getExploitableVulns" and > returns a list of vulnerability objects that *could* be exploited by > an attack plugin. Please note that I said *could*; to verify if the > plugin can really exploit the vulnerability you should use the > "canExploit" method. So, with this, we will able to exploit massively some vulns. The interface will be: - A button in the toolbar that says "Exploit all", for all-exploits to all-vulns. A pop-up will appear for you to select which exploits to use, and you'll have a "stop on first successfully exploited vuln" button, enabled by default. - Right button on any exploit will have a new option "Exploit all vulns". In any case, the selected vulns to test will be the ones that this new filter gives ------------------------------------------------------- Date: 2008-02-29 08:45 By: facundobatista Comment: Changing this to Andres: as we talk, he needs to make a small study to determine which use cases are more common and which are not normally executed, and then we should define the best interface to enable those use cases (then this task will come back to me). ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146171&group_id=170274&group_project_id=55113 |
From: SourceForge.net <no...@so...> - 2008-03-26 18:56:25
|
Task #146138 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Right click on vuln objects Complete: 100% Status: Closed 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-03-26 15:56 By: andresriancho Comment: Done in r866. ------------------------------------------------------- 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: <and...@us...> - 2008-03-26 18:56:14
|
Revision: 866 http://w3af.svn.sourceforge.net/w3af/?rev=866&view=rev Author: andresriancho Date: 2008-03-26 11:55:03 -0700 (Wed, 26 Mar 2008) Log Message: ----------- Done task # 146138. Modified Paths: -------------- trunk/core/ui/gtkUi/kbtree.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-03-26 18:30:43
|
Task #145512 has been updated. Project: w3af Subproject: gtkUi - Phase 3 Summary: http log tab - show sha1sum of the response Complete: 0% Status: Open Authority : andresriancho Assigned to: andresriancho Description: http log tab - show sha1sum of the response Follow-Ups: ------------------------------------------------------- Date: 2008-02-08 18:23 By: andresriancho Comment: And also perform a difflib and show the ratio. ------------------------------------------------------- Date: 2008-01-16 13:39 By: andresriancho Comment: This helps the user , he doesn't have to make a "diff" of the files to know if they are equal. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145512&group_id=170274&group_project_id=55113 |
From: <and...@us...> - 2008-03-26 18:14:36
|
Revision: 865 http://w3af.svn.sourceforge.net/w3af/?rev=865&view=rev Author: andresriancho Date: 2008-03-26 11:14:33 -0700 (Wed, 26 Mar 2008) Log Message: ----------- Profile stuff almost ready; this fixes bug 1924832. Modified Paths: -------------- trunk/core/controllers/w3afCore.py trunk/core/data/profile/profile.py trunk/core/ui/gtkUi/profiles.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: SourceForge.net <no...@so...> - 2008-03-26 04:02:46
|
Task #145075 has been updated. Project: w3af Subproject: Plugin TODO v1.10 Summary: audit.sslCertificate ; get more info Complete: 0% Status: Open Authority : andresriancho Assigned to: sharadgana Description: Get more info from the certificate and validate dates, domain name, etc. Follow-Ups: ------------------------------------------------------- Date: 2008-03-26 01:02 By: andresriancho Comment: Sharad, any progress with this task? Should I assign it to another contributor ? ------------------------------------------------------- Date: 2008-01-11 12:19 By: andresriancho Comment: Something like this should be shown: Server certificate -----BEGIN CERTIFICATE----- MIIC0zCCAjwCCQCtz8J102gJFzANBgkqhkiG9w0BAQUFADCBrTELMAkGA1UEBhMC R0IxEzARBgNVBAgTClNvbWUtU3RhdGUxFjAUBgNVBAcTDVNvbWUtTG9jYWxpdHkx GTAXBgNVBAoTEE9uZSBPcmdhbml6YXRpb24xHjAcBgNVBAsTFU9uZSBPcmdhbml6 YXRpb24gVW5pdDESMBAGA1UEAxMJbG9jYWxob3N0MSIwIAYJKoZIhvcNAQkBFhN3 ZWJtYXN0ZXJAbG9jYWxob3N0MB4XDTA2MTIxMTE2MDQyOVoXDTA3MDExMDE2MDQy OVowga0xCzAJBgNVBAYTAkdCMRMwEQYDVQQIEwpTb21lLVN0YXRlMRYwFAYDVQQH Ew1Tb21lLUxvY2FsaXR5MRkwFwYDVQQKExBPbmUgT3JnYW5pemF0aW9uMR4wHAYD VQQLExVPbmUgT3JnYW5pemF0aW9uIFVuaXQxEjAQBgNVBAMTCWxvY2FsaG9zdDEi MCAGCSqGSIb3DQEJARYTd2VibWFzdGVyQGxvY2FsaG9zdDCBnzANBgkqhkiG9w0B AQEFAAOBjQAwgYkCgYEA72qyH0+6Bqpx4FHfEkezqPHZuE212r8nDm8//udvYPoX yiswL7H3zb7M7ZftvcTKGwisSdcg6A+IoqO6zyvjorg9dAkFZ0B8RjeEavqB/BYG oax0Ql6E9TRK9jzvz28cbz3fFi20Njuau8O6OGCxNgEqJDvLFDBVj539lOR2jtEC AwEAATANBgkqhkiG9w0BAQUFAAOBgQA1qEjGcY+9jVz635zzvLevo+S7sLROPvIp uQUPHQPfQ2xx3BEb5slSRlgUARV4/cE0OEODPOL/8xvJeTyTLBilXw4pUBeOm9tz rCsJ1ljpCNf4I2/Ecm6uK446sYIv2E0946KiMz//3esRGi5iSiNr/Aw66VOg1wbx xMyx7wAbeg== -----END CERTIFICATE----- subject=/C=GB/ST=Some-State/L=Some-Locality/O=One Organization/OU=One Organization Unit/CN=localhost/emailAddress=webmaster@localhost issuer=/C=GB/ST=Some-State/L=Some-Locality/O=One Organization/OU=One Organization Unit/CN=localhost/emailAddress=webmaster@localhost --- No client certificate CA names sent --- Ciphers common between both SSL endpoints: RC4-MD5 EXP-RC4-MD5 RC2-CBC-MD5 EXP-RC2-CBC-MD5 DES-CBC-MD5 DES-CBC3-MD5 --- SSL handshake has read 860 bytes and written 236 bytes --- New, SSLv2, Cipher is DES-CBC3-MD5 Server public key is 1024 bit Compression: NONE Expansion: NONE SSL-Session: Protocol : SSLv2 Cipher : DES-CBC3-MD5 Session-ID: 63D445918D33F99FF8B4C241427DCE04 Session-ID-ctx: Master-Key: FEE6B631E93F3768DA1ADD5F29A0E2081F8E79B0B4668AA9 Key-Arg : 48B59B5390412D47 Start Time: 1200064709 Timeout : 300 (sec) Verify return code: 10 (certificate has expired) --- ------------------------------------------------------- Date: 2008-01-11 11:41 By: andresriancho Comment: This can be done with the openssl module! The plugin that should be modified is audit.sslCertificate. Also, only perfom *one* connection to the remote server, not one for every call. Show the gathered information only one time. Finally, check that the certificate is valid. Maybe openssl can do this ?! ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145075&group_id=170274&group_project_id=55629 |
From: SourceForge.net <no...@so...> - 2008-03-26 03:59:21
|
Task #147317 has been updated. Project: w3af Subproject: Package TODO Summary: debian package Complete: 0% Status: Open Authority : andresriancho Assigned to: nobody Description: debian package, talk with lbello. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465120 ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147317&group_id=170274&group_project_id=50604 |
From: SourceForge.net <no...@so...> - 2008-03-26 02:29:29
|
Task #145903 has been updated. Project: w3af Subproject: consoleUi Summary: more comments and license information Complete: 100% Status: Closed Authority : andresriancho Assigned to: aberezh Description: more comments and license information, please perform this task first, I don't want any file in the project without a GPL header. Follow-Ups: ------------------------------------------------------- Date: 2008-03-25 23:29 By: andresriancho Comment: 100% == Closed. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145903&group_id=170274&group_project_id=55343 |
From: SourceForge.net <no...@so...> - 2008-03-26 02:27:24
|
Task #145199 has been updated. Project: w3af Subproject: Package TODO Summary: document scapy installation on windows Complete: 0% Status: Deleted Authority : andresriancho Assigned to: nobody Description: http://trac.secdev.org/scapy/wiki/WindowsInstallationGuide Follow-Ups: ------------------------------------------------------- Date: 2008-03-25 23:27 By: andresriancho Comment: I won't use scapy anymore. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145199&group_id=170274&group_project_id=50604 |
From: SourceForge.net <no...@so...> - 2008-03-26 02:26:42
|
Task #146786 has been updated. Project: w3af Subproject: Package TODO Summary: screenshots on main site Complete: 100% Status: Closed Authority : andresriancho Assigned to: andresriancho Description: screenshots on main site, I should have A LOT of them. Follow-Ups: ------------------------------------------------------- Date: 2008-03-25 23:26 By: andresriancho Comment: Done! ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146786&group_id=170274&group_project_id=50604 |
From: SourceForge.net <no...@so...> - 2008-03-26 02:23:19
|
Task #147027 has been updated. Project: w3af Subproject: Plugin TODO v1.10 Summary: Deect django error pages Complete: 100% Status: Closed Authority : andresriancho Assigned to: andresriancho Description: http://www.futbolargentino.com.ar/historia/camp-ayp.html Follow-Ups: ------------------------------------------------------- Date: 2008-03-25 23:23 By: andresriancho Comment: Done in r864. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=147027&group_id=170274&group_project_id=55629 |
From: <and...@us...> - 2008-03-26 02:23:07
|
Revision: 864 http://w3af.svn.sourceforge.net/w3af/?rev=864&view=rev Author: andresriancho Date: 2008-03-25 19:23:03 -0700 (Tue, 25 Mar 2008) Log Message: ----------- Added signature to detect some django errors. 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-03-26 02:17:46
|
Task #146857 has been updated. Project: w3af Subproject: Plugin TODO v1.10 Summary: Detect source code leak Complete: 100% Status: Closed Authority : andresriancho Assigned to: andresriancho Description: Note that there is a grep plugin that already performs this task, I just should add the signatures: One === <%@ include file="/crm/crm_header_inc.jsp" %> Two === <jsp:include page="linksHB.jsp" flush="true"/> Follow-Ups: ------------------------------------------------------- Date: 2008-03-25 23:17 By: andresriancho Comment: Done in r863. ------------------------------------------------------- Date: 2008-03-18 22:15 By: andresriancho Comment: The plugin that detects source code leaks is grep.codeDisclosure ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146857&group_id=170274&group_project_id=55629 |
From: <and...@us...> - 2008-03-26 02:16:52
|
Revision: 863 http://w3af.svn.sourceforge.net/w3af/?rev=863&view=rev Author: andresriancho Date: 2008-03-25 19:16:51 -0700 (Tue, 25 Mar 2008) Log Message: ----------- Added a code disclosure signature. Modified Paths: -------------- trunk/plugins/grep/codeDisclosure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2008-03-26 02:05:29
|
Revision: 862 http://w3af.svn.sourceforge.net/w3af/?rev=862&view=rev Author: andresriancho Date: 2008-03-25 19:05:17 -0700 (Tue, 25 Mar 2008) Log Message: ----------- Fixed bug #1921520. Modified Paths: -------------- trunk/core/ui/consoleUi/consoleUi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-03-26 01:10:47
|
Task #146681 has been updated. Project: w3af Subproject: Plugin TODO v1.10 Summary: grep.SSN (social security number) Complete: 100% Status: Closed Authority : andresriancho Assigned to: dliz 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. Follow-Ups: ------------------------------------------------------- Date: 2008-03-25 22:10 By: andresriancho Comment: dliz implemented the grep.ssn plugin. The plugin reports if one SSN is printed on a page. The code was commited in revision 861. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146681&group_id=170274&group_project_id=55629 |
From: <and...@us...> - 2008-03-26 01:09:39
|
Revision: 861 http://w3af.svn.sourceforge.net/w3af/?rev=861&view=rev Author: andresriancho Date: 2008-03-25 18:09:36 -0700 (Tue, 25 Mar 2008) Log Message: ----------- SSN grep plugin, with test script and html. Thanks to dliz ! Modified Paths: -------------- trunk/w3af.e3p trunk/w3af.e3t Added Paths: ----------- trunk/extras/testEnv/webroot/ssn/ trunk/extras/testEnv/webroot/ssn/ssn.html trunk/plugins/grep/ssn.py trunk/scripts/script-grep-ssn.w3af This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-03-25 02:24:17
|
Task #146771 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Profiles in scan configuration tab Complete: 95% Status: Open Authority : andresriancho Assigned to: andresriancho Description: They should be to the left of the plugin configuration. Profiles can be copied (not cloned) from the user interface. When starting a scan, the UI should notice a change in the profile and fire up a dialog to save the profile. This task depends on "Tabs refactoring" and in Andres creating the "Profile feature" in the core. Maybe this won't happend in a short time. Follow-Ups: ------------------------------------------------------- Date: 2008-03-24 23:24 By: facundobatista Comment: All is done except calling some core methods that still to be implemented: - Save the profile - Save the actual state in a new profile - Delete a profile Bug #1924832 is open regarding this. When that's closed, this task could be reassigned to me. ------------------------------------------------------- Date: 2008-03-22 05:19 By: facundobatista Comment: Closer.... ------------------------------------------------------- Date: 2008-03-22 03:27 By: facundobatista Comment: Major structural changes are done, now I need to deal with the profile actions. ------------------------------------------------------- Date: 2008-03-10 21:47 By: facundobatista Comment: As talked with Andres, you will not be able to change Profile if you didn't save it before. ------------------------------------------------------- Date: 2008-03-10 13:21 By: facundobatista Comment: Advanced a little. Lack of support from the core makes it impossible to continue. Andres, I'm assigning this to you, as we need to talk about this: or more support from the core is added, or profiles should be re-designed. ------------------------------------------------------- Date: 2008-03-02 14:20 By: andresriancho Comment: Loading of profiles based on ini files already work in the consoleUi. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=146771&group_id=170274&group_project_id=55112 |
From: <fac...@us...> - 2008-03-25 02:18:44
|
Revision: 860 http://w3af.svn.sourceforge.net/w3af/?rev=860&view=rev Author: facundobatista Date: 2008-03-24 19:18:42 -0700 (Mon, 24 Mar 2008) Log Message: ----------- Worked to the edge with profiles, and started the work in the remembering Entry for the target URL. Modified Paths: -------------- trunk/core/ui/gtkUi/entries.py trunk/core/ui/gtkUi/helpers.py trunk/core/ui/gtkUi/main.py trunk/core/ui/gtkUi/pluginconfig.py trunk/core/ui/gtkUi/profiles.py Added Paths: ----------- trunk/core/ui/gtkUi/history.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: SourceForge.net <no...@so...> - 2008-03-25 02:11:06
|
Task #145949 has been updated. Project: w3af Subproject: gtkUi - Phase 2 Summary: Check how we are encoding the messages, specially \n Complete: 100% Status: Closed Authority : andresriancho Assigned to: facundobatista 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. Follow-Ups: ------------------------------------------------------- Date: 2008-03-24 23:10 By: facundobatista Comment: repr() is gone, you shouldn't have this kind of issue any more... if still find it, just open a bug, because it's a different problem. Thanks! ------------------------------------------------------- Date: 2008-03-24 22:28 By: andresriancho Comment: This problem fixed when you removed the repr(), right ? If so, please close the task. ------------------------------------------------------- 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-03-25 01:29:03
|
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: facundobatista 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. Follow-Ups: ------------------------------------------------------- Date: 2008-03-24 22:28 By: andresriancho Comment: This problem fixed when you removed the repr(), right ? If so, please close the task. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=145949&group_id=170274&group_project_id=55112 |