w3af-svn-notify Mailing List for w3af (Page 34)
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...> - 2012-10-05 01:13:46
|
Revision: 5825 http://w3af.svn.sourceforge.net/w3af/?rev=5825&view=rev Author: andresriancho Date: 2012-10-05 01:13:40 +0000 (Fri, 05 Oct 2012) Log Message: ----------- Cosmetic import reordering. Modified Paths: -------------- branches/threading2/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...> - 2012-09-22 18:41:11
|
Revision: 5824 http://w3af.svn.sourceforge.net/w3af/?rev=5824&view=rev Author: andresriancho Date: 2012-09-22 18:40:58 +0000 (Sat, 22 Sep 2012) Log Message: ----------- * Fixed those awful "from foo import *" imports that lead to bugs and hard to read code. * Changed name of the "help" class to avoid overriding the builtin Modified Paths: -------------- branches/threading2/core/ui/consoleUi/config.py branches/threading2/core/ui/consoleUi/consoleUi.py branches/threading2/core/ui/consoleUi/help.py branches/threading2/core/ui/consoleUi/history.py branches/threading2/core/ui/consoleUi/kbMenu.py branches/threading2/core/ui/consoleUi/menu.py branches/threading2/core/ui/consoleUi/plugins.py branches/threading2/core/ui/consoleUi/profiles.py branches/threading2/core/ui/consoleUi/progress_bar.py branches/threading2/core/ui/consoleUi/rootMenu.py branches/threading2/core/ui/consoleUi/session.py branches/threading2/core/ui/consoleUi/tables.py branches/threading2/core/ui/consoleUi/util.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-22 18:32:18
|
Revision: 5823 http://w3af.svn.sourceforge.net/w3af/?rev=5823&view=rev Author: andresriancho Date: 2012-09-22 18:32:07 +0000 (Sat, 22 Sep 2012) Log Message: ----------- Moving more stuff to the Process module Modified Paths: -------------- branches/threading2/core/controllers/auto_update/auto_update.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-22 15:48:02
|
Revision: 5822 http://w3af.svn.sourceforge.net/w3af/?rev=5822&view=rev Author: andresriancho Date: 2012-09-22 15:47:50 +0000 (Sat, 22 Sep 2012) Log Message: ----------- Moving from Thread to Process to avoid issues with 'Thread' object has no attribute '_children' Modified Paths: -------------- branches/threading2/core/controllers/outputManager.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-22 15:29:14
|
Revision: 5821 http://w3af.svn.sourceforge.net/w3af/?rev=5821&view=rev Author: andresriancho Date: 2012-09-22 15:29:01 +0000 (Sat, 22 Sep 2012) Log Message: ----------- * Moved parsing responsability to the console and GTK ui, inner classes should never have to parse user input. * New feature: 'long strings' in the exploit console * Updated unittests to work with the new API for generic and specific user input * Import cleanup in some modules * Added feature to read files with spaces in core/data/kb/exec_shell.py Modified Paths: -------------- branches/threading2/core/data/kb/exec_shell.py branches/threading2/core/data/kb/read_shell.py branches/threading2/core/data/kb/shell.py branches/threading2/core/ui/consoleUi/callbackMenu.py branches/threading2/core/ui/consoleUi/exploit.py branches/threading2/core/ui/consoleUi/tests/test_exploit.py branches/threading2/core/ui/gtkUi/exploittab.py branches/threading2/plugins/attack/rfi_proxy.py branches/threading2/plugins/attack/sqlmap.py branches/threading2/plugins/attack/xpath.py branches/threading2/plugins/tests/attack/test_os_commanding.py branches/threading2/plugins/tests/attack/test_rfi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-22 15:24:47
|
Revision: 5820 http://w3af.svn.sourceforge.net/w3af/?rev=5820&view=rev Author: andresriancho Date: 2012-09-22 15:24:35 +0000 (Sat, 22 Sep 2012) Log Message: ----------- * Simplified input parsing by using a simpler shlex API * Added doctest to verify what I wanted to do * New feature: "long strings" separated by 'quotes or single quotes.' Modified Paths: -------------- branches/threading2/core/ui/consoleUi/consoleUi.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-21 01:09:35
|
Revision: 5819 http://w3af.svn.sourceforge.net/w3af/?rev=5819&view=rev Author: andresriancho Date: 2012-09-21 01:09:30 +0000 (Fri, 21 Sep 2012) Log Message: ----------- Adding disclaimer, still need to add it to the console/GUI startup. Added Paths: ----------- branches/threading2/core/data/constants/disclaimer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-21 01:00:58
|
Revision: 5818 http://w3af.svn.sourceforge.net/w3af/?rev=5818&view=rev Author: andresriancho Date: 2012-09-21 01:00:52 +0000 (Fri, 21 Sep 2012) Log Message: ----------- Updating to latest name change Modified Paths: -------------- branches/threading2/plugins/infrastructure/server_header.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-21 00:58:48
|
Revision: 5817 http://w3af.svn.sourceforge.net/w3af/?rev=5817&view=rev Author: andresriancho Date: 2012-09-21 00:58:41 +0000 (Fri, 21 Sep 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/plugins/grep/error_500.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-19 21:50:15
|
Revision: 5816 http://w3af.svn.sourceforge.net/w3af/?rev=5816&view=rev Author: andresriancho Date: 2012-09-19 21:50:09 +0000 (Wed, 19 Sep 2012) Log Message: ----------- Removed debug print Modified Paths: -------------- branches/threading2/plugins/audit/csrf.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-19 21:36:01
|
Revision: 5815 http://w3af.svn.sourceforge.net/w3af/?rev=5815&view=rev Author: andresriancho Date: 2012-09-19 21:35:54 +0000 (Wed, 19 Sep 2012) Log Message: ----------- No insults :D Modified Paths: -------------- extras/testEnv/webroot/moth/w3af/grep/error_500/500.php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-17 23:21:42
|
Revision: 5814 http://w3af.svn.sourceforge.net/w3af/?rev=5814&view=rev Author: andresriancho Date: 2012-09-17 23:21:35 +0000 (Mon, 17 Sep 2012) Log Message: ----------- Renaming before adding "rainbow table" feature Modified Paths: -------------- branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af Added Paths: ----------- branches/threading2/plugins/grep/hash_analysis.py branches/threading2/plugins/tests/grep/test_hash_analysis.py Removed Paths: ------------- branches/threading2/plugins/grep/hash_find.py branches/threading2/plugins/tests/grep/test_hash_find.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-16 15:54:30
|
Revision: 5813 http://w3af.svn.sourceforge.net/w3af/?rev=5813&view=rev Author: andresriancho Date: 2012-09-16 15:54:24 +0000 (Sun, 16 Sep 2012) Log Message: ----------- Better error message for detecting what's really wrong Modified Paths: -------------- branches/threading2/core/controllers/misc/factory.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-16 15:53:20
|
Revision: 5812 http://w3af.svn.sourceforge.net/w3af/?rev=5812&view=rev Author: andresriancho Date: 2012-09-16 15:53:14 +0000 (Sun, 16 Sep 2012) Log Message: ----------- More changes related to the config.getData changes Modified Paths: -------------- branches/threading2/core/data/fuzzer/fuzzer.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-16 15:53:15
|
Revision: 5811 http://w3af.svn.sourceforge.net/w3af/?rev=5811&view=rev Author: andresriancho Date: 2012-09-16 15:53:09 +0000 (Sun, 16 Sep 2012) Log Message: ----------- Fixing typo Modified Paths: -------------- branches/threading2/plugins/grep/xss_protection_header.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-16 15:48:20
|
Revision: 5810 http://w3af.svn.sourceforge.net/w3af/?rev=5810&view=rev Author: andresriancho Date: 2012-09-16 15:48:14 +0000 (Sun, 16 Sep 2012) Log Message: ----------- More documentation on multiple headers bugs (see also a different bug in previous plugin) Modified Paths: -------------- branches/threading2/core/data/url/handlers/keepalive.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-16 15:45:52
|
Revision: 5809 http://w3af.svn.sourceforge.net/w3af/?rev=5809&view=rev Author: andresriancho Date: 2012-09-16 15:45:46 +0000 (Sun, 16 Sep 2012) Log Message: ----------- Documenting urllib2 bug that affects this plugin Modified Paths: -------------- branches/threading2/plugins/grep/analyze_cookies.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-16 15:44:03
|
Revision: 5808 http://w3af.svn.sourceforge.net/w3af/?rev=5808&view=rev Author: andresriancho Date: 2012-09-16 15:43:57 +0000 (Sun, 16 Sep 2012) Log Message: ----------- Fixing issue with qsize()/get_nowait Modified Paths: -------------- branches/threading2/core/controllers/core_helpers/consumers/crawl_infrastructure.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-15 15:35:20
|
Revision: 5807 http://w3af.svn.sourceforge.net/w3af/?rev=5807&view=rev Author: andresriancho Date: 2012-09-15 15:35:14 +0000 (Sat, 15 Sep 2012) Log Message: ----------- One more test, different flag order Modified Paths: -------------- branches/threading2/plugins/tests/grep/test_analyze_cookies.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-15 15:28:38
|
Revision: 5806 http://w3af.svn.sourceforge.net/w3af/?rev=5806&view=rev Author: andresriancho Date: 2012-09-15 15:28:32 +0000 (Sat, 15 Sep 2012) Log Message: ----------- Better unittest for analyze_cookies Modified Paths: -------------- branches/threading2/core/data/kb/info.py branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/tests/grep/test_analyze_cookies.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-15 14:33:52
|
Revision: 5805 http://w3af.svn.sourceforge.net/w3af/?rev=5805&view=rev Author: andresriancho Date: 2012-09-15 14:33:46 +0000 (Sat, 15 Sep 2012) Log Message: ----------- Renaming the collect_cookies.py plugin to analyze_cookies.py Modified Paths: -------------- branches/threading2/profiles/OWASP_TOP10.pw3af branches/threading2/profiles/fast_scan.pw3af branches/threading2/profiles/full_audit.pw3af branches/threading2/profiles/full_audit_spider_man.pw3af Added Paths: ----------- branches/threading2/plugins/grep/analyze_cookies.py branches/threading2/plugins/tests/grep/test_analyze_cookies.py Removed Paths: ------------- branches/threading2/plugins/grep/collect_cookies.py branches/threading2/plugins/tests/grep/test_collect_cookies.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-15 14:30:54
|
Revision: 5804 http://w3af.svn.sourceforge.net/w3af/?rev=5804&view=rev Author: andresriancho Date: 2012-09-15 14:30:48 +0000 (Sat, 15 Sep 2012) Log Message: ----------- Adding a couple of features to this plugin (which I'll rename to analyze_cookies): * httponly check * insecure cookie over https Also minor rewrites and pep-8 changes Modified Paths: -------------- branches/threading2/plugins/grep/collect_cookies.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-15 14:29:13
|
Revision: 5803 http://w3af.svn.sourceforge.net/w3af/?rev=5803&view=rev Author: andresriancho Date: 2012-09-15 14:29:07 +0000 (Sat, 15 Sep 2012) Log Message: ----------- Cosmetic Modified Paths: -------------- branches/threading2/core/data/request/fuzzable_request.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-14 21:52:26
|
Revision: 5802 http://w3af.svn.sourceforge.net/w3af/?rev=5802&view=rev Author: andresriancho Date: 2012-09-14 21:52:20 +0000 (Fri, 14 Sep 2012) Log Message: ----------- Final changes for openbsd Modified Paths: -------------- branches/threading2/core/controllers/dependency_check/dependency_check.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <and...@us...> - 2012-09-14 02:10:31
|
Revision: 5801 http://w3af.svn.sourceforge.net/w3af/?rev=5801&view=rev Author: andresriancho Date: 2012-09-14 02:10:20 +0000 (Fri, 14 Sep 2012) Log Message: ----------- Adding new grep plugin to verify the correct use of this header. Will add unittest later. Added Paths: ----------- branches/threading2/plugins/grep/xss_protection_header.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |