w3af-svn-notify Mailing List for w3af (Page 280)
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-02-09 18:48:24
|
Revision: 656
http://w3af.svn.sourceforge.net/w3af/?rev=656&view=rev
Author: andresriancho
Date: 2008-02-09 10:48:20 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
Finished coding the target specification that allows remote operating system to be specified. Also modified some plugins to use that setting. Tested the changes with two script files.
Modified Paths:
--------------
trunk/core/controllers/targetSettings.py
trunk/plugins/audit/localFileInclude.py
trunk/plugins/audit/osCommanding.py
Added Paths:
-----------
trunk/scripts/script-osCommanding-BAD-targetOS.w3af
trunk/scripts/script-osCommanding-targetOS.w3af
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-09 18:46:39
|
Revision: 655
http://w3af.svn.sourceforge.net/w3af/?rev=655&view=rev
Author: andresriancho
Date: 2008-02-09 10:46:33 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
Fixed a bug in the identification of 404 error pages.
Modified Paths:
--------------
trunk/core/controllers/coreHelpers/fingerprint404Page.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-09 18:45:56
|
Revision: 654
http://w3af.svn.sourceforge.net/w3af/?rev=654&view=rev
Author: andresriancho
Date: 2008-02-09 10:45:54 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
Modified output plugins in order to handle some special cases that generate non-ascii strings.
Modified Paths:
--------------
trunk/plugins/discovery/pykto.py
trunk/plugins/output/gtkOutput.py
trunk/plugins/output/htmlFile.py
trunk/plugins/output/textFile.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-09 18:41:24
|
Revision: 653
http://w3af.svn.sourceforge.net/w3af/?rev=653&view=rev
Author: andresriancho
Date: 2008-02-09 10:41:22 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
Deprecated sessions and added a pause() method to w3afCore to be able to pause scans. When scans are paused, no info is saved to the disk or persisted in any way, if the user closes the w3af process, data is lost.
Modified Paths:
--------------
trunk/core/controllers/w3afCore.py
trunk/core/ui/consoleUi/consoleUi.py
trunk/plugins/output/console.py
Removed Paths:
-------------
trunk/core/controllers/sessionManager.py
trunk/core/ui/consoleUi/session.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-09 18:38:25
|
Revision: 652
http://w3af.svn.sourceforge.net/w3af/?rev=652&view=rev
Author: andresriancho
Date: 2008-02-09 10:38:22 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
Fixed a bug in some calls to isinstance, where I asked if it was a str; the correct way is to ask for basestring.
Modified Paths:
--------------
trunk/core/data/fuzzer/fuzzer.py
trunk/core/data/kb/knowledgeBase.py
trunk/core/data/request/fuzzableRequest.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-09 13:17:43
|
Revision: 651
http://w3af.svn.sourceforge.net/w3af/?rev=651&view=rev
Author: andresriancho
Date: 2008-02-09 05:17:38 -0800 (Sat, 09 Feb 2008)
Log Message:
-----------
Small comments added.
Modified Paths:
--------------
trunk/core/ui/gtkUi/scanrun.py
trunk/core/ui/gtkUi/scantab.py
trunk/w3af.e3p
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fac...@us...> - 2008-02-08 19:09:13
|
Revision: 650
http://w3af.svn.sourceforge.net/w3af/?rev=650&view=rev
Author: facundobatista
Date: 2008-02-08 11:09:09 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
The gtkOutput plugin can no longer be disabled. Finishes
task #145498.
Modified Paths:
--------------
trunk/core/ui/gtkUi/pluginconfig.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <fac...@us...> - 2008-02-08 18:48:23
|
Revision: 649
http://w3af.svn.sourceforge.net/w3af/?rev=649&view=rev
Author: facundobatista
Date: 2008-02-08 10:48:20 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Cleaned the conversion back to non-white-backgroud titles.
Modified Paths:
--------------
trunk/core/ui/gtkUi/pluginconfig.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-08 15:59:06
|
Revision: 648
http://w3af.svn.sourceforge.net/w3af/?rev=648&view=rev
Author: andresriancho
Date: 2008-02-08 07:58:36 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Added new cookie signature to collectCookies.py
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.
|
|
From: <fac...@us...> - 2008-02-08 15:04:28
|
Revision: 647
http://w3af.svn.sourceforge.net/w3af/?rev=647&view=rev
Author: facundobatista
Date: 2008-02-08 07:04:21 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Separated the KBTree to another file, which is used from
the scanrun and exploit parts. Finishes task 145845.
Modified Paths:
--------------
trunk/core/ui/gtkUi/exploittab.py
trunk/core/ui/gtkUi/scanrun.py
Added 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: <and...@us...> - 2008-02-08 11:36:31
|
Revision: 646
http://w3af.svn.sourceforge.net/w3af/?rev=646&view=rev
Author: andresriancho
Date: 2008-02-08 03:36:21 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Added hmap fingerprint for apache 2.2.6 on debian system.
Added Paths:
-----------
trunk/plugins/discovery/oHmap/known.servers/apache.2.2.6.debian
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-08 11:32:20
|
Revision: 645
http://w3af.svn.sourceforge.net/w3af/?rev=645&view=rev
Author: andresriancho
Date: 2008-02-08 03:32:16 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Added new hmap signature for apache 1.3.39 on unix.
Added Paths:
-----------
trunk/plugins/discovery/oHmap/known.servers/apache.1.3.39.unix
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-08 11:23:56
|
Revision: 644
http://w3af.svn.sourceforge.net/w3af/?rev=644&view=rev
Author: andresriancho
Date: 2008-02-08 03:23:52 -0800 (Fri, 08 Feb 2008)
Log Message:
-----------
Halberd now works without using signal.signal; which is a problem when running with pyGTK because the core doesn't run in the main thread. Also, slightly modified the way that pykto shows descriptions.
Modified Paths:
--------------
trunk/plugins/discovery/oHalberd/Halberd/crew.py
trunk/plugins/discovery/pykto.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-08 01:44:47
|
Revision: 643
http://w3af.svn.sourceforge.net/w3af/?rev=643&view=rev
Author: andresriancho
Date: 2008-02-07 17:44:14 -0800 (Thu, 07 Feb 2008)
Log Message:
-----------
Fixed some small bugs in the core and in errorPages. The core now properly shows what plugin found what fuzzable request.
Modified Paths:
--------------
trunk/core/controllers/targetSettings.py
trunk/core/controllers/w3afCore.py
trunk/plugins/grep/errorPages.py
trunk/scripts/script-genHmapFingerprint.w3af
Added Paths:
-----------
trunk/plugins/discovery/oHmap/known.servers/apache.1.3.33.win32
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <and...@us...> - 2008-02-06 19:33:17
|
Revision: 642
http://w3af.svn.sourceforge.net/w3af/?rev=642&view=rev
Author: andresriancho
Date: 2008-02-06 11:33:05 -0800 (Wed, 06 Feb 2008)
Log Message:
-----------
Setted property to ignore pyc files in coreHelpers directory.
Property Changed:
----------------
trunk/core/controllers/coreHelpers/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|