mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor bug fix
This commit is contained in:
parent
0c9944daa8
commit
ba5eff1de6
2 changed files with 5 additions and 0 deletions
|
|
@ -611,6 +611,9 @@ mariano <marianoso@gmail.com>
|
||||||
mitchell <mitchell@tufala.net>
|
mitchell <mitchell@tufala.net>
|
||||||
for reporting a bug
|
for reporting a bug
|
||||||
|
|
||||||
|
Nadzree <nadzree@bake180.com>
|
||||||
|
for reporting a minor bug
|
||||||
|
|
||||||
nightman <nightman@email.de>
|
nightman <nightman@email.de>
|
||||||
for reporting considerable amount of bugs
|
for reporting considerable amount of bugs
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -239,6 +239,8 @@ class Web:
|
||||||
|
|
||||||
uplPage, _, _ = Request.getPage(url=self.webStagerUrl, direct=True, raise404=False)
|
uplPage, _, _ = Request.getPage(url=self.webStagerUrl, direct=True, raise404=False)
|
||||||
|
|
||||||
|
uplPage = uplPage or ""
|
||||||
|
|
||||||
if "sqlmap file uploader" not in uplPage:
|
if "sqlmap file uploader" not in uplPage:
|
||||||
if localPath not in warned:
|
if localPath not in warned:
|
||||||
warnMsg = "unable to upload the file stager "
|
warnMsg = "unable to upload the file stager "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue