mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Updated Microsoft SQL Server XML signatures file and minor bug fix in connection library
This commit is contained in:
parent
1d7de719b9
commit
58f3eee390
2 changed files with 22 additions and 6 deletions
|
|
@ -210,7 +210,7 @@ class Connect:
|
|||
|
||||
time.sleep(1)
|
||||
|
||||
return Connect.__getPageProxy(get=get, post=post, cookie=cookie, ua=ua, direct=direct, multipart=multipart)
|
||||
return Connect.__getPageProxy(url=url, get=get, post=post, cookie=cookie, ua=ua, direct=direct, multipart=multipart, silent=silent)
|
||||
|
||||
else:
|
||||
raise sqlmapConnectionException, warnMsg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue