mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update regarding --live-test
This commit is contained in:
@@ -218,8 +218,6 @@ def runCase(switches=None, log=None, session=None):
|
||||
for item in log:
|
||||
if item.startswith("r'") and item.endswith("'"):
|
||||
if not re.search(item[2:-1], content, re.DOTALL):
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
retVal = False
|
||||
break
|
||||
elif content.find(item) < 0:
|
||||
|
||||
Reference in New Issue
Block a user