sorry, cosmetics

This commit is contained in:
Miroslav Stampar 2010-10-14 23:18:29 +00:00
parent 1674142d82
commit 4f7f20b94f
159 changed files with 161 additions and 159 deletions

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -6,7 +6,7 @@ $Id$
cloak.py - Simple file encryption/compression utility
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import bz2

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -6,7 +6,7 @@ $Id$
dbgtool.py - Portable executable to ASCII debug script converter
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import os

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.controller.handler import setHandler

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.controller.action import action

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.data import conf

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
try:

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.datatype import advancedDict

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapDataException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.settings import PLATFORM

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
optDict = {

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.common import getUnicode

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import sys

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import sqlite3

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import logging

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import atexit

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import errno

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import doctest

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
class Unescaper:

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import sys

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import os

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from xml.sax.handler import ContentHandler

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import httplib

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import httplib

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.agent import agent

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import urllib2

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import httplib

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import urllib2

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.common import readInput

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import os

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import os

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import codecs

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.common import randomStr

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import threading

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import time

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.agent import agent

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import time

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
class _Getch:

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import cookielib

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.agent import agent

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import threading

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
pass

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.settings import ACCESS_SYSTEM_DBS

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
try:

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.data import logger

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapUnsupportedFeatureException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapSyntaxException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapUnsupportedFeatureException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.settings import FIREBIRD_SYSTEM_DBS

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
try:

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.data import logger

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapUnsupportedFeatureException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapSyntaxException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapUnsupportedFeatureException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.settings import MAXDB_SYSTEM_DBS

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapUnsupportedFeatureException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.data import logger

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapUnsupportedFeatureException

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
import re

View file

@ -4,7 +4,7 @@
$Id$
Copyright (c) 2006-2010 sqlmap developers (http://sqlmap.sourceforge.net/)
See the file doc/COPYING for copying permission.
See the file 'doc/COPYING' for copying permission
"""
from lib.core.exception import sqlmapSyntaxException

Some files were not shown because too many files have changed in this diff Show more