mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-24 18:43:47 +03:00
minor bug fix
This commit is contained in:
parent
0c9944daa8
commit
ba5eff1de6
|
@ -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
|
||||
|
||||
|
|
|
@ -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 "
|
||||
|
|
Loading…
Reference in New Issue
Block a user