From f03394381597028f05dcda690a2ae3ed189af6dd Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Fri, 30 Jul 2010 11:47:32 +0000 Subject: [PATCH] new file added --- extra/dbgtool/__init__.py | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 extra/dbgtool/__init__.py diff --git a/extra/dbgtool/__init__.py b/extra/dbgtool/__init__.py new file mode 100644 index 000000000..d80a10197 --- /dev/null +++ b/extra/dbgtool/__init__.py @@ -0,0 +1,23 @@ +#!/usr/bin/env python + +""" +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 +""" + +pass