File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313import socket
1414import string
1515import sys
16- import sqlite3
1716import threading
1817import time
1918import urllib2
5352from lib .core .common import singleTimeWarnMessage
5453from lib .core .common import UnicodeRawConfigParser
5554from lib .core .common import urldecode
56- from lib .core .common import urlencode
57- from lib .core .convert import base64pickle
5855from lib .core .convert import base64unpickle
5956from lib .core .data import conf
6057from lib .core .data import kb
9592from lib .core .settings import CRAWL_EXCLUDE_EXTENSIONS
9693from lib .core .settings import CUSTOM_INJECTION_MARK_CHAR
9794from lib .core .settings import DB2_ALIASES
98- from lib .core .settings import DEFAULT_GET_POST_DELIMITER
9995from lib .core .settings import DEFAULT_PAGE_ENCODING
10096from lib .core .settings import DEFAULT_TOR_HTTP_PORTS
10197from lib .core .settings import DEFAULT_TOR_SOCKS_PORT
117113from lib .core .settings import SUPPORTED_OS
118114from lib .core .settings import SYBASE_ALIASES
119115from lib .core .settings import TIME_DELAY_CANDIDATES
120- from lib .core .settings import UNENCODED_ORIGINAL_VALUE
121116from lib .core .settings import UNION_CHAR_REGEX
122117from lib .core .settings import UNKNOWN_DBMS_VERSION
123118from lib .core .settings import URI_INJECTABLE_REGEX
Original file line number Diff line number Diff line change 3535from lib .core .data import queries
3636from lib .core .dicts import FROM_DUMMY_TABLE
3737from lib .core .enums import DBMS
38- from lib .core .enums import PAYLOAD
3938from lib .core .settings import CHECK_ZERO_COLUMNS_THRESHOLD
4039from lib .core .settings import MYSQL_ERROR_CHUNK_LENGTH
4140from lib .core .settings import MSSQL_ERROR_CHUNK_LENGTH
You can’t perform that action at this time.
0 commit comments