mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-24 07:09:02 +00:00
Minor bug fix to make --file-read and --os-bof syntactically work also with -d (direct connection)
This commit is contained in:
@@ -76,8 +76,7 @@ class Takeover(GenericTakeover):
|
||||
|
||||
shellcodeChar = shellcodeChar[:-1]
|
||||
|
||||
self.spExploit = """
|
||||
DECLARE @buf NVARCHAR(4000),
|
||||
self.spExploit = """DECLARE @buf NVARCHAR(4000),
|
||||
@val NVARCHAR(4),
|
||||
@counter INT
|
||||
SET @buf = '
|
||||
|
||||
Reference in New Issue
Block a user