mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Bug fix for MySQL's --os-pwn
This commit is contained in:
parent
e77126e847
commit
e439095593
3 changed files with 4 additions and 4 deletions
|
|
@ -116,7 +116,7 @@ class Web:
|
|||
multipartParams['__EVENTVALIDATION'] = kb.data.__EVENTVALIDATION
|
||||
multipartParams['__VIEWSTATE'] = kb.data.__VIEWSTATE
|
||||
|
||||
page = Request.getPage(url=self.webStagerUrl, multipart=multipartParams, raise404=False)
|
||||
page, _, _ = Request.getPage(url=self.webStagerUrl, multipart=multipartParams, raise404=False)
|
||||
|
||||
if "File uploaded" not in page:
|
||||
warnMsg = "unable to upload the file through the web file "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue