From 156fdd96ef2bde475e69f647a0f7ca12facbe11d Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 3 Mar 2010 15:26:27 +0000 Subject: [PATCH] Updated copyright --- extra/__init__.py | 2 +- extra/cloak/__init__.py | 2 +- lib/__init__.py | 2 +- lib/contrib/__init__.py | 2 +- lib/controller/__init__.py | 2 +- lib/controller/action.py | 2 +- lib/controller/checks.py | 2 +- lib/controller/controller.py | 2 +- lib/controller/handler.py | 2 +- lib/core/__init__.py | 2 +- lib/core/agent.py | 2 +- lib/core/common.py | 2 +- lib/core/convert.py | 2 +- lib/core/data.py | 2 +- lib/core/datatype.py | 2 +- lib/core/dump.py | 2 +- lib/core/exception.py | 2 +- lib/core/option.py | 2 +- lib/core/optiondict.py | 2 +- lib/core/progress.py | 2 +- lib/core/readlineng.py | 2 +- lib/core/session.py | 2 +- lib/core/settings.py | 2 +- lib/core/shell.py | 2 +- lib/core/subprocessng.py | 2 +- lib/core/target.py | 2 +- lib/core/unescaper.py | 2 +- lib/core/update.py | 2 +- lib/parse/__init__.py | 2 +- lib/parse/banner.py | 2 +- lib/parse/cmdline.py | 2 +- lib/parse/configfile.py | 2 +- lib/parse/handler.py | 2 +- lib/parse/headers.py | 2 +- lib/parse/html.py | 2 +- lib/parse/queriesfile.py | 2 +- lib/request/__init__.py | 2 +- lib/request/basic.py | 2 +- lib/request/certhandler.py | 2 +- lib/request/comparison.py | 2 +- lib/request/connect.py | 2 +- lib/request/inject.py | 2 +- lib/request/proxy.py | 2 +- lib/takeover/__init__.py | 2 +- lib/takeover/abstraction.py | 2 +- lib/takeover/metasploit.py | 2 +- lib/takeover/registry.py | 2 +- lib/takeover/udf.py | 2 +- lib/takeover/upx.py | 2 +- lib/takeover/web.py | 2 +- lib/takeover/xp_cmdshell.py | 2 +- lib/techniques/__init__.py | 2 +- lib/techniques/blind/__init__.py | 2 +- lib/techniques/blind/inference.py | 2 +- lib/techniques/blind/timebased.py | 2 +- lib/techniques/inband/__init__.py | 2 +- lib/techniques/inband/union/__init__.py | 2 +- lib/techniques/inband/union/test.py | 2 +- lib/techniques/inband/union/use.py | 2 +- lib/techniques/outband/__init__.py | 2 +- lib/techniques/outband/stacked.py | 2 +- lib/utils/__init__.py | 2 +- lib/utils/detection.py | 2 +- lib/utils/google.py | 2 +- lib/utils/parenthesis.py | 2 +- lib/utils/resume.py | 2 +- plugins/__init__.py | 2 +- plugins/dbms/__init__.py | 2 +- plugins/dbms/mssqlserver.py | 2 +- plugins/dbms/mysql.py | 2 +- plugins/dbms/oracle.py | 2 +- plugins/dbms/postgresql.py | 2 +- plugins/generic/__init__.py | 2 +- plugins/generic/enumeration.py | 2 +- plugins/generic/filesystem.py | 2 +- plugins/generic/fingerprint.py | 2 +- plugins/generic/misc.py | 2 +- plugins/generic/takeover.py | 2 +- sqlmap.py | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) diff --git a/extra/__init__.py b/extra/__init__.py index a22b4f873..c0c019e4b 100644 --- a/extra/__init__.py +++ b/extra/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/extra/cloak/__init__.py b/extra/cloak/__init__.py index a22b4f873..c0c019e4b 100755 --- a/extra/cloak/__init__.py +++ b/extra/cloak/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/__init__.py b/lib/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/contrib/__init__.py b/lib/contrib/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/contrib/__init__.py +++ b/lib/contrib/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/controller/action.py b/lib/controller/action.py index c44ac9802..5142404ac 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 194ab37de..f74f5d1ff 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/controller/controller.py b/lib/controller/controller.py index 5592dfcaf..e3138d43f 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/controller/handler.py b/lib/controller/handler.py index d36af20c3..52ea34f8e 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/__init__.py b/lib/core/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/agent.py b/lib/core/agent.py index 61661d004..c6c54e48f 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/common.py b/lib/core/common.py index 87cc69b44..925270ae7 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/convert.py b/lib/core/convert.py index 1aae22c1e..8767d084d 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/data.py b/lib/core/data.py index 441104cfd..a55eb2182 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/datatype.py b/lib/core/datatype.py index 474724cc4..98f18ae54 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/dump.py b/lib/core/dump.py index 8163ee6f8..928ee2865 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/exception.py b/lib/core/exception.py index 2d9c55b38..557e23185 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/option.py b/lib/core/option.py index c6fc2d3ba..21a4b3f51 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index b3ef02434..1425bfdc8 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/progress.py b/lib/core/progress.py index 129fbb9a6..ddb756721 100644 --- a/lib/core/progress.py +++ b/lib/core/progress.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index 0fdaddebd..f50430059 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/session.py b/lib/core/session.py index 7fe11f9eb..9f58ce925 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/settings.py b/lib/core/settings.py index a31f5cd25..2c2080a52 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/shell.py b/lib/core/shell.py index bc07c3508..074fdd3c2 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/subprocessng.py b/lib/core/subprocessng.py index e1442570d..1aa216a14 100644 --- a/lib/core/subprocessng.py +++ b/lib/core/subprocessng.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/target.py b/lib/core/target.py index 5c116893c..e16e0185d 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index fe1f07fcc..9f78a5f29 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/core/update.py b/lib/core/update.py index 33ed3508f..8cb445df2 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/banner.py b/lib/parse/banner.py index af53bd7f6..987b29ddc 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index ac3ea840b..1fe9fda30 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index b2a99ea7e..0cb49e3ce 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/handler.py b/lib/parse/handler.py index 01c717a04..dab235438 100644 --- a/lib/parse/handler.py +++ b/lib/parse/handler.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/headers.py b/lib/parse/headers.py index 9af090372..3c4459e65 100644 --- a/lib/parse/headers.py +++ b/lib/parse/headers.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/html.py b/lib/parse/html.py index 81629fdd9..234377829 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/parse/queriesfile.py b/lib/parse/queriesfile.py index 8013fb759..3da921056 100644 --- a/lib/parse/queriesfile.py +++ b/lib/parse/queriesfile.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/request/__init__.py b/lib/request/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/request/basic.py b/lib/request/basic.py index 410aee760..e16bda0fd 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/request/certhandler.py b/lib/request/certhandler.py index c2c4cf98c..5ccd3b2d1 100644 --- a/lib/request/certhandler.py +++ b/lib/request/certhandler.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/request/comparison.py b/lib/request/comparison.py index 19749ea15..229b6a4e0 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/request/connect.py b/lib/request/connect.py index 7dbb7bfec..38a5e8519 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/request/inject.py b/lib/request/inject.py index 113ec5ab1..0e499582d 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/request/proxy.py b/lib/request/proxy.py index 0893fc271..f64eec389 100644 --- a/lib/request/proxy.py +++ b/lib/request/proxy.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/__init__.py b/lib/takeover/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/takeover/__init__.py +++ b/lib/takeover/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 2752bdacd..5cdc1b02f 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/metasploit.py b/lib/takeover/metasploit.py index c3aafd3ae..0c960957c 100644 --- a/lib/takeover/metasploit.py +++ b/lib/takeover/metasploit.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/registry.py b/lib/takeover/registry.py index ccbed1a8f..c6a75394c 100644 --- a/lib/takeover/registry.py +++ b/lib/takeover/registry.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/udf.py b/lib/takeover/udf.py index f5a8abe06..8630ae2cf 100644 --- a/lib/takeover/udf.py +++ b/lib/takeover/udf.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/upx.py b/lib/takeover/upx.py index 0c1172fe0..d48c267aa 100644 --- a/lib/takeover/upx.py +++ b/lib/takeover/upx.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/web.py b/lib/takeover/web.py index cc21e09b5..c709c2781 100644 --- a/lib/takeover/web.py +++ b/lib/takeover/web.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/takeover/xp_cmdshell.py b/lib/takeover/xp_cmdshell.py index fe8f0b956..147bb653d 100644 --- a/lib/takeover/xp_cmdshell.py +++ b/lib/takeover/xp_cmdshell.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/blind/__init__.py b/lib/techniques/blind/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/techniques/blind/__init__.py +++ b/lib/techniques/blind/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 1660dfa98..6626b9d92 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/blind/timebased.py b/lib/techniques/blind/timebased.py index 601101a2f..5e7e6a5a6 100644 --- a/lib/techniques/blind/timebased.py +++ b/lib/techniques/blind/timebased.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/inband/__init__.py b/lib/techniques/inband/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/techniques/inband/__init__.py +++ b/lib/techniques/inband/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/inband/union/__init__.py b/lib/techniques/inband/union/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/techniques/inband/union/__init__.py +++ b/lib/techniques/inband/union/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/inband/union/test.py b/lib/techniques/inband/union/test.py index 414f8bc05..9c0966a33 100644 --- a/lib/techniques/inband/union/test.py +++ b/lib/techniques/inband/union/test.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/inband/union/use.py b/lib/techniques/inband/union/use.py index 60f31f348..0ab6bb3f5 100644 --- a/lib/techniques/inband/union/use.py +++ b/lib/techniques/inband/union/use.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/outband/__init__.py b/lib/techniques/outband/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/techniques/outband/__init__.py +++ b/lib/techniques/outband/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/techniques/outband/stacked.py b/lib/techniques/outband/stacked.py index 98849b6c2..7b8c0330a 100644 --- a/lib/techniques/outband/stacked.py +++ b/lib/techniques/outband/stacked.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index a22b4f873..c0c019e4b 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/utils/detection.py b/lib/utils/detection.py index fc9ee211e..5aeee6837 100644 --- a/lib/utils/detection.py +++ b/lib/utils/detection.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/utils/google.py b/lib/utils/google.py index cadebe132..689d96340 100644 --- a/lib/utils/google.py +++ b/lib/utils/google.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/utils/parenthesis.py b/lib/utils/parenthesis.py index 1759db2d0..14c212891 100644 --- a/lib/utils/parenthesis.py +++ b/lib/utils/parenthesis.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/lib/utils/resume.py b/lib/utils/resume.py index 42b63e6ff..63d679d8a 100644 --- a/lib/utils/resume.py +++ b/lib/utils/resume.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/__init__.py b/plugins/__init__.py index a22b4f873..c0c019e4b 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index a22b4f873..c0c019e4b 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/dbms/mssqlserver.py b/plugins/dbms/mssqlserver.py index 8d7a51cff..40caf1869 100644 --- a/plugins/dbms/mssqlserver.py +++ b/plugins/dbms/mssqlserver.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/dbms/mysql.py b/plugins/dbms/mysql.py index 1f268b924..762e6f615 100644 --- a/plugins/dbms/mysql.py +++ b/plugins/dbms/mysql.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/dbms/oracle.py b/plugins/dbms/oracle.py index 7190ad512..635091caf 100644 --- a/plugins/dbms/oracle.py +++ b/plugins/dbms/oracle.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/dbms/postgresql.py b/plugins/dbms/postgresql.py index 511c156e9..d9c0ec166 100644 --- a/plugins/dbms/postgresql.py +++ b/plugins/dbms/postgresql.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index a22b4f873..c0c019e4b 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 45b5000a4..fead5f8f0 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index a3f78633b..1a7ef9902 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index d861031f3..6bf680765 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 162d26ae0..6b7fc5bde 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index f8726c91e..572ac1a6e 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under diff --git a/sqlmap.py b/sqlmap.py index 3256f3ad5..399269366 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -5,7 +5,7 @@ $Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. -Copyright (c) 2007-2009 Bernardo Damele A. G. +Copyright (c) 2007-2010 Bernardo Damele A. G. Copyright (c) 2006 Daniele Bellucci sqlmap is free software; you can redistribute it and/or modify it under