mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update regarding --live-test
This commit is contained in:
parent
ea52d7acad
commit
e80c9e08d8
2 changed files with 8 additions and 10 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue