From c39e5a85ba811a936a02819fe7114e87551484a1 Mon Sep 17 00:00:00 2001 From: jekil Date: Wed, 27 Jun 2012 20:56:43 +0200 Subject: [PATCH] Removed $id$ tags --- _sqlmap.py | 2 -- extra/__init__.py | 2 -- extra/cloak/__init__.py | 2 -- extra/cloak/cloak.py | 2 -- extra/dbgtool/__init__.py | 2 -- extra/dbgtool/dbgtool.py | 2 -- extra/magic/magic.py | 2 -- extra/mssqlsig/update.py | 2 -- extra/multipart/multipartpost.py | 2 -- extra/safe2bin/__init__.py | 2 -- extra/safe2bin/safe2bin.py | 2 -- extra/shutils/blanks.sh | 4 +--- extra/shutils/duplicates.py | 2 -- extra/shutils/id.sh | 4 +--- extra/socks/__init__.py | 2 -- extra/sqlharvest/__init__.py | 2 -- extra/sqlharvest/sqlharvest.py | 2 -- lib/__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/bigarray.py | 2 -- lib/core/common.py | 2 -- lib/core/convert.py | 2 -- lib/core/data.py | 2 -- lib/core/datatype.py | 2 -- lib/core/defaults.py | 2 -- lib/core/dicts.py | 2 -- lib/core/dump.py | 2 -- lib/core/enums.py | 2 -- lib/core/exception.py | 2 -- lib/core/option.py | 2 -- lib/core/optiondict.py | 2 -- lib/core/profiling.py | 2 -- lib/core/progress.py | 2 -- lib/core/purge.py | 2 -- lib/core/readlineng.py | 2 -- lib/core/replication.py | 2 -- lib/core/revision.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/testing.py | 2 -- lib/core/threads.py | 2 -- lib/core/unescaper.py | 2 -- lib/core/update.py | 2 -- lib/core/wordlist.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/payloads.py | 2 -- lib/request/__init__.py | 2 -- lib/request/basic.py | 2 -- lib/request/basicauthhandler.py | 2 -- lib/request/certhandler.py | 2 -- lib/request/comparison.py | 2 -- lib/request/connect.py | 2 -- lib/request/direct.py | 2 -- lib/request/dns.py | 2 -- lib/request/httpshandler.py | 2 -- lib/request/inject.py | 2 -- lib/request/methodrequest.py | 2 -- lib/request/proxy.py | 2 -- lib/request/rangehandler.py | 2 -- lib/request/redirecthandler.py | 2 -- lib/request/templates.py | 2 -- lib/takeover/__init__.py | 2 -- lib/takeover/abstraction.py | 2 -- lib/takeover/icmpsh.py | 2 -- lib/takeover/metasploit.py | 2 -- lib/takeover/registry.py | 2 -- lib/takeover/udf.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/brute/__init__.py | 2 -- lib/techniques/brute/use.py | 2 -- lib/techniques/dns/__init__.py | 2 -- lib/techniques/dns/test.py | 2 -- lib/techniques/dns/use.py | 2 -- lib/techniques/error/__init__.py | 2 -- lib/techniques/error/use.py | 2 -- lib/techniques/union/__init__.py | 2 -- lib/techniques/union/test.py | 2 -- lib/techniques/union/use.py | 2 -- lib/utils/__init__.py | 2 -- lib/utils/checkpayload.py | 2 -- lib/utils/crawler.py | 2 -- lib/utils/deps.py | 2 -- lib/utils/getch.py | 2 -- lib/utils/google.py | 2 -- lib/utils/hash.py | 2 -- lib/utils/hashdb.py | 2 -- lib/utils/timeout.py | 2 -- plugins/__init__.py | 2 -- plugins/dbms/__init__.py | 2 -- plugins/dbms/access/__init__.py | 2 -- plugins/dbms/access/connector.py | 2 -- plugins/dbms/access/enumeration.py | 2 -- plugins/dbms/access/filesystem.py | 2 -- plugins/dbms/access/fingerprint.py | 2 -- plugins/dbms/access/syntax.py | 2 -- plugins/dbms/access/takeover.py | 2 -- plugins/dbms/db2/connector.py | 2 -- plugins/dbms/db2/filesystem.py | 2 -- plugins/dbms/db2/fingerprint.py | 2 -- plugins/dbms/db2/takeover.py | 2 -- plugins/dbms/firebird/__init__.py | 2 -- plugins/dbms/firebird/connector.py | 2 -- plugins/dbms/firebird/enumeration.py | 2 -- plugins/dbms/firebird/filesystem.py | 2 -- plugins/dbms/firebird/fingerprint.py | 2 -- plugins/dbms/firebird/syntax.py | 2 -- plugins/dbms/firebird/takeover.py | 2 -- plugins/dbms/maxdb/__init__.py | 2 -- plugins/dbms/maxdb/connector.py | 2 -- plugins/dbms/maxdb/enumeration.py | 2 -- plugins/dbms/maxdb/filesystem.py | 2 -- plugins/dbms/maxdb/fingerprint.py | 2 -- plugins/dbms/maxdb/syntax.py | 2 -- plugins/dbms/maxdb/takeover.py | 2 -- plugins/dbms/mssqlserver/__init__.py | 2 -- plugins/dbms/mssqlserver/connector.py | 2 -- plugins/dbms/mssqlserver/enumeration.py | 2 -- plugins/dbms/mssqlserver/filesystem.py | 2 -- plugins/dbms/mssqlserver/fingerprint.py | 2 -- plugins/dbms/mssqlserver/syntax.py | 2 -- plugins/dbms/mssqlserver/takeover.py | 2 -- plugins/dbms/mysql/__init__.py | 2 -- plugins/dbms/mysql/connector.py | 2 -- plugins/dbms/mysql/enumeration.py | 2 -- plugins/dbms/mysql/filesystem.py | 2 -- plugins/dbms/mysql/fingerprint.py | 2 -- plugins/dbms/mysql/syntax.py | 2 -- plugins/dbms/mysql/takeover.py | 2 -- plugins/dbms/oracle/__init__.py | 2 -- plugins/dbms/oracle/connector.py | 2 -- plugins/dbms/oracle/enumeration.py | 2 -- plugins/dbms/oracle/filesystem.py | 2 -- plugins/dbms/oracle/fingerprint.py | 2 -- plugins/dbms/oracle/syntax.py | 2 -- plugins/dbms/oracle/takeover.py | 2 -- plugins/dbms/postgresql/__init__.py | 2 -- plugins/dbms/postgresql/connector.py | 2 -- plugins/dbms/postgresql/enumeration.py | 2 -- plugins/dbms/postgresql/filesystem.py | 2 -- plugins/dbms/postgresql/fingerprint.py | 2 -- plugins/dbms/postgresql/syntax.py | 2 -- plugins/dbms/postgresql/takeover.py | 2 -- plugins/dbms/sqlite/__init__.py | 2 -- plugins/dbms/sqlite/connector.py | 2 -- plugins/dbms/sqlite/enumeration.py | 2 -- plugins/dbms/sqlite/filesystem.py | 2 -- plugins/dbms/sqlite/fingerprint.py | 2 -- plugins/dbms/sqlite/syntax.py | 2 -- plugins/dbms/sqlite/takeover.py | 2 -- plugins/dbms/sybase/__init__.py | 2 -- plugins/dbms/sybase/connector.py | 2 -- plugins/dbms/sybase/enumeration.py | 2 -- plugins/dbms/sybase/filesystem.py | 2 -- plugins/dbms/sybase/fingerprint.py | 2 -- plugins/dbms/sybase/syntax.py | 2 -- plugins/dbms/sybase/takeover.py | 2 -- plugins/generic/__init__.py | 2 -- plugins/generic/connector.py | 2 -- plugins/generic/enumeration.py | 2 -- plugins/generic/filesystem.py | 2 -- plugins/generic/fingerprint.py | 2 -- plugins/generic/misc.py | 2 -- plugins/generic/syntax.py | 2 -- plugins/generic/takeover.py | 2 -- sqlmap.py | 2 -- tamper/__init__.py | 2 -- tamper/apostrophemask.py | 2 -- tamper/apostrophenullencode.py | 2 -- tamper/appendnullbyte.py | 2 -- tamper/base64encode.py | 2 -- tamper/between.py | 2 -- tamper/chardoubleencode.py | 2 -- tamper/charencode.py | 2 -- tamper/charunicodeencode.py | 2 -- tamper/equaltolike.py | 2 -- tamper/ifnull2ifisnull.py | 2 -- tamper/modsecurityversioned.py | 2 -- tamper/modsecurityzeroversioned.py | 2 -- tamper/multiplespaces.py | 2 -- tamper/percentage.py | 2 -- tamper/randomcase.py | 2 -- tamper/randomcomments.py | 2 -- tamper/securesphere.py | 2 -- tamper/space2comment.py | 2 -- tamper/space2dash.py | 2 -- tamper/space2hash.py | 2 -- tamper/space2morehash.py | 2 -- tamper/space2mssqlblank.py | 2 -- tamper/space2mssqlhash.py | 2 -- tamper/space2mysqlblank.py | 2 -- tamper/space2mysqldash.py | 2 -- tamper/space2plus.py | 2 -- tamper/space2randomblank.py | 2 -- tamper/unionalltounion.py | 2 -- tamper/unmagicquotes.py | 2 -- tamper/versionedkeywords.py | 2 -- tamper/versionedmorekeywords.py | 2 -- 216 files changed, 2 insertions(+), 434 deletions(-) diff --git a/_sqlmap.py b/_sqlmap.py index e2f249ab3..7b5e935ec 100755 --- a/_sqlmap.py +++ b/_sqlmap.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/__init__.py b/extra/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/extra/__init__.py +++ b/extra/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/cloak/__init__.py b/extra/cloak/__init__.py index 12db5e3b6..652bcd8d8 100755 --- a/extra/cloak/__init__.py +++ b/extra/cloak/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/cloak/cloak.py b/extra/cloak/cloak.py index 70016311c..3195f7006 100755 --- a/extra/cloak/cloak.py +++ b/extra/cloak/cloak.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - cloak.py - Simple file encryption/compression utility Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) diff --git a/extra/dbgtool/__init__.py b/extra/dbgtool/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/extra/dbgtool/__init__.py +++ b/extra/dbgtool/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/dbgtool/dbgtool.py b/extra/dbgtool/dbgtool.py index ec5180b9b..327cb05d2 100755 --- a/extra/dbgtool/dbgtool.py +++ b/extra/dbgtool/dbgtool.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - dbgtool.py - Portable executable to ASCII debug script converter Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) diff --git a/extra/magic/magic.py b/extra/magic/magic.py index 02a7b2da5..87d666511 100644 --- a/extra/magic/magic.py +++ b/extra/magic/magic.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Adam Hupp Reference: http://hupp.org/adam/hg/python-magic diff --git a/extra/mssqlsig/update.py b/extra/mssqlsig/update.py index 8a5502992..2b3a0fe40 100644 --- a/extra/mssqlsig/update.py +++ b/extra/mssqlsig/update.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/multipart/multipartpost.py b/extra/multipart/multipartpost.py index 7531661f2..00327f848 100644 --- a/extra/multipart/multipartpost.py +++ b/extra/multipart/multipartpost.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - 02/2006 Will Holcomb Reference: http://odin.himinbi.org/MultipartPostHandler.py diff --git a/extra/safe2bin/__init__.py b/extra/safe2bin/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/extra/safe2bin/__init__.py +++ b/extra/safe2bin/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/safe2bin/safe2bin.py b/extra/safe2bin/safe2bin.py index 8fae6a86a..be5c5ed1c 100755 --- a/extra/safe2bin/safe2bin.py +++ b/extra/safe2bin/safe2bin.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - safe2bin.py - Simple safe(hex) to binary format converter Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) diff --git a/extra/shutils/blanks.sh b/extra/shutils/blanks.sh index bd460812f..98c1b93a3 100755 --- a/extra/shutils/blanks.sh +++ b/extra/shutils/blanks.sh @@ -1,8 +1,6 @@ #!/bin/bash -# $Id$ - -# Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) +# # Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) # See the file 'doc/COPYING' for copying permission # Removes trailing spaces from blank lines inside project files diff --git a/extra/shutils/duplicates.py b/extra/shutils/duplicates.py index d2f59c95e..54e2fa135 100644 --- a/extra/shutils/duplicates.py +++ b/extra/shutils/duplicates.py @@ -2,8 +2,6 @@ """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission diff --git a/extra/shutils/id.sh b/extra/shutils/id.sh index 5c25eaca2..5d6b8a45a 100755 --- a/extra/shutils/id.sh +++ b/extra/shutils/id.sh @@ -1,8 +1,6 @@ #!/bin/bash -# $Id$ - -# Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) +# # Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) # See the file 'doc/COPYING' for copying permission # Adds SVN property 'Id' to project files diff --git a/extra/socks/__init__.py b/extra/socks/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/extra/socks/__init__.py +++ b/extra/socks/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/sqlharvest/__init__.py b/extra/sqlharvest/__init__.py index 12db5e3b6..652bcd8d8 100755 --- a/extra/sqlharvest/__init__.py +++ b/extra/sqlharvest/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/extra/sqlharvest/sqlharvest.py b/extra/sqlharvest/sqlharvest.py index 6e2a2e810..89270bb91 100644 --- a/extra/sqlharvest/sqlharvest.py +++ b/extra/sqlharvest/sqlharvest.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/__init__.py b/lib/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/action.py b/lib/controller/action.py index 162591148..9788b670d 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 64a88cf82..88e80949a 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/controller.py b/lib/controller/controller.py index d5b1bf802..97760aea1 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/controller/handler.py b/lib/controller/handler.py index 4cd32f16e..d0e0d2976 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/__init__.py b/lib/core/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/agent.py b/lib/core/agent.py index 1e10284e3..ecabf6fca 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/bigarray.py b/lib/core/bigarray.py index f07f6adac..19f9e91fc 100644 --- a/lib/core/bigarray.py +++ b/lib/core/bigarray.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/common.py b/lib/core/common.py index 78faeb779..e6d98f839 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/convert.py b/lib/core/convert.py index 9257d20ab..156ee12a6 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/data.py b/lib/core/data.py index 778d68347..b17895b13 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/datatype.py b/lib/core/datatype.py index c6fac7810..7e3728a11 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/defaults.py b/lib/core/defaults.py index 4285d1779..6e1702d98 100644 --- a/lib/core/defaults.py +++ b/lib/core/defaults.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/dicts.py b/lib/core/dicts.py index ee1d14a54..6f876ab92 100644 --- a/lib/core/dicts.py +++ b/lib/core/dicts.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/dump.py b/lib/core/dump.py index 4e49b7c06..f2caeae24 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/enums.py b/lib/core/enums.py index bffa7836e..e14edb411 100644 --- a/lib/core/enums.py +++ b/lib/core/enums.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/exception.py b/lib/core/exception.py index 24209b596..4716dda56 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/option.py b/lib/core/option.py index 6c4a24db0..ce6a26e9e 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 172877802..af358f06a 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/profiling.py b/lib/core/profiling.py index cd8ad7526..92dea489f 100644 --- a/lib/core/profiling.py +++ b/lib/core/profiling.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/progress.py b/lib/core/progress.py index e76c452a7..cbe40799d 100644 --- a/lib/core/progress.py +++ b/lib/core/progress.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/purge.py b/lib/core/purge.py index 575e23f70..4bebd9336 100644 --- a/lib/core/purge.py +++ b/lib/core/purge.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index 257a584de..6243340a3 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/replication.py b/lib/core/replication.py index e3ee308e0..db566fd14 100644 --- a/lib/core/replication.py +++ b/lib/core/replication.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/revision.py b/lib/core/revision.py index 1293c156c..4e3f9d9d0 100644 --- a/lib/core/revision.py +++ b/lib/core/revision.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/session.py b/lib/core/session.py index af14691ee..09b4a6030 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/settings.py b/lib/core/settings.py index e2843726f..490b0de46 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/shell.py b/lib/core/shell.py index ca99f6d9b..cd96edf0e 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/subprocessng.py b/lib/core/subprocessng.py index fca94c9f7..097413b64 100644 --- a/lib/core/subprocessng.py +++ b/lib/core/subprocessng.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/target.py b/lib/core/target.py index 61a52f8f3..902442d4f 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/testing.py b/lib/core/testing.py index 87e86ffa5..65db695d3 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/threads.py b/lib/core/threads.py index 88c63c282..1ed6853f1 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index e7f172923..53ca6fbe9 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/update.py b/lib/core/update.py index eedfbad5c..eab1348fb 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/core/wordlist.py b/lib/core/wordlist.py index 4744e17a5..cb80cbcd7 100644 --- a/lib/core/wordlist.py +++ b/lib/core/wordlist.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/banner.py b/lib/parse/banner.py index 328b4c09e..a73b8af73 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 63dd6f737..7c8f22753 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index f8fe3a55b..ae4c12b6a 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/handler.py b/lib/parse/handler.py index 87c8a0a27..53a17bd23 100644 --- a/lib/parse/handler.py +++ b/lib/parse/handler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/headers.py b/lib/parse/headers.py index 7bf9e0888..40362a183 100644 --- a/lib/parse/headers.py +++ b/lib/parse/headers.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/html.py b/lib/parse/html.py index 7a20e6529..0eef21d89 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/parse/payloads.py b/lib/parse/payloads.py index 68a02099e..2a2a0e7d2 100644 --- a/lib/parse/payloads.py +++ b/lib/parse/payloads.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/__init__.py b/lib/request/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/basic.py b/lib/request/basic.py index 6b458ba65..ef745fb4b 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/basicauthhandler.py b/lib/request/basicauthhandler.py index 187179894..f09f4eee2 100644 --- a/lib/request/basicauthhandler.py +++ b/lib/request/basicauthhandler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/certhandler.py b/lib/request/certhandler.py index 96f072cb8..dad25e5da 100644 --- a/lib/request/certhandler.py +++ b/lib/request/certhandler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/comparison.py b/lib/request/comparison.py index 47ad22e63..04c4305a8 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/connect.py b/lib/request/connect.py index bb8c25f5f..c91427168 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/direct.py b/lib/request/direct.py index 85db6ba2b..e64aa5271 100644 --- a/lib/request/direct.py +++ b/lib/request/direct.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/dns.py b/lib/request/dns.py index a8337a151..2ca96d93d 100644 --- a/lib/request/dns.py +++ b/lib/request/dns.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/httpshandler.py b/lib/request/httpshandler.py index 84be36262..02a90463a 100644 --- a/lib/request/httpshandler.py +++ b/lib/request/httpshandler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/inject.py b/lib/request/inject.py index 2c26f962b..b25061e83 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/methodrequest.py b/lib/request/methodrequest.py index 71eae2a3c..4e59f744b 100644 --- a/lib/request/methodrequest.py +++ b/lib/request/methodrequest.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/proxy.py b/lib/request/proxy.py index 8f2b21ca0..419ff2c01 100644 --- a/lib/request/proxy.py +++ b/lib/request/proxy.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/rangehandler.py b/lib/request/rangehandler.py index b5da1cd52..3948a7631 100644 --- a/lib/request/rangehandler.py +++ b/lib/request/rangehandler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/redirecthandler.py b/lib/request/redirecthandler.py index 1ddbe8c6e..f1a81f158 100644 --- a/lib/request/redirecthandler.py +++ b/lib/request/redirecthandler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/request/templates.py b/lib/request/templates.py index 8ee9e54e6..2a4be4904 100644 --- a/lib/request/templates.py +++ b/lib/request/templates.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/__init__.py b/lib/takeover/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/takeover/__init__.py +++ b/lib/takeover/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 33fe286ed..c0f590e92 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/icmpsh.py b/lib/takeover/icmpsh.py index c430c7162..21df81f94 100644 --- a/lib/takeover/icmpsh.py +++ b/lib/takeover/icmpsh.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/metasploit.py b/lib/takeover/metasploit.py index d721dcf01..33edce1fb 100644 --- a/lib/takeover/metasploit.py +++ b/lib/takeover/metasploit.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/registry.py b/lib/takeover/registry.py index 76a4b3f22..4dbadb403 100644 --- a/lib/takeover/registry.py +++ b/lib/takeover/registry.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/udf.py b/lib/takeover/udf.py index 78130785f..51591056e 100644 --- a/lib/takeover/udf.py +++ b/lib/takeover/udf.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/web.py b/lib/takeover/web.py index 4b05a436b..ee22db5ad 100644 --- a/lib/takeover/web.py +++ b/lib/takeover/web.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/takeover/xp_cmdshell.py b/lib/takeover/xp_cmdshell.py index 41dea0ea7..d74496131 100644 --- a/lib/takeover/xp_cmdshell.py +++ b/lib/takeover/xp_cmdshell.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/blind/__init__.py b/lib/techniques/blind/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/techniques/blind/__init__.py +++ b/lib/techniques/blind/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index 941dec590..298f54965 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/brute/__init__.py b/lib/techniques/brute/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/techniques/brute/__init__.py +++ b/lib/techniques/brute/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/brute/use.py b/lib/techniques/brute/use.py index f9671ad8d..c80fa40cb 100644 --- a/lib/techniques/brute/use.py +++ b/lib/techniques/brute/use.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/dns/__init__.py b/lib/techniques/dns/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/techniques/dns/__init__.py +++ b/lib/techniques/dns/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/dns/test.py b/lib/techniques/dns/test.py index 0b7c64e72..ebe2e8b32 100644 --- a/lib/techniques/dns/test.py +++ b/lib/techniques/dns/test.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/dns/use.py b/lib/techniques/dns/use.py index 06b169050..1c0ddeba8 100644 --- a/lib/techniques/dns/use.py +++ b/lib/techniques/dns/use.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/error/__init__.py b/lib/techniques/error/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/techniques/error/__init__.py +++ b/lib/techniques/error/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/error/use.py b/lib/techniques/error/use.py index 7df3f8f19..7b89ea01c 100644 --- a/lib/techniques/error/use.py +++ b/lib/techniques/error/use.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/union/__init__.py b/lib/techniques/union/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/techniques/union/__init__.py +++ b/lib/techniques/union/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/union/test.py b/lib/techniques/union/test.py index 638f7101e..c92713c20 100644 --- a/lib/techniques/union/test.py +++ b/lib/techniques/union/test.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/techniques/union/use.py b/lib/techniques/union/use.py index a29293adb..539034a84 100644 --- a/lib/techniques/union/use.py +++ b/lib/techniques/union/use.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/checkpayload.py b/lib/utils/checkpayload.py index 3f5b47a3f..17bb26a7c 100644 --- a/lib/utils/checkpayload.py +++ b/lib/utils/checkpayload.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/crawler.py b/lib/utils/crawler.py index df5966907..fd7ff302c 100644 --- a/lib/utils/crawler.py +++ b/lib/utils/crawler.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/deps.py b/lib/utils/deps.py index f40a3e996..c26c908f5 100644 --- a/lib/utils/deps.py +++ b/lib/utils/deps.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/getch.py b/lib/utils/getch.py index a0a4a4cc3..b4afdd00e 100644 --- a/lib/utils/getch.py +++ b/lib/utils/getch.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/google.py b/lib/utils/google.py index 0e6ff73a3..833e74168 100644 --- a/lib/utils/google.py +++ b/lib/utils/google.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/hash.py b/lib/utils/hash.py index f3a8e2ef1..e1512b921 100644 --- a/lib/utils/hash.py +++ b/lib/utils/hash.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/hashdb.py b/lib/utils/hashdb.py index e243ea263..39afc1c3e 100644 --- a/lib/utils/hashdb.py +++ b/lib/utils/hashdb.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/lib/utils/timeout.py b/lib/utils/timeout.py index c59c7f6c6..a78ff3a4d 100644 --- a/lib/utils/timeout.py +++ b/lib/utils/timeout.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/__init__.py b/plugins/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/__init__.py b/plugins/dbms/access/__init__.py index af673b64a..2daeeea5c 100644 --- a/plugins/dbms/access/__init__.py +++ b/plugins/dbms/access/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/connector.py b/plugins/dbms/access/connector.py index 3f50c0ef0..09805236a 100644 --- a/plugins/dbms/access/connector.py +++ b/plugins/dbms/access/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/enumeration.py b/plugins/dbms/access/enumeration.py index 41d510953..6fa25b0b8 100644 --- a/plugins/dbms/access/enumeration.py +++ b/plugins/dbms/access/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/filesystem.py b/plugins/dbms/access/filesystem.py index 7f27977b3..b92cecae7 100644 --- a/plugins/dbms/access/filesystem.py +++ b/plugins/dbms/access/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/fingerprint.py b/plugins/dbms/access/fingerprint.py index 48580fa59..f56afbe42 100644 --- a/plugins/dbms/access/fingerprint.py +++ b/plugins/dbms/access/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/syntax.py b/plugins/dbms/access/syntax.py index e3db39ec1..83b608056 100644 --- a/plugins/dbms/access/syntax.py +++ b/plugins/dbms/access/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/access/takeover.py b/plugins/dbms/access/takeover.py index 2fdf003bc..ae2157306 100644 --- a/plugins/dbms/access/takeover.py +++ b/plugins/dbms/access/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/connector.py b/plugins/dbms/db2/connector.py index b1073d508..842b84dbd 100644 --- a/plugins/dbms/db2/connector.py +++ b/plugins/dbms/db2/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/filesystem.py b/plugins/dbms/db2/filesystem.py index 2469d0e05..64dada3c9 100644 --- a/plugins/dbms/db2/filesystem.py +++ b/plugins/dbms/db2/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/fingerprint.py b/plugins/dbms/db2/fingerprint.py index 48619632e..363789a23 100644 --- a/plugins/dbms/db2/fingerprint.py +++ b/plugins/dbms/db2/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/db2/takeover.py b/plugins/dbms/db2/takeover.py index 8a0777670..2c144b09a 100644 --- a/plugins/dbms/db2/takeover.py +++ b/plugins/dbms/db2/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/__init__.py b/plugins/dbms/firebird/__init__.py index 6d8110504..6ea2721b2 100644 --- a/plugins/dbms/firebird/__init__.py +++ b/plugins/dbms/firebird/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/connector.py b/plugins/dbms/firebird/connector.py index b3f63c7e9..242614e5d 100644 --- a/plugins/dbms/firebird/connector.py +++ b/plugins/dbms/firebird/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/enumeration.py b/plugins/dbms/firebird/enumeration.py index e8a793c9f..10fbd4045 100644 --- a/plugins/dbms/firebird/enumeration.py +++ b/plugins/dbms/firebird/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/filesystem.py b/plugins/dbms/firebird/filesystem.py index 861452f95..09575e3d3 100644 --- a/plugins/dbms/firebird/filesystem.py +++ b/plugins/dbms/firebird/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/fingerprint.py b/plugins/dbms/firebird/fingerprint.py index ef3290415..1027c8ce8 100644 --- a/plugins/dbms/firebird/fingerprint.py +++ b/plugins/dbms/firebird/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/syntax.py b/plugins/dbms/firebird/syntax.py index 425d7a054..69f416fb9 100644 --- a/plugins/dbms/firebird/syntax.py +++ b/plugins/dbms/firebird/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/firebird/takeover.py b/plugins/dbms/firebird/takeover.py index 06e0dceb0..e871b38f9 100644 --- a/plugins/dbms/firebird/takeover.py +++ b/plugins/dbms/firebird/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/__init__.py b/plugins/dbms/maxdb/__init__.py index 3e4dec32a..089f26154 100644 --- a/plugins/dbms/maxdb/__init__.py +++ b/plugins/dbms/maxdb/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/connector.py b/plugins/dbms/maxdb/connector.py index 0bf2baa4e..213982f60 100644 --- a/plugins/dbms/maxdb/connector.py +++ b/plugins/dbms/maxdb/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/enumeration.py b/plugins/dbms/maxdb/enumeration.py index a229def90..96e0d1331 100644 --- a/plugins/dbms/maxdb/enumeration.py +++ b/plugins/dbms/maxdb/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/filesystem.py b/plugins/dbms/maxdb/filesystem.py index e41c1499e..7d7f95dd1 100644 --- a/plugins/dbms/maxdb/filesystem.py +++ b/plugins/dbms/maxdb/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/fingerprint.py b/plugins/dbms/maxdb/fingerprint.py index 4da99573a..c6c65b523 100644 --- a/plugins/dbms/maxdb/fingerprint.py +++ b/plugins/dbms/maxdb/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/syntax.py b/plugins/dbms/maxdb/syntax.py index 82ec20bca..ec704ecda 100644 --- a/plugins/dbms/maxdb/syntax.py +++ b/plugins/dbms/maxdb/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/maxdb/takeover.py b/plugins/dbms/maxdb/takeover.py index d69e2efdb..c077e3148 100644 --- a/plugins/dbms/maxdb/takeover.py +++ b/plugins/dbms/maxdb/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/__init__.py b/plugins/dbms/mssqlserver/__init__.py index 57379c262..9b25e1758 100644 --- a/plugins/dbms/mssqlserver/__init__.py +++ b/plugins/dbms/mssqlserver/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/connector.py b/plugins/dbms/mssqlserver/connector.py index 2147ea019..887d2be24 100644 --- a/plugins/dbms/mssqlserver/connector.py +++ b/plugins/dbms/mssqlserver/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/enumeration.py b/plugins/dbms/mssqlserver/enumeration.py index ffa6c6c36..048894acd 100644 --- a/plugins/dbms/mssqlserver/enumeration.py +++ b/plugins/dbms/mssqlserver/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/filesystem.py b/plugins/dbms/mssqlserver/filesystem.py index c88a03032..bff4a7909 100644 --- a/plugins/dbms/mssqlserver/filesystem.py +++ b/plugins/dbms/mssqlserver/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/fingerprint.py b/plugins/dbms/mssqlserver/fingerprint.py index 9f95d28cd..79011512d 100644 --- a/plugins/dbms/mssqlserver/fingerprint.py +++ b/plugins/dbms/mssqlserver/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/syntax.py b/plugins/dbms/mssqlserver/syntax.py index 33e83b8d9..2307ed8f7 100644 --- a/plugins/dbms/mssqlserver/syntax.py +++ b/plugins/dbms/mssqlserver/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mssqlserver/takeover.py b/plugins/dbms/mssqlserver/takeover.py index c0d4a5d7a..13d436dd8 100644 --- a/plugins/dbms/mssqlserver/takeover.py +++ b/plugins/dbms/mssqlserver/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/__init__.py b/plugins/dbms/mysql/__init__.py index ef60f1676..2455fd4d8 100644 --- a/plugins/dbms/mysql/__init__.py +++ b/plugins/dbms/mysql/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/connector.py b/plugins/dbms/mysql/connector.py index c1db444ca..91bf5e3e5 100644 --- a/plugins/dbms/mysql/connector.py +++ b/plugins/dbms/mysql/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/enumeration.py b/plugins/dbms/mysql/enumeration.py index a8cc6245f..2a92bc84c 100644 --- a/plugins/dbms/mysql/enumeration.py +++ b/plugins/dbms/mysql/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/filesystem.py b/plugins/dbms/mysql/filesystem.py index 0130e8560..ee2b0809c 100644 --- a/plugins/dbms/mysql/filesystem.py +++ b/plugins/dbms/mysql/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/fingerprint.py b/plugins/dbms/mysql/fingerprint.py index 9fe5915e4..6c3ff0e3d 100644 --- a/plugins/dbms/mysql/fingerprint.py +++ b/plugins/dbms/mysql/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/syntax.py b/plugins/dbms/mysql/syntax.py index 46db55360..f03210ffa 100644 --- a/plugins/dbms/mysql/syntax.py +++ b/plugins/dbms/mysql/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/mysql/takeover.py b/plugins/dbms/mysql/takeover.py index 8d29b0e37..45d722d6e 100644 --- a/plugins/dbms/mysql/takeover.py +++ b/plugins/dbms/mysql/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/__init__.py b/plugins/dbms/oracle/__init__.py index 90d111261..e3369ecef 100644 --- a/plugins/dbms/oracle/__init__.py +++ b/plugins/dbms/oracle/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/connector.py b/plugins/dbms/oracle/connector.py index 2e534e041..98fa869ce 100644 --- a/plugins/dbms/oracle/connector.py +++ b/plugins/dbms/oracle/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/enumeration.py b/plugins/dbms/oracle/enumeration.py index b5669b56b..9bbb15f11 100644 --- a/plugins/dbms/oracle/enumeration.py +++ b/plugins/dbms/oracle/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/filesystem.py b/plugins/dbms/oracle/filesystem.py index beb22eaf1..4b2ab799c 100644 --- a/plugins/dbms/oracle/filesystem.py +++ b/plugins/dbms/oracle/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/fingerprint.py b/plugins/dbms/oracle/fingerprint.py index d0126e218..1d256a1d3 100644 --- a/plugins/dbms/oracle/fingerprint.py +++ b/plugins/dbms/oracle/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/syntax.py b/plugins/dbms/oracle/syntax.py index e4087e517..2ca14585e 100644 --- a/plugins/dbms/oracle/syntax.py +++ b/plugins/dbms/oracle/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/oracle/takeover.py b/plugins/dbms/oracle/takeover.py index 07758d398..4f2303278 100644 --- a/plugins/dbms/oracle/takeover.py +++ b/plugins/dbms/oracle/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/__init__.py b/plugins/dbms/postgresql/__init__.py index 379469718..0ec061786 100644 --- a/plugins/dbms/postgresql/__init__.py +++ b/plugins/dbms/postgresql/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/connector.py b/plugins/dbms/postgresql/connector.py index 5e9cb5eda..83573c75d 100644 --- a/plugins/dbms/postgresql/connector.py +++ b/plugins/dbms/postgresql/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/enumeration.py b/plugins/dbms/postgresql/enumeration.py index a8cc6245f..2a92bc84c 100644 --- a/plugins/dbms/postgresql/enumeration.py +++ b/plugins/dbms/postgresql/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/filesystem.py b/plugins/dbms/postgresql/filesystem.py index 15c3146fa..e10b467c8 100644 --- a/plugins/dbms/postgresql/filesystem.py +++ b/plugins/dbms/postgresql/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/fingerprint.py b/plugins/dbms/postgresql/fingerprint.py index 9f3ea0f51..8c32a197a 100644 --- a/plugins/dbms/postgresql/fingerprint.py +++ b/plugins/dbms/postgresql/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/syntax.py b/plugins/dbms/postgresql/syntax.py index 1f75f9d87..702a0df57 100644 --- a/plugins/dbms/postgresql/syntax.py +++ b/plugins/dbms/postgresql/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/postgresql/takeover.py b/plugins/dbms/postgresql/takeover.py index 34e53fcd2..58a2ac7d7 100644 --- a/plugins/dbms/postgresql/takeover.py +++ b/plugins/dbms/postgresql/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/__init__.py b/plugins/dbms/sqlite/__init__.py index d1a8d6a81..604bcb27f 100644 --- a/plugins/dbms/sqlite/__init__.py +++ b/plugins/dbms/sqlite/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/connector.py b/plugins/dbms/sqlite/connector.py index 28f93b4ab..9ca0942ab 100644 --- a/plugins/dbms/sqlite/connector.py +++ b/plugins/dbms/sqlite/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/enumeration.py b/plugins/dbms/sqlite/enumeration.py index dd87ef719..6d85350ef 100644 --- a/plugins/dbms/sqlite/enumeration.py +++ b/plugins/dbms/sqlite/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/filesystem.py b/plugins/dbms/sqlite/filesystem.py index c4af8d991..d785993fc 100644 --- a/plugins/dbms/sqlite/filesystem.py +++ b/plugins/dbms/sqlite/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/fingerprint.py b/plugins/dbms/sqlite/fingerprint.py index d38512814..e04160f68 100644 --- a/plugins/dbms/sqlite/fingerprint.py +++ b/plugins/dbms/sqlite/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/syntax.py b/plugins/dbms/sqlite/syntax.py index 095f6d8f4..e554b1648 100644 --- a/plugins/dbms/sqlite/syntax.py +++ b/plugins/dbms/sqlite/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sqlite/takeover.py b/plugins/dbms/sqlite/takeover.py index cb90e9b1b..77139f9bb 100644 --- a/plugins/dbms/sqlite/takeover.py +++ b/plugins/dbms/sqlite/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/__init__.py b/plugins/dbms/sybase/__init__.py index dbb72e88f..35c0abd1c 100644 --- a/plugins/dbms/sybase/__init__.py +++ b/plugins/dbms/sybase/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/connector.py b/plugins/dbms/sybase/connector.py index fc84cab7c..d2250fefb 100644 --- a/plugins/dbms/sybase/connector.py +++ b/plugins/dbms/sybase/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/enumeration.py b/plugins/dbms/sybase/enumeration.py index 757e1691e..38dbfea25 100644 --- a/plugins/dbms/sybase/enumeration.py +++ b/plugins/dbms/sybase/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/filesystem.py b/plugins/dbms/sybase/filesystem.py index 417079881..06e00b36e 100644 --- a/plugins/dbms/sybase/filesystem.py +++ b/plugins/dbms/sybase/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/fingerprint.py b/plugins/dbms/sybase/fingerprint.py index 0a8dccbbc..f93c57fcb 100644 --- a/plugins/dbms/sybase/fingerprint.py +++ b/plugins/dbms/sybase/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/syntax.py b/plugins/dbms/sybase/syntax.py index d9e3c18b2..42df25836 100644 --- a/plugins/dbms/sybase/syntax.py +++ b/plugins/dbms/sybase/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/dbms/sybase/takeover.py b/plugins/dbms/sybase/takeover.py index 51462d36f..070fa661a 100644 --- a/plugins/dbms/sybase/takeover.py +++ b/plugins/dbms/sybase/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index 12db5e3b6..652bcd8d8 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/connector.py b/plugins/generic/connector.py index 48cc71266..fff593b1b 100644 --- a/plugins/generic/connector.py +++ b/plugins/generic/connector.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index bbc3fdf68..d32af5f46 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index 0630fdeb0..b1d74c7fb 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index 70fb61adc..14ce1c84c 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 82c0a68db..d55e70867 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/syntax.py b/plugins/generic/syntax.py index ea566a23e..364ebc2ba 100644 --- a/plugins/generic/syntax.py +++ b/plugins/generic/syntax.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index 4b03e2405..512cbc97f 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/sqlmap.py b/sqlmap.py index e75b3cb5e..bebff9ecd 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/__init__.py b/tamper/__init__.py index 3f1d59c87..95bd00fd1 100644 --- a/tamper/__init__.py +++ b/tamper/__init__.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/apostrophemask.py b/tamper/apostrophemask.py index 6e366b2e1..8d1b77bd2 100644 --- a/tamper/apostrophemask.py +++ b/tamper/apostrophemask.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/apostrophenullencode.py b/tamper/apostrophenullencode.py index 5606bfd57..8baf4c7b9 100644 --- a/tamper/apostrophenullencode.py +++ b/tamper/apostrophenullencode.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/appendnullbyte.py b/tamper/appendnullbyte.py index b0293d94c..bcba5e746 100644 --- a/tamper/appendnullbyte.py +++ b/tamper/appendnullbyte.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/base64encode.py b/tamper/base64encode.py index 73045a03c..b83a4822f 100644 --- a/tamper/base64encode.py +++ b/tamper/base64encode.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/between.py b/tamper/between.py index 3b189ccf8..0ccfb8e10 100644 --- a/tamper/between.py +++ b/tamper/between.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/chardoubleencode.py b/tamper/chardoubleencode.py index 0fe847d25..26dc9879a 100644 --- a/tamper/chardoubleencode.py +++ b/tamper/chardoubleencode.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/charencode.py b/tamper/charencode.py index cf61862b8..02005dada 100644 --- a/tamper/charencode.py +++ b/tamper/charencode.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/charunicodeencode.py b/tamper/charunicodeencode.py index 54ee62c04..563df44c0 100644 --- a/tamper/charunicodeencode.py +++ b/tamper/charunicodeencode.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/equaltolike.py b/tamper/equaltolike.py index 2703c8477..c2a12e032 100644 --- a/tamper/equaltolike.py +++ b/tamper/equaltolike.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/ifnull2ifisnull.py b/tamper/ifnull2ifisnull.py index 1bcf8eb69..ac39ff998 100644 --- a/tamper/ifnull2ifisnull.py +++ b/tamper/ifnull2ifisnull.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/modsecurityversioned.py b/tamper/modsecurityversioned.py index 968f9c076..1a8ebd26f 100644 --- a/tamper/modsecurityversioned.py +++ b/tamper/modsecurityversioned.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/modsecurityzeroversioned.py b/tamper/modsecurityzeroversioned.py index bf93d40c2..14324d04f 100644 --- a/tamper/modsecurityzeroversioned.py +++ b/tamper/modsecurityzeroversioned.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/multiplespaces.py b/tamper/multiplespaces.py index c2435ff33..338e3df88 100644 --- a/tamper/multiplespaces.py +++ b/tamper/multiplespaces.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/percentage.py b/tamper/percentage.py index a243405e3..359b35d99 100644 --- a/tamper/percentage.py +++ b/tamper/percentage.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/randomcase.py b/tamper/randomcase.py index 0defdc9e5..a830980fa 100644 --- a/tamper/randomcase.py +++ b/tamper/randomcase.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/randomcomments.py b/tamper/randomcomments.py index 7c83875ca..6ed20b21e 100644 --- a/tamper/randomcomments.py +++ b/tamper/randomcomments.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/securesphere.py b/tamper/securesphere.py index 88ebb6cd2..d72e8bdc7 100644 --- a/tamper/securesphere.py +++ b/tamper/securesphere.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2comment.py b/tamper/space2comment.py index 90c16bb09..ad1399c5e 100644 --- a/tamper/space2comment.py +++ b/tamper/space2comment.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2dash.py b/tamper/space2dash.py index 515447a6b..87c181918 100644 --- a/tamper/space2dash.py +++ b/tamper/space2dash.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2hash.py b/tamper/space2hash.py index 5afac3fd6..851b01f4d 100644 --- a/tamper/space2hash.py +++ b/tamper/space2hash.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2morehash.py b/tamper/space2morehash.py index d30417775..0e6005b24 100644 --- a/tamper/space2morehash.py +++ b/tamper/space2morehash.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mssqlblank.py b/tamper/space2mssqlblank.py index 5a16121bd..83a39d212 100644 --- a/tamper/space2mssqlblank.py +++ b/tamper/space2mssqlblank.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mssqlhash.py b/tamper/space2mssqlhash.py index 55dda46e3..f276c658a 100644 --- a/tamper/space2mssqlhash.py +++ b/tamper/space2mssqlhash.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mysqlblank.py b/tamper/space2mysqlblank.py index 2efd7b159..0e28ef816 100644 --- a/tamper/space2mysqlblank.py +++ b/tamper/space2mysqlblank.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2mysqldash.py b/tamper/space2mysqldash.py index a05221b95..da58eba9c 100644 --- a/tamper/space2mysqldash.py +++ b/tamper/space2mysqldash.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2plus.py b/tamper/space2plus.py index 40f8378d2..4112f34dc 100644 --- a/tamper/space2plus.py +++ b/tamper/space2plus.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/space2randomblank.py b/tamper/space2randomblank.py index 5ea7ae35c..f8639effe 100644 --- a/tamper/space2randomblank.py +++ b/tamper/space2randomblank.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/unionalltounion.py b/tamper/unionalltounion.py index 8199702c7..85576596f 100644 --- a/tamper/unionalltounion.py +++ b/tamper/unionalltounion.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/unmagicquotes.py b/tamper/unmagicquotes.py index d79eb60c1..735dba93f 100644 --- a/tamper/unmagicquotes.py +++ b/tamper/unmagicquotes.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/versionedkeywords.py b/tamper/versionedkeywords.py index 7e1470d6a..d5bcd1d36 100644 --- a/tamper/versionedkeywords.py +++ b/tamper/versionedkeywords.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """ diff --git a/tamper/versionedmorekeywords.py b/tamper/versionedmorekeywords.py index b39b1de42..a2006ac6c 100644 --- a/tamper/versionedmorekeywords.py +++ b/tamper/versionedmorekeywords.py @@ -1,8 +1,6 @@ #!/usr/bin/env python """ -$Id$ - Copyright (c) 2006-2012 sqlmap developers (http://www.sqlmap.org/) See the file 'doc/COPYING' for copying permission """