minor bug fix

This commit is contained in:
Miroslav Stampar
2011-09-23 18:29:45 +00:00
parent 0c9944daa8
commit ba5eff1de6
2 changed files with 5 additions and 0 deletions

View File

@@ -239,6 +239,8 @@ class Web:
uplPage, _, _ = Request.getPage(url=self.webStagerUrl, direct=True, raise404=False)
uplPage = uplPage or ""
if "sqlmap file uploader" not in uplPage:
if localPath not in warned:
warnMsg = "unable to upload the file stager "