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

@ -611,6 +611,9 @@ mariano <marianoso@gmail.com>
mitchell <mitchell@tufala.net>
for reporting a bug
Nadzree <nadzree@bake180.com>
for reporting a minor bug
nightman <nightman@email.de>
for reporting considerable amount of bugs

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 "