mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
it seems that this was indeed not meant to be here
This commit is contained in:
@@ -255,9 +255,6 @@ def start():
|
|||||||
test = __randomFillBlankFields(test)
|
test = __randomFillBlankFields(test)
|
||||||
conf.url = "%s?%s" % (firstPart, test)
|
conf.url = "%s?%s" % (firstPart, test)
|
||||||
|
|
||||||
# we need to reinitialize environment as
|
|
||||||
# we are expecting changes in testing data
|
|
||||||
#initTargetEnv()
|
|
||||||
parseTargetUrl()
|
parseTargetUrl()
|
||||||
|
|
||||||
elif test[0] in ("n", "N"):
|
elif test[0] in ("n", "N"):
|
||||||
|
|||||||
Reference in New Issue
Block a user