mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
it seems that this was indeed not meant to be here
This commit is contained in:
parent
304500a2e8
commit
7b3b9e6a87
|
@ -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"):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user