Minor refactoring

This commit is contained in:
Miroslav Stampar
2015-08-26 16:18:03 +02:00
parent a33b0454cd
commit 1cf012521d
7 changed files with 0 additions and 15 deletions

View File

@@ -205,7 +205,6 @@ class Web:
backdoorContent = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, "backdoor.%s_" % self.webApi))
stagerContent = decloak(os.path.join(paths.SQLMAP_SHELL_PATH, "stager.%s_" % self.webApi))
success = False
for directory in directories:
if not directory:
@@ -357,6 +356,4 @@ class Web:
infoMsg += self.webBackdoorUrl
logger.info(infoMsg)
success = True
break