mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-20 21:13:18 +03:00
cosmetics
This commit is contained in:
parent
cc6efc4015
commit
53e735ea9d
|
@ -19,6 +19,7 @@ from operator import itemgetter
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
|
TIMEOUT = 10
|
||||||
CONFIG_FILE = 'sqlharvest.cfg'
|
CONFIG_FILE = 'sqlharvest.cfg'
|
||||||
TABLES_FILE = 'tables.txt'
|
TABLES_FILE = 'tables.txt'
|
||||||
USER_AGENT = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; AskTB5.3)'
|
USER_AGENT = 'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; AskTB5.3)'
|
||||||
|
@ -60,8 +61,7 @@ def main():
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
timeout = 10
|
socket.setdefaulttimeout(TIMEOUT)
|
||||||
socket.setdefaulttimeout(timeout)
|
|
||||||
|
|
||||||
files, oldFiles = None, None
|
files, oldFiles = None, None
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user