mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fix for an Issue #157
This commit is contained in:
@@ -3110,6 +3110,8 @@ def evaluateCode(code, variables=None):
|
||||
|
||||
try:
|
||||
exec(code, variables)
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
except KeyboardInterrupt:
|
||||
raise
|
||||
except Exception, ex:
|
||||
|
||||
Reference in New Issue
Block a user