mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Added resume functionality to -d and fixed logging with -d
This commit is contained in:
parent
e0d0913fc6
commit
eecee3b274
10 changed files with 33 additions and 25 deletions
|
|
@ -66,8 +66,6 @@ class Connector(GenericConnector):
|
|||
return None
|
||||
|
||||
def execute(self, query):
|
||||
logger.debug(query)
|
||||
|
||||
try:
|
||||
self.cursor.execute(query)
|
||||
except kinterbasdb.OperationalError, msg:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue