From 892a7b2f8a3d43240e91a9adf9a249466a3b4ef1 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 15 Oct 2008 15:56:32 +0000 Subject: [PATCH] propsets.. --- lib/__init__.py | 2 +- lib/contrib/__init__.py | 2 +- lib/contrib/multipartpost.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/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/html.py | 2 +- lib/parse/queriesfile.py | 2 +- lib/request/__init__.py | 2 +- lib/request/basic.py | 2 +- lib/request/connect.py | 2 +- lib/request/inject.py | 2 +- lib/request/proxy.py | 2 +- lib/techniques/__init__.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/inference/__init__.py | 2 +- lib/techniques/inference/blind.py | 2 +- lib/utils/__init__.py | 2 +- lib/utils/fuzzer.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/takeover.py | 2 +- sqlmap.py | 2 +- 61 files changed, 61 insertions(+), 61 deletions(-) diff --git a/lib/__init__.py b/lib/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/contrib/__init__.py b/lib/contrib/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/contrib/__init__.py +++ b/lib/contrib/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/contrib/multipartpost.py b/lib/contrib/multipartpost.py index ecf5c07a3..9cc7a48d9 100644 --- a/lib/contrib/multipartpost.py +++ b/lib/contrib/multipartpost.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: multipartpost.py 316 2008-08-03 22:56:20Z inquisb $ +$Id$ 02/2006 Will Holcomb diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/controller/action.py b/lib/controller/action.py index e5f4487ef..a5d800567 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: action.py 293 2008-07-28 21:56:52Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/controller/checks.py b/lib/controller/checks.py index bedab1f69..acd93762d 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: checks.py 357 2008-09-21 18:52:16Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/controller/controller.py b/lib/controller/controller.py index cbcf87d68..cd9ef2ee0 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: controller.py 368 2008-09-30 00:09:59Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/controller/handler.py b/lib/controller/handler.py index 11385d214..25d7dea1c 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: handler.py 283 2008-07-25 15:16:11Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/__init__.py b/lib/core/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/agent.py b/lib/core/agent.py index c056099c2..9c7d5d65c 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: agent.py 357 2008-09-21 18:52:16Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/common.py b/lib/core/common.py index d4164d810..10ea00229 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: common.py 368 2008-09-30 00:09:59Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/convert.py b/lib/core/convert.py index d0d0cfae3..258237aa0 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: convert.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/data.py b/lib/core/data.py index c10507515..796a15977 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: data.py 247 2008-07-19 23:07:26Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/datatype.py b/lib/core/datatype.py index 0e9afceba..0c29232ba 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: datatype.py 316 2008-08-03 22:56:20Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/dump.py b/lib/core/dump.py index 678ac5877..c50d82dd7 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: dump.py 360M 2008-10-15 00:04:47Z (local) $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/exception.py b/lib/core/exception.py index 2644a1d45..dae2513e1 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: exception.py 316 2008-08-03 22:56:20Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/option.py b/lib/core/option.py index b6be9f2c1..1cd873f93 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: option.py 321M 2008-10-13 22:58:44Z (local) $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index da86c5fd3..ee9008356 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: optiondict.py 368 2008-09-30 00:09:59Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/progress.py b/lib/core/progress.py index b6116482a..fd6c838eb 100644 --- a/lib/core/progress.py +++ b/lib/core/progress.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: progress.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index 2c8c3b31c..72d0f8d3d 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: readlineng.py 326 2008-08-27 12:20:15Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/session.py b/lib/core/session.py index a6b802761..3542dae19 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: session.py 368 2008-09-30 00:09:59Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/settings.py b/lib/core/settings.py index 822bd117c..066898100 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: settings.py 373 2008-10-03 10:08:39Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/shell.py b/lib/core/shell.py index d56ce414f..132112446 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: shell.py 259 2008-07-20 22:25:50Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/target.py b/lib/core/target.py index cd92ee598..56e22fbf2 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: target.py 294 2008-07-28 23:30:15Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index 6712efb01..586406fd7 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: unescaper.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/core/update.py b/lib/core/update.py index f1f213813..811bb9604 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: update.py 368 2008-09-30 00:09:59Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/parse/banner.py b/lib/parse/banner.py index fec8ec183..04b7dcef8 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: banner.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 8dd642e9a..0dc5c9d12 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: cmdline.py 368 2008-09-30 00:09:59Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index 5bb0ba21a..17f3f54ba 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: configfile.py 261 2008-07-21 11:33:49Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/parse/html.py b/lib/parse/html.py index 77e33dbd4..ac81e67e8 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: html.py 286 2008-07-25 23:09:48Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/parse/queriesfile.py b/lib/parse/queriesfile.py index 695beb066..10cc354aa 100644 --- a/lib/parse/queriesfile.py +++ b/lib/parse/queriesfile.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: queriesfile.py 343 2008-08-30 01:12:18Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/request/__init__.py b/lib/request/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/request/basic.py b/lib/request/basic.py index 904f9988d..ffe3b4558 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: basic.py 247 2008-07-19 23:07:26Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/request/connect.py b/lib/request/connect.py index 19bcc32a6..73d8b1aa4 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: connect.py 280 2008-07-25 13:33:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/request/inject.py b/lib/request/inject.py index a9223b247..337e3f6e3 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: inject.py 368M 2008-10-14 23:52:59Z (local) $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/request/proxy.py b/lib/request/proxy.py index 1db4844f3..b03cb4089 100644 --- a/lib/request/proxy.py +++ b/lib/request/proxy.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: proxy.py 322 2008-08-27 00:21:22Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/techniques/inband/__init__.py b/lib/techniques/inband/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/techniques/inband/__init__.py +++ b/lib/techniques/inband/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/techniques/inband/union/__init__.py b/lib/techniques/inband/union/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/techniques/inband/union/__init__.py +++ b/lib/techniques/inband/union/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/techniques/inband/union/test.py b/lib/techniques/inband/union/test.py index a1635ff04..739623847 100644 --- a/lib/techniques/inband/union/test.py +++ b/lib/techniques/inband/union/test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: test.py 293 2008-07-28 21:56:52Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/techniques/inband/union/use.py b/lib/techniques/inband/union/use.py index e1c8514a7..b700846b5 100644 --- a/lib/techniques/inband/union/use.py +++ b/lib/techniques/inband/union/use.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: use.py 293 2008-07-28 21:56:52Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/techniques/inference/__init__.py b/lib/techniques/inference/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/techniques/inference/__init__.py +++ b/lib/techniques/inference/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/techniques/inference/blind.py b/lib/techniques/inference/blind.py index e08d8147e..3ea28c9d4 100644 --- a/lib/techniques/inference/blind.py +++ b/lib/techniques/inference/blind.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: blind.py 355M 2008-10-15 00:00:47Z (local) $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index e8fee9d67..a6bc76923 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/utils/fuzzer.py b/lib/utils/fuzzer.py index 16c938941..ad9647c3b 100644 --- a/lib/utils/fuzzer.py +++ b/lib/utils/fuzzer.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: fuzzer.py 247 2008-07-19 23:07:26Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/utils/google.py b/lib/utils/google.py index 25e6dd5c7..746c7f178 100644 --- a/lib/utils/google.py +++ b/lib/utils/google.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: google.py 330 2008-08-28 21:25:48Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/utils/parenthesis.py b/lib/utils/parenthesis.py index eae50c7a5..4c2aeb192 100644 --- a/lib/utils/parenthesis.py +++ b/lib/utils/parenthesis.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: parenthesis.py 357 2008-09-21 18:52:16Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/lib/utils/resume.py b/lib/utils/resume.py index 9b863c84f..8026c68ee 100644 --- a/lib/utils/resume.py +++ b/lib/utils/resume.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: resume.py 294M 2008-10-14 23:49:41Z (local) $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/__init__.py b/plugins/__init__.py index e8fee9d67..a6bc76923 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index e8fee9d67..a6bc76923 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/dbms/mssqlserver.py b/plugins/dbms/mssqlserver.py index 185090d4c..84be97dc0 100644 --- a/plugins/dbms/mssqlserver.py +++ b/plugins/dbms/mssqlserver.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: mssqlserver.py 286 2008-07-25 23:09:48Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/dbms/mysql.py b/plugins/dbms/mysql.py index 093b71426..0a2d4c3ad 100644 --- a/plugins/dbms/mysql.py +++ b/plugins/dbms/mysql.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: mysql.py 368 2008-09-30 00:09:59Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/dbms/oracle.py b/plugins/dbms/oracle.py index a1252aea3..0d270800a 100644 --- a/plugins/dbms/oracle.py +++ b/plugins/dbms/oracle.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: oracle.py 286 2008-07-25 23:09:48Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/dbms/postgresql.py b/plugins/dbms/postgresql.py index 631ec3c61..fc70598c6 100644 --- a/plugins/dbms/postgresql.py +++ b/plugins/dbms/postgresql.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: postgresql.py 286 2008-07-25 23:09:48Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index e8fee9d67..a6bc76923 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: __init__.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 1e5effebe..11edac152 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: enumeration.py 363 2008-09-21 23:56:32Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index 8f23d0506..c8b429629 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: filesystem.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index 52085163c..31096d190 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: fingerprint.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index f6982d92d..94fa6fbc2 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: takeover.py 214 2008-07-14 14:17:06Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net. diff --git a/sqlmap.py b/sqlmap.py index 3ac1eb350..29a447076 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -1,7 +1,7 @@ #!/usr/bin/env python """ -$Id: sqlmap.py 315 2008-08-03 22:10:27Z inquisb $ +$Id$ This file is part of the sqlmap project, http://sqlmap.sourceforge.net.