From 8b4883313602e4d46e616ef13f45cc69897462a5 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 14 Oct 2010 14:41:14 +0000 Subject: [PATCH] large commit with copyright header modifications --- extra/__init__.py | 19 ++----------------- extra/cloak/__init__.py | 19 +++---------------- extra/cloak/cloak.py | 19 ++++--------------- extra/dbgtool/__init__.py | 19 +++---------------- extra/dbgtool/dbgtool.py | 20 ++++---------------- lib/__init__.py | 19 ++----------------- lib/contrib/__init__.py | 19 ++----------------- lib/controller/__init__.py | 19 ++----------------- lib/controller/action.py | 19 ++----------------- lib/controller/checks.py | 19 ++----------------- lib/controller/controller.py | 19 ++----------------- lib/controller/handler.py | 19 ++----------------- lib/core/__init__.py | 19 ++----------------- lib/core/agent.py | 19 ++----------------- lib/core/common.py | 19 ++----------------- lib/core/convert.py | 19 ++----------------- lib/core/data.py | 19 ++----------------- lib/core/datatype.py | 19 ++----------------- lib/core/dump.py | 19 ++----------------- lib/core/exception.py | 19 ++----------------- lib/core/option.py | 19 ++----------------- lib/core/optiondict.py | 19 ++----------------- lib/core/profiling.py | 18 ++---------------- lib/core/progress.py | 19 ++----------------- lib/core/readlineng.py | 24 ++---------------------- lib/core/replication.py | 20 ++------------------ lib/core/session.py | 19 ++----------------- lib/core/settings.py | 19 ++----------------- lib/core/shell.py | 19 ++----------------- lib/core/subprocessng.py | 19 ++----------------- lib/core/target.py | 19 ++----------------- lib/core/testing.py | 18 ++---------------- lib/core/unescaper.py | 19 ++----------------- lib/core/update.py | 19 ++----------------- lib/parse/__init__.py | 19 ++----------------- lib/parse/banner.py | 19 ++----------------- lib/parse/cmdline.py | 19 ++----------------- lib/parse/configfile.py | 19 ++----------------- lib/parse/handler.py | 19 ++----------------- lib/parse/headers.py | 19 ++----------------- lib/parse/html.py | 19 ++----------------- lib/parse/queriesfile.py | 19 ++----------------- lib/request/__init__.py | 19 ++----------------- lib/request/basic.py | 19 ++----------------- lib/request/certhandler.py | 19 ++----------------- lib/request/comparison.py | 19 ++----------------- lib/request/connect.py | 19 ++----------------- lib/request/direct.py | 19 ++----------------- lib/request/inject.py | 19 ++----------------- lib/request/methodrequest.py | 18 ++---------------- lib/request/proxy.py | 19 ++----------------- lib/request/redirecthandler.py | 19 ++----------------- lib/takeover/__init__.py | 19 ++----------------- lib/takeover/abstraction.py | 19 ++----------------- lib/takeover/metasploit.py | 19 ++----------------- lib/takeover/registry.py | 19 ++----------------- lib/takeover/udf.py | 19 ++----------------- lib/takeover/upx.py | 20 +++----------------- lib/takeover/web.py | 19 ++----------------- lib/takeover/xp_cmdshell.py | 19 ++----------------- lib/techniques/__init__.py | 19 ++----------------- lib/techniques/blind/__init__.py | 19 ++----------------- lib/techniques/blind/inference.py | 19 ++----------------- lib/techniques/blind/timebased.py | 19 ++----------------- lib/techniques/error/__init__.py | 19 ++----------------- lib/techniques/inband/__init__.py | 19 ++----------------- lib/techniques/inband/union/__init__.py | 19 ++----------------- lib/techniques/inband/union/test.py | 19 ++----------------- lib/techniques/inband/union/use.py | 19 ++----------------- lib/techniques/outband/__init__.py | 19 ++----------------- lib/techniques/outband/stacked.py | 19 ++----------------- lib/utils/__init__.py | 19 ++----------------- lib/utils/detection.py | 19 ++----------------- lib/utils/getch.py | 19 +++---------------- lib/utils/google.py | 19 ++----------------- lib/utils/parenthesis.py | 19 ++----------------- lib/utils/resume.py | 19 ++----------------- lib/utils/timeout.py | 19 ++----------------- plugins/__init__.py | 19 ++----------------- plugins/dbms/__init__.py | 19 ++----------------- plugins/dbms/access/__init__.py | 19 ++----------------- plugins/dbms/access/enumeration.py | 19 ++----------------- plugins/dbms/access/filesystem.py | 19 ++----------------- plugins/dbms/access/fingerprint.py | 19 ++----------------- plugins/dbms/access/syntax.py | 19 ++----------------- plugins/dbms/access/takeover.py | 19 ++----------------- plugins/dbms/firebird/__init__.py | 19 ++----------------- plugins/dbms/firebird/connector.py | 19 ++----------------- plugins/dbms/firebird/enumeration.py | 19 ++----------------- plugins/dbms/firebird/filesystem.py | 19 ++----------------- plugins/dbms/firebird/fingerprint.py | 19 ++----------------- plugins/dbms/firebird/syntax.py | 19 ++----------------- plugins/dbms/firebird/takeover.py | 19 ++----------------- plugins/dbms/maxdb/__init__.py | 19 ++----------------- plugins/dbms/maxdb/connector.py | 19 ++----------------- plugins/dbms/maxdb/enumeration.py | 19 ++----------------- plugins/dbms/maxdb/filesystem.py | 19 ++----------------- plugins/dbms/maxdb/fingerprint.py | 19 ++----------------- plugins/dbms/maxdb/syntax.py | 19 ++----------------- plugins/dbms/maxdb/takeover.py | 19 ++----------------- plugins/dbms/mssqlserver/__init__.py | 19 ++----------------- plugins/dbms/mssqlserver/connector.py | 19 ++----------------- plugins/dbms/mssqlserver/enumeration.py | 19 ++----------------- plugins/dbms/mssqlserver/filesystem.py | 19 ++----------------- plugins/dbms/mssqlserver/fingerprint.py | 19 ++----------------- plugins/dbms/mssqlserver/syntax.py | 19 ++----------------- plugins/dbms/mssqlserver/takeover.py | 19 ++----------------- plugins/dbms/mysql/__init__.py | 19 ++----------------- plugins/dbms/mysql/connector.py | 19 ++----------------- plugins/dbms/mysql/enumeration.py | 19 ++----------------- plugins/dbms/mysql/filesystem.py | 19 ++----------------- plugins/dbms/mysql/fingerprint.py | 19 ++----------------- plugins/dbms/mysql/syntax.py | 19 ++----------------- plugins/dbms/mysql/takeover.py | 19 ++----------------- plugins/dbms/oracle/__init__.py | 19 ++----------------- plugins/dbms/oracle/connector.py | 19 ++----------------- plugins/dbms/oracle/enumeration.py | 19 ++----------------- plugins/dbms/oracle/filesystem.py | 19 ++----------------- plugins/dbms/oracle/fingerprint.py | 19 ++----------------- plugins/dbms/oracle/syntax.py | 19 ++----------------- plugins/dbms/oracle/takeover.py | 19 ++----------------- plugins/dbms/postgresql/__init__.py | 19 ++----------------- plugins/dbms/postgresql/connector.py | 19 ++----------------- plugins/dbms/postgresql/enumeration.py | 19 ++----------------- plugins/dbms/postgresql/filesystem.py | 19 ++----------------- plugins/dbms/postgresql/fingerprint.py | 19 ++----------------- plugins/dbms/postgresql/syntax.py | 19 ++----------------- plugins/dbms/postgresql/takeover.py | 19 ++----------------- plugins/dbms/sqlite/__init__.py | 19 ++----------------- plugins/dbms/sqlite/connector.py | 19 ++----------------- plugins/dbms/sqlite/enumeration.py | 19 ++----------------- plugins/dbms/sqlite/filesystem.py | 19 ++----------------- plugins/dbms/sqlite/fingerprint.py | 19 ++----------------- plugins/dbms/sqlite/syntax.py | 19 ++----------------- plugins/dbms/sqlite/takeover.py | 19 ++----------------- plugins/dbms/sybase/__init__.py | 21 +++------------------ plugins/dbms/sybase/connector.py | 19 ++----------------- plugins/dbms/sybase/enumeration.py | 21 +++------------------ plugins/dbms/sybase/filesystem.py | 21 +++------------------ plugins/dbms/sybase/fingerprint.py | 21 +++------------------ plugins/dbms/sybase/syntax.py | 19 ++----------------- plugins/dbms/sybase/takeover.py | 21 +++------------------ plugins/generic/__init__.py | 19 ++----------------- plugins/generic/connector.py | 19 ++----------------- plugins/generic/enumeration.py | 19 ++----------------- plugins/generic/filesystem.py | 19 ++----------------- plugins/generic/fingerprint.py | 19 ++----------------- plugins/generic/misc.py | 19 ++----------------- plugins/generic/syntax.py | 19 ++----------------- plugins/generic/takeover.py | 19 ++----------------- sqlmap.py | 19 ++----------------- tamper/__init__.py | 10 ++++++++-- tamper/charencode.py | 8 ++++++-- tamper/doubleencode.py | 8 ++++++-- tamper/ifnull2ifisnull.py | 8 ++++++-- tamper/randomblanks.py | 8 ++++++-- tamper/randomcase.py | 8 ++++++-- tamper/space2comment.py | 8 ++++++-- 158 files changed, 359 insertions(+), 2583 deletions(-) diff --git a/extra/__init__.py b/extra/__init__.py index c0c019e4b..a9994068c 100644 --- a/extra/__init__.py +++ b/extra/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/extra/cloak/__init__.py b/extra/cloak/__init__.py index 179c50316..a9994068c 100755 --- a/extra/cloak/__init__.py +++ b/extra/cloak/__init__.py @@ -1,23 +1,10 @@ #!/usr/bin/env python """ -cloak.py - Simple file encryption/compression utility -Copyright (C) 2010 Miroslav Stampar, Bernardo Damele A. G. -email(s): miroslav.stampar@gmail.com, bernardo.damele@gmail.com +$Id$ -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/extra/cloak/cloak.py b/extra/cloak/cloak.py index ea25198ac..b64111fa0 100755 --- a/extra/cloak/cloak.py +++ b/extra/cloak/cloak.py @@ -1,23 +1,12 @@ #!/usr/bin/env python """ +$Id$ + cloak.py - Simple file encryption/compression utility -Copyright (C) 2010 Miroslav Stampar, Bernardo Damele A. G. -email(s): miroslav.stampar@gmail.com, bernardo.damele@gmail.com -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import bz2 diff --git a/extra/dbgtool/__init__.py b/extra/dbgtool/__init__.py index d80a10197..a9994068c 100644 --- a/extra/dbgtool/__init__.py +++ b/extra/dbgtool/__init__.py @@ -1,23 +1,10 @@ #!/usr/bin/env python """ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. +$Id$ -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/extra/dbgtool/dbgtool.py b/extra/dbgtool/dbgtool.py index 076a185b5..3429fdf75 100755 --- a/extra/dbgtool/dbgtool.py +++ b/extra/dbgtool/dbgtool.py @@ -1,24 +1,12 @@ #!/usr/bin/env python """ +$Id$ + dbgtool.py - Portable executable to ASCII debug script converter -Copyright (C) 2009-2010 Bernardo Damele A. G. -web: http://bernardodamele.blogspot.com/ -email: bernardo.damele@gmail.com -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import os diff --git a/lib/__init__.py b/lib/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/__init__.py +++ b/lib/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/contrib/__init__.py b/lib/contrib/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/contrib/__init__.py +++ b/lib/contrib/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/controller/__init__.py b/lib/controller/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/controller/__init__.py +++ b/lib/controller/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/controller/action.py b/lib/controller/action.py index 518ab58c4..b426a2ee3 100644 --- a/lib/controller/action.py +++ b/lib/controller/action.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.controller.handler import setHandler diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 4bec5b3d7..aa3595c12 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/controller/controller.py b/lib/controller/controller.py index f9a827610..2c0f0708a 100644 --- a/lib/controller/controller.py +++ b/lib/controller/controller.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.controller.action import action diff --git a/lib/controller/handler.py b/lib/controller/handler.py index 359eeef51..e2d6a5d41 100644 --- a/lib/controller/handler.py +++ b/lib/controller/handler.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.data import conf diff --git a/lib/core/__init__.py b/lib/core/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/core/__init__.py +++ b/lib/core/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/core/agent.py b/lib/core/agent.py index a6e18adf1..70f3807ee 100644 --- a/lib/core/agent.py +++ b/lib/core/agent.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/core/common.py b/lib/core/common.py index d9b28be38..68c521785 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/core/convert.py b/lib/core/convert.py index b8f8f1686..c105dc1b2 100644 --- a/lib/core/convert.py +++ b/lib/core/convert.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/lib/core/data.py b/lib/core/data.py index a55eb2182..4694cd39a 100644 --- a/lib/core/data.py +++ b/lib/core/data.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.datatype import advancedDict diff --git a/lib/core/datatype.py b/lib/core/datatype.py index 98f18ae54..0188e40b9 100644 --- a/lib/core/datatype.py +++ b/lib/core/datatype.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapDataException diff --git a/lib/core/dump.py b/lib/core/dump.py index 466739415..a7c0f6886 100644 --- a/lib/core/dump.py +++ b/lib/core/dump.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/core/exception.py b/lib/core/exception.py index ee269bfde..48039934e 100644 --- a/lib/core/exception.py +++ b/lib/core/exception.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import PLATFORM diff --git a/lib/core/option.py b/lib/core/option.py index 6cb3145a8..a69d2b379 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/core/optiondict.py b/lib/core/optiondict.py index 83d4e7b13..334b2fae9 100644 --- a/lib/core/optiondict.py +++ b/lib/core/optiondict.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ optDict = { diff --git a/lib/core/profiling.py b/lib/core/profiling.py index 48a348526..bbd578f52 100644 --- a/lib/core/profiling.py +++ b/lib/core/profiling.py @@ -3,22 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2010 Miroslav Stampar - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/core/progress.py b/lib/core/progress.py index 0eea52ce0..4a92834ed 100644 --- a/lib/core/progress.py +++ b/lib/core/progress.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.common import getUnicode diff --git a/lib/core/readlineng.py b/lib/core/readlineng.py index ecb225b5f..2bb8a9f67 100644 --- a/lib/core/readlineng.py +++ b/lib/core/readlineng.py @@ -3,28 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -Based on IPython readline library (IPython/rlineimpl.py), imports and -provides the "correct" version of readline for the platform. -In addition to normal readline stuff, this module provides haveReadline -boolean and _outputfile variable used in genutils. +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import sys diff --git a/lib/core/replication.py b/lib/core/replication.py index 0667ace8c..784fce50e 100644 --- a/lib/core/replication.py +++ b/lib/core/replication.py @@ -3,24 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (C) 2010 Miroslav Stampar, Bernardo Damele A. G. -email(s): miroslav.stampar@gmail.com, bernardo.damele@gmail.com - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import sqlite3 diff --git a/lib/core/session.py b/lib/core/session.py index fe5e86f01..5156219e1 100644 --- a/lib/core/session.py +++ b/lib/core/session.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/core/settings.py b/lib/core/settings.py index a4fd629eb..f023d263d 100644 --- a/lib/core/settings.py +++ b/lib/core/settings.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import logging diff --git a/lib/core/shell.py b/lib/core/shell.py index 4865e4fd9..f4c8e38a3 100644 --- a/lib/core/shell.py +++ b/lib/core/shell.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import atexit diff --git a/lib/core/subprocessng.py b/lib/core/subprocessng.py index 1aa216a14..c5484cab5 100644 --- a/lib/core/subprocessng.py +++ b/lib/core/subprocessng.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import errno diff --git a/lib/core/target.py b/lib/core/target.py index d411fb014..3ff841792 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/core/testing.py b/lib/core/testing.py index aa31a5629..095ca5ad4 100644 --- a/lib/core/testing.py +++ b/lib/core/testing.py @@ -3,22 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2010 Miroslav Stampar - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import doctest diff --git a/lib/core/unescaper.py b/lib/core/unescaper.py index 9f78a5f29..f88d3f4ec 100644 --- a/lib/core/unescaper.py +++ b/lib/core/unescaper.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ class Unescaper: diff --git a/lib/core/update.py b/lib/core/update.py index ec4cdd079..6c1ea83ad 100644 --- a/lib/core/update.py +++ b/lib/core/update.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/parse/__init__.py b/lib/parse/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/parse/__init__.py +++ b/lib/parse/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/parse/banner.py b/lib/parse/banner.py index 3672ce500..d90b75b8f 100644 --- a/lib/parse/banner.py +++ b/lib/parse/banner.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 638676680..0262c4952 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import sys diff --git a/lib/parse/configfile.py b/lib/parse/configfile.py index caac429c1..249d0908b 100644 --- a/lib/parse/configfile.py +++ b/lib/parse/configfile.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/parse/handler.py b/lib/parse/handler.py index dab235438..41e03d421 100644 --- a/lib/parse/handler.py +++ b/lib/parse/handler.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/parse/headers.py b/lib/parse/headers.py index 89276a0aa..aea5de6d3 100644 --- a/lib/parse/headers.py +++ b/lib/parse/headers.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import os diff --git a/lib/parse/html.py b/lib/parse/html.py index 8e8ada376..d90517df6 100644 --- a/lib/parse/html.py +++ b/lib/parse/html.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/parse/queriesfile.py b/lib/parse/queriesfile.py index 0f8cdc6fd..e9fa79e11 100644 --- a/lib/parse/queriesfile.py +++ b/lib/parse/queriesfile.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from xml.sax.handler import ContentHandler diff --git a/lib/request/__init__.py b/lib/request/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/request/__init__.py +++ b/lib/request/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/request/basic.py b/lib/request/basic.py index ce74e41b5..81b359b70 100644 --- a/lib/request/basic.py +++ b/lib/request/basic.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/request/certhandler.py b/lib/request/certhandler.py index 58de62f2d..4b062710b 100644 --- a/lib/request/certhandler.py +++ b/lib/request/certhandler.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import httplib diff --git a/lib/request/comparison.py b/lib/request/comparison.py index 19ddc0b43..feac01147 100644 --- a/lib/request/comparison.py +++ b/lib/request/comparison.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/request/connect.py b/lib/request/connect.py index 416aa6763..576683abd 100644 --- a/lib/request/connect.py +++ b/lib/request/connect.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import httplib diff --git a/lib/request/direct.py b/lib/request/direct.py index 0c2f63b99..062ba015b 100644 --- a/lib/request/direct.py +++ b/lib/request/direct.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/lib/request/inject.py b/lib/request/inject.py index eeb5cb1d3..bae1ff476 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/request/methodrequest.py b/lib/request/methodrequest.py index fc6363e6b..eca3285df 100644 --- a/lib/request/methodrequest.py +++ b/lib/request/methodrequest.py @@ -3,22 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2010 Miroslav Stampar - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import urllib2 diff --git a/lib/request/proxy.py b/lib/request/proxy.py index 3eccf10a0..b9a129c38 100644 --- a/lib/request/proxy.py +++ b/lib/request/proxy.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import httplib diff --git a/lib/request/redirecthandler.py b/lib/request/redirecthandler.py index 30029b174..44d47b9ca 100644 --- a/lib/request/redirecthandler.py +++ b/lib/request/redirecthandler.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import urllib2 diff --git a/lib/takeover/__init__.py b/lib/takeover/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/takeover/__init__.py +++ b/lib/takeover/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/takeover/abstraction.py b/lib/takeover/abstraction.py index 1d0d74a5d..9514d6ec9 100644 --- a/lib/takeover/abstraction.py +++ b/lib/takeover/abstraction.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.common import readInput diff --git a/lib/takeover/metasploit.py b/lib/takeover/metasploit.py index bd6683578..9ce0b6a7d 100644 --- a/lib/takeover/metasploit.py +++ b/lib/takeover/metasploit.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/takeover/registry.py b/lib/takeover/registry.py index 2191b52ac..269dfe281 100644 --- a/lib/takeover/registry.py +++ b/lib/takeover/registry.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import os diff --git a/lib/takeover/udf.py b/lib/takeover/udf.py index 08895ebee..01bc7227a 100644 --- a/lib/takeover/udf.py +++ b/lib/takeover/udf.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import os diff --git a/lib/takeover/upx.py b/lib/takeover/upx.py index 2cc497171..6f6ef9018 100644 --- a/lib/takeover/upx.py +++ b/lib/takeover/upx.py @@ -3,25 +3,11 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ + import os import time diff --git a/lib/takeover/web.py b/lib/takeover/web.py index 3f41ca9ae..5f0c5506c 100644 --- a/lib/takeover/web.py +++ b/lib/takeover/web.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/lib/takeover/xp_cmdshell.py b/lib/takeover/xp_cmdshell.py index 47bab0241..e5eee3588 100644 --- a/lib/takeover/xp_cmdshell.py +++ b/lib/takeover/xp_cmdshell.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.common import randomStr diff --git a/lib/techniques/__init__.py b/lib/techniques/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/techniques/__init__.py +++ b/lib/techniques/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/techniques/blind/__init__.py b/lib/techniques/blind/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/techniques/blind/__init__.py +++ b/lib/techniques/blind/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/techniques/blind/inference.py b/lib/techniques/blind/inference.py index bf5429db2..05813f5ce 100644 --- a/lib/techniques/blind/inference.py +++ b/lib/techniques/blind/inference.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import threading diff --git a/lib/techniques/blind/timebased.py b/lib/techniques/blind/timebased.py index 68ae8aa5e..3abe8022c 100644 --- a/lib/techniques/blind/timebased.py +++ b/lib/techniques/blind/timebased.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import time diff --git a/lib/techniques/error/__init__.py b/lib/techniques/error/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/techniques/error/__init__.py +++ b/lib/techniques/error/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/techniques/inband/__init__.py b/lib/techniques/inband/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/techniques/inband/__init__.py +++ b/lib/techniques/inband/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/techniques/inband/union/__init__.py b/lib/techniques/inband/union/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/techniques/inband/union/__init__.py +++ b/lib/techniques/inband/union/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/techniques/inband/union/test.py b/lib/techniques/inband/union/test.py index 8657738b3..015b211ba 100644 --- a/lib/techniques/inband/union/test.py +++ b/lib/techniques/inband/union/test.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/lib/techniques/inband/union/use.py b/lib/techniques/inband/union/use.py index 57dc187b7..cb652fe4a 100644 --- a/lib/techniques/inband/union/use.py +++ b/lib/techniques/inband/union/use.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/techniques/outband/__init__.py b/lib/techniques/outband/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/techniques/outband/__init__.py +++ b/lib/techniques/outband/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/techniques/outband/stacked.py b/lib/techniques/outband/stacked.py index 34710622a..9975ff9d4 100644 --- a/lib/techniques/outband/stacked.py +++ b/lib/techniques/outband/stacked.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import time diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index c0c019e4b..a9994068c 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/lib/utils/detection.py b/lib/utils/detection.py index ffd5f80f9..32b9ecd38 100644 --- a/lib/utils/detection.py +++ b/lib/utils/detection.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/utils/getch.py b/lib/utils/getch.py index 504765949..85685a13d 100644 --- a/lib/utils/getch.py +++ b/lib/utils/getch.py @@ -3,27 +3,14 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ -### Reference: http://code.activestate.com/recipes/134892/ class _Getch: """ Gets a single character from standard input. Does not echo to - the screen. + the screen (reference: http://code.activestate.com/recipes/134892/) """ def __init__(self): try: diff --git a/lib/utils/google.py b/lib/utils/google.py index 84a01a325..d93b03483 100644 --- a/lib/utils/google.py +++ b/lib/utils/google.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import cookielib diff --git a/lib/utils/parenthesis.py b/lib/utils/parenthesis.py index 90afe4057..b0967f4e5 100644 --- a/lib/utils/parenthesis.py +++ b/lib/utils/parenthesis.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/lib/utils/resume.py b/lib/utils/resume.py index 51c67cea7..4e89be0b4 100644 --- a/lib/utils/resume.py +++ b/lib/utils/resume.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/lib/utils/timeout.py b/lib/utils/timeout.py index 77c954c8b..2f0687993 100644 --- a/lib/utils/timeout.py +++ b/lib/utils/timeout.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import threading diff --git a/plugins/__init__.py b/plugins/__init__.py index c0c019e4b..a9994068c 100644 --- a/plugins/__init__.py +++ b/plugins/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/plugins/dbms/__init__.py b/plugins/dbms/__init__.py index c0c019e4b..a9994068c 100644 --- a/plugins/dbms/__init__.py +++ b/plugins/dbms/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/plugins/dbms/access/__init__.py b/plugins/dbms/access/__init__.py index 37efd4030..2075c4954 100644 --- a/plugins/dbms/access/__init__.py +++ b/plugins/dbms/access/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2009 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import ACCESS_SYSTEM_DBS diff --git a/plugins/dbms/access/enumeration.py b/plugins/dbms/access/enumeration.py index 1fa10e4f0..cad7db226 100644 --- a/plugins/dbms/access/enumeration.py +++ b/plugins/dbms/access/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.data import logger diff --git a/plugins/dbms/access/filesystem.py b/plugins/dbms/access/filesystem.py index 5cb1574ae..cdb214cb3 100644 --- a/plugins/dbms/access/filesystem.py +++ b/plugins/dbms/access/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/access/fingerprint.py b/plugins/dbms/access/fingerprint.py index 05beb2633..f419b26ab 100644 --- a/plugins/dbms/access/fingerprint.py +++ b/plugins/dbms/access/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/dbms/access/syntax.py b/plugins/dbms/access/syntax.py index 909086312..a7f5da988 100644 --- a/plugins/dbms/access/syntax.py +++ b/plugins/dbms/access/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/access/takeover.py b/plugins/dbms/access/takeover.py index 2a1f25389..2f05a8fb0 100644 --- a/plugins/dbms/access/takeover.py +++ b/plugins/dbms/access/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/firebird/__init__.py b/plugins/dbms/firebird/__init__.py index e52386db6..21df9ebc6 100644 --- a/plugins/dbms/firebird/__init__.py +++ b/plugins/dbms/firebird/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2009 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import FIREBIRD_SYSTEM_DBS diff --git a/plugins/dbms/firebird/connector.py b/plugins/dbms/firebird/connector.py index a1532d2ed..67f65541f 100644 --- a/plugins/dbms/firebird/connector.py +++ b/plugins/dbms/firebird/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/plugins/dbms/firebird/enumeration.py b/plugins/dbms/firebird/enumeration.py index 76254bb6c..b714998cc 100644 --- a/plugins/dbms/firebird/enumeration.py +++ b/plugins/dbms/firebird/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.data import logger diff --git a/plugins/dbms/firebird/filesystem.py b/plugins/dbms/firebird/filesystem.py index 2f33b4d63..7b3bf479e 100644 --- a/plugins/dbms/firebird/filesystem.py +++ b/plugins/dbms/firebird/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/firebird/fingerprint.py b/plugins/dbms/firebird/fingerprint.py index 2b83460ed..4502d9aa7 100644 --- a/plugins/dbms/firebird/fingerprint.py +++ b/plugins/dbms/firebird/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/dbms/firebird/syntax.py b/plugins/dbms/firebird/syntax.py index 0064b714f..11f266197 100644 --- a/plugins/dbms/firebird/syntax.py +++ b/plugins/dbms/firebird/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/firebird/takeover.py b/plugins/dbms/firebird/takeover.py index e5b49f419..317737cb3 100644 --- a/plugins/dbms/firebird/takeover.py +++ b/plugins/dbms/firebird/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/maxdb/__init__.py b/plugins/dbms/maxdb/__init__.py index 45a9c2aa5..1ca4b13ce 100644 --- a/plugins/dbms/maxdb/__init__.py +++ b/plugins/dbms/maxdb/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2009 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import MAXDB_SYSTEM_DBS diff --git a/plugins/dbms/maxdb/connector.py b/plugins/dbms/maxdb/connector.py index 5172945f0..d0606b530 100644 --- a/plugins/dbms/maxdb/connector.py +++ b/plugins/dbms/maxdb/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/maxdb/enumeration.py b/plugins/dbms/maxdb/enumeration.py index 6c5dedf5e..ca54e9b85 100644 --- a/plugins/dbms/maxdb/enumeration.py +++ b/plugins/dbms/maxdb/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.data import logger diff --git a/plugins/dbms/maxdb/filesystem.py b/plugins/dbms/maxdb/filesystem.py index 435de8094..ece9de1b3 100644 --- a/plugins/dbms/maxdb/filesystem.py +++ b/plugins/dbms/maxdb/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/maxdb/fingerprint.py b/plugins/dbms/maxdb/fingerprint.py index 2c40f8b2a..956acd2f3 100644 --- a/plugins/dbms/maxdb/fingerprint.py +++ b/plugins/dbms/maxdb/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/dbms/maxdb/syntax.py b/plugins/dbms/maxdb/syntax.py index ad2304552..7303560c8 100644 --- a/plugins/dbms/maxdb/syntax.py +++ b/plugins/dbms/maxdb/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/maxdb/takeover.py b/plugins/dbms/maxdb/takeover.py index be34e6a75..e66177a7d 100644 --- a/plugins/dbms/maxdb/takeover.py +++ b/plugins/dbms/maxdb/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/mssqlserver/__init__.py b/plugins/dbms/mssqlserver/__init__.py index e31562be2..9ba709854 100644 --- a/plugins/dbms/mssqlserver/__init__.py +++ b/plugins/dbms/mssqlserver/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import MSSQL_SYSTEM_DBS diff --git a/plugins/dbms/mssqlserver/connector.py b/plugins/dbms/mssqlserver/connector.py index aa2723528..748a7ae43 100644 --- a/plugins/dbms/mssqlserver/connector.py +++ b/plugins/dbms/mssqlserver/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/plugins/dbms/mssqlserver/enumeration.py b/plugins/dbms/mssqlserver/enumeration.py index 01c58bd33..7a17ba87b 100644 --- a/plugins/dbms/mssqlserver/enumeration.py +++ b/plugins/dbms/mssqlserver/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/plugins/dbms/mssqlserver/filesystem.py b/plugins/dbms/mssqlserver/filesystem.py index c0dec6084..a1d37670e 100644 --- a/plugins/dbms/mssqlserver/filesystem.py +++ b/plugins/dbms/mssqlserver/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/plugins/dbms/mssqlserver/fingerprint.py b/plugins/dbms/mssqlserver/fingerprint.py index 8e6c146dd..12e72c127 100644 --- a/plugins/dbms/mssqlserver/fingerprint.py +++ b/plugins/dbms/mssqlserver/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/plugins/dbms/mssqlserver/syntax.py b/plugins/dbms/mssqlserver/syntax.py index 1df8fea1e..3c4f74b05 100644 --- a/plugins/dbms/mssqlserver/syntax.py +++ b/plugins/dbms/mssqlserver/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/mssqlserver/takeover.py b/plugins/dbms/mssqlserver/takeover.py index e1771240c..7f9472e44 100644 --- a/plugins/dbms/mssqlserver/takeover.py +++ b/plugins/dbms/mssqlserver/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import binascii diff --git a/plugins/dbms/mysql/__init__.py b/plugins/dbms/mysql/__init__.py index d31439970..869379292 100644 --- a/plugins/dbms/mysql/__init__.py +++ b/plugins/dbms/mysql/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import MYSQL_SYSTEM_DBS diff --git a/plugins/dbms/mysql/connector.py b/plugins/dbms/mysql/connector.py index be04c978e..b07e4f7c7 100644 --- a/plugins/dbms/mysql/connector.py +++ b/plugins/dbms/mysql/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/plugins/dbms/mysql/enumeration.py b/plugins/dbms/mysql/enumeration.py index 9cd2a0936..3f165485e 100644 --- a/plugins/dbms/mysql/enumeration.py +++ b/plugins/dbms/mysql/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from plugins.generic.enumeration import Enumeration as GenericEnumeration diff --git a/plugins/dbms/mysql/filesystem.py b/plugins/dbms/mysql/filesystem.py index 35fede0de..d7e6c0a0d 100644 --- a/plugins/dbms/mysql/filesystem.py +++ b/plugins/dbms/mysql/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.common import randomStr diff --git a/plugins/dbms/mysql/fingerprint.py b/plugins/dbms/mysql/fingerprint.py index c9fa2317f..faec63dc5 100644 --- a/plugins/dbms/mysql/fingerprint.py +++ b/plugins/dbms/mysql/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/dbms/mysql/syntax.py b/plugins/dbms/mysql/syntax.py index 221ffb622..7b92f4381 100644 --- a/plugins/dbms/mysql/syntax.py +++ b/plugins/dbms/mysql/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/mysql/takeover.py b/plugins/dbms/mysql/takeover.py index 889e5bece..2a35f3f7a 100644 --- a/plugins/dbms/mysql/takeover.py +++ b/plugins/dbms/mysql/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/dbms/oracle/__init__.py b/plugins/dbms/oracle/__init__.py index ca88c1de4..0de6928d5 100644 --- a/plugins/dbms/oracle/__init__.py +++ b/plugins/dbms/oracle/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import ORACLE_SYSTEM_DBS diff --git a/plugins/dbms/oracle/connector.py b/plugins/dbms/oracle/connector.py index 54861c21c..b449a4958 100644 --- a/plugins/dbms/oracle/connector.py +++ b/plugins/dbms/oracle/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/plugins/dbms/oracle/enumeration.py b/plugins/dbms/oracle/enumeration.py index 9262eee3b..f5ae3870d 100644 --- a/plugins/dbms/oracle/enumeration.py +++ b/plugins/dbms/oracle/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/plugins/dbms/oracle/filesystem.py b/plugins/dbms/oracle/filesystem.py index 6df07d5f7..a1f03efca 100644 --- a/plugins/dbms/oracle/filesystem.py +++ b/plugins/dbms/oracle/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/oracle/fingerprint.py b/plugins/dbms/oracle/fingerprint.py index 9200d880e..dec72946e 100644 --- a/plugins/dbms/oracle/fingerprint.py +++ b/plugins/dbms/oracle/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/dbms/oracle/syntax.py b/plugins/dbms/oracle/syntax.py index ad2304552..7303560c8 100644 --- a/plugins/dbms/oracle/syntax.py +++ b/plugins/dbms/oracle/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/oracle/takeover.py b/plugins/dbms/oracle/takeover.py index e54e42264..2c5cc6966 100644 --- a/plugins/dbms/oracle/takeover.py +++ b/plugins/dbms/oracle/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/postgresql/__init__.py b/plugins/dbms/postgresql/__init__.py index 87b45c293..cc5956899 100644 --- a/plugins/dbms/postgresql/__init__.py +++ b/plugins/dbms/postgresql/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import PGSQL_SYSTEM_DBS diff --git a/plugins/dbms/postgresql/connector.py b/plugins/dbms/postgresql/connector.py index 4abe50b04..ff92b8e76 100644 --- a/plugins/dbms/postgresql/connector.py +++ b/plugins/dbms/postgresql/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/plugins/dbms/postgresql/enumeration.py b/plugins/dbms/postgresql/enumeration.py index 7e310cf3a..13735d5f6 100644 --- a/plugins/dbms/postgresql/enumeration.py +++ b/plugins/dbms/postgresql/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from plugins.generic.enumeration import Enumeration as GenericEnumeration diff --git a/plugins/dbms/postgresql/filesystem.py b/plugins/dbms/postgresql/filesystem.py index ea102d68e..a5c6c4677 100644 --- a/plugins/dbms/postgresql/filesystem.py +++ b/plugins/dbms/postgresql/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import os diff --git a/plugins/dbms/postgresql/fingerprint.py b/plugins/dbms/postgresql/fingerprint.py index 1f378d62c..94242f499 100644 --- a/plugins/dbms/postgresql/fingerprint.py +++ b/plugins/dbms/postgresql/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/dbms/postgresql/syntax.py b/plugins/dbms/postgresql/syntax.py index b8967f453..b01ef380b 100644 --- a/plugins/dbms/postgresql/syntax.py +++ b/plugins/dbms/postgresql/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/postgresql/takeover.py b/plugins/dbms/postgresql/takeover.py index 174886631..7061270da 100644 --- a/plugins/dbms/postgresql/takeover.py +++ b/plugins/dbms/postgresql/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.common import randomStr diff --git a/plugins/dbms/sqlite/__init__.py b/plugins/dbms/sqlite/__init__.py index 58578e2f9..dbe858827 100644 --- a/plugins/dbms/sqlite/__init__.py +++ b/plugins/dbms/sqlite/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2009 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import SQLITE_SYSTEM_DBS diff --git a/plugins/dbms/sqlite/connector.py b/plugins/dbms/sqlite/connector.py index c3f7f13db..650f3e11b 100644 --- a/plugins/dbms/sqlite/connector.py +++ b/plugins/dbms/sqlite/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/plugins/dbms/sqlite/enumeration.py b/plugins/dbms/sqlite/enumeration.py index 6b79d4b71..b4ad1ee05 100644 --- a/plugins/dbms/sqlite/enumeration.py +++ b/plugins/dbms/sqlite/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.data import conf diff --git a/plugins/dbms/sqlite/filesystem.py b/plugins/dbms/sqlite/filesystem.py index 607c28023..dc013d77b 100644 --- a/plugins/dbms/sqlite/filesystem.py +++ b/plugins/dbms/sqlite/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/sqlite/fingerprint.py b/plugins/dbms/sqlite/fingerprint.py index 49ed3988d..f51bf925d 100644 --- a/plugins/dbms/sqlite/fingerprint.py +++ b/plugins/dbms/sqlite/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/plugins/dbms/sqlite/syntax.py b/plugins/dbms/sqlite/syntax.py index cb6f4f556..2b59d08fc 100644 --- a/plugins/dbms/sqlite/syntax.py +++ b/plugins/dbms/sqlite/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/sqlite/takeover.py b/plugins/dbms/sqlite/takeover.py index eb79d49fd..7068a5e82 100644 --- a/plugins/dbms/sqlite/takeover.py +++ b/plugins/dbms/sqlite/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/sybase/__init__.py b/plugins/dbms/sybase/__init__.py index c9c82d3c7..e94a193bb 100644 --- a/plugins/dbms/sybase/__init__.py +++ b/plugins/dbms/sybase/__init__.py @@ -1,25 +1,10 @@ #!/usr/bin/env python """ -$Id: __init__.py 1505 2010-03-23 21:26:45Z inquisb $ +$Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2009 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.settings import SYBASE_SYSTEM_DBS diff --git a/plugins/dbms/sybase/connector.py b/plugins/dbms/sybase/connector.py index aa2723528..748a7ae43 100644 --- a/plugins/dbms/sybase/connector.py +++ b/plugins/dbms/sybase/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ try: diff --git a/plugins/dbms/sybase/enumeration.py b/plugins/dbms/sybase/enumeration.py index b87dabcd6..0a680daec 100644 --- a/plugins/dbms/sybase/enumeration.py +++ b/plugins/dbms/sybase/enumeration.py @@ -1,25 +1,10 @@ #!/usr/bin/env python """ -$Id: enumeration.py 1835 2010-08-31 14:25:37Z stamparm $ +$Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.data import conf diff --git a/plugins/dbms/sybase/filesystem.py b/plugins/dbms/sybase/filesystem.py index 28c45d372..ae95e5de5 100644 --- a/plugins/dbms/sybase/filesystem.py +++ b/plugins/dbms/sybase/filesystem.py @@ -1,25 +1,10 @@ #!/usr/bin/env python """ -$Id: filesystem.py 1505 2010-03-23 21:26:45Z inquisb $ +$Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/dbms/sybase/fingerprint.py b/plugins/dbms/sybase/fingerprint.py index 703ea69ba..27cdf459c 100644 --- a/plugins/dbms/sybase/fingerprint.py +++ b/plugins/dbms/sybase/fingerprint.py @@ -1,25 +1,10 @@ #!/usr/bin/env python """ -$Id: fingerprint.py 1961 2010-10-11 13:52:32Z stamparm $ +$Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.agent import agent diff --git a/plugins/dbms/sybase/syntax.py b/plugins/dbms/sybase/syntax.py index 1df8fea1e..3c4f74b05 100644 --- a/plugins/dbms/sybase/syntax.py +++ b/plugins/dbms/sybase/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapSyntaxException diff --git a/plugins/dbms/sybase/takeover.py b/plugins/dbms/sybase/takeover.py index 6d4fa6fcc..f9a9883c7 100644 --- a/plugins/dbms/sybase/takeover.py +++ b/plugins/dbms/sybase/takeover.py @@ -1,25 +1,10 @@ #!/usr/bin/env python """ -$Id: takeover.py 1505 2010-03-23 21:26:45Z inquisb $ +$Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUnsupportedFeatureException diff --git a/plugins/generic/__init__.py b/plugins/generic/__init__.py index c0c019e4b..a9994068c 100644 --- a/plugins/generic/__init__.py +++ b/plugins/generic/__init__.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ pass diff --git a/plugins/generic/connector.py b/plugins/generic/connector.py index d1f489247..56c51c591 100644 --- a/plugins/generic/connector.py +++ b/plugins/generic/connector.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 021101301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import os diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index 256373ccc..658fd3e62 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/generic/filesystem.py b/plugins/generic/filesystem.py index 66aa5c022..b646c730d 100644 --- a/plugins/generic/filesystem.py +++ b/plugins/generic/filesystem.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import binascii diff --git a/plugins/generic/fingerprint.py b/plugins/generic/fingerprint.py index 4eee25979..cff257f59 100644 --- a/plugins/generic/fingerprint.py +++ b/plugins/generic/fingerprint.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUndefinedMethod diff --git a/plugins/generic/misc.py b/plugins/generic/misc.py index 28731e9f7..50e2bf2a3 100644 --- a/plugins/generic/misc.py +++ b/plugins/generic/misc.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import re diff --git a/plugins/generic/syntax.py b/plugins/generic/syntax.py index 4a43a67bc..bd8f0e711 100644 --- a/plugins/generic/syntax.py +++ b/plugins/generic/syntax.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 021101301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.exception import sqlmapUndefinedMethod diff --git a/plugins/generic/takeover.py b/plugins/generic/takeover.py index e614fa498..6dbea7883 100644 --- a/plugins/generic/takeover.py +++ b/plugins/generic/takeover.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ from lib.core.common import readInput diff --git a/sqlmap.py b/sqlmap.py index c6384f0ab..3b403c216 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -3,23 +3,8 @@ """ $Id$ -This file is part of the sqlmap project, http://sqlmap.sourceforge.net. - -Copyright (c) 2007-2010 Bernardo Damele A. G. -Copyright (c) 2006 Daniele Bellucci - -sqlmap is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation version 2 of the License. - -sqlmap is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS -FOR A PARTICULAR PURPOSE. See the GNU General Public License for more -details. - -You should have received a copy of the GNU General Public License along -with sqlmap; if not, write to the Free Software Foundation, Inc., 51 -Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. """ import codecs diff --git a/tamper/__init__.py b/tamper/__init__.py index cfa34d22a..6975e4f01 100644 --- a/tamper/__init__.py +++ b/tamper/__init__.py @@ -1,4 +1,10 @@ #!/usr/bin/env python -# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/) -# See the file doc/COPYING for copying permission. +""" +$Id$ + +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. +""" + +pass \ No newline at end of file diff --git a/tamper/charencode.py b/tamper/charencode.py index f7dee799b..ddc315aae 100644 --- a/tamper/charencode.py +++ b/tamper/charencode.py @@ -1,7 +1,11 @@ #!/usr/bin/env python -# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/) -# See the file doc/COPYING for copying permission. +""" +$Id$ + +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. +""" import re import string diff --git a/tamper/doubleencode.py b/tamper/doubleencode.py index 605355c5b..1eca33b2e 100644 --- a/tamper/doubleencode.py +++ b/tamper/doubleencode.py @@ -1,7 +1,11 @@ #!/usr/bin/env python -# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/) -# See the file doc/COPYING for copying permission. +""" +$Id$ + +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. +""" import re diff --git a/tamper/ifnull2ifisnull.py b/tamper/ifnull2ifisnull.py index 337a2090e..a544a97d2 100644 --- a/tamper/ifnull2ifisnull.py +++ b/tamper/ifnull2ifisnull.py @@ -1,7 +1,11 @@ #!/usr/bin/env python -# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/) -# See the file doc/COPYING for copying permission. +""" +$Id$ + +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. +""" import re diff --git a/tamper/randomblanks.py b/tamper/randomblanks.py index ee85bc008..0d9cb09c6 100644 --- a/tamper/randomblanks.py +++ b/tamper/randomblanks.py @@ -1,7 +1,11 @@ #!/usr/bin/env python -# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/) -# See the file doc/COPYING for copying permission. +""" +$Id$ + +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. +""" import re import string diff --git a/tamper/randomcase.py b/tamper/randomcase.py index 4d34df038..eade1d1e1 100644 --- a/tamper/randomcase.py +++ b/tamper/randomcase.py @@ -1,7 +1,11 @@ #!/usr/bin/env python -# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/) -# See the file doc/COPYING for copying permission. +""" +$Id$ + +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. +""" import re import string diff --git a/tamper/space2comment.py b/tamper/space2comment.py index fb1005361..bd653a275 100644 --- a/tamper/space2comment.py +++ b/tamper/space2comment.py @@ -1,7 +1,11 @@ #!/usr/bin/env python -# Copyright (c) 2006-2010 sqlmap project (http://sqlmap.sourceforge.net/) -# See the file doc/COPYING for copying permission. +""" +$Id$ + +Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/) +See the file doc/COPYING for copying permission. +""" import re