mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor bug fix to make --file-read and --os-bof syntactically work also with -d (direct connection)
This commit is contained in:
parent
aee269cc14
commit
ebd40b3933
2 changed files with 2 additions and 4 deletions
|
|
@ -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 = '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue