mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Fix for an Issue #529
This commit is contained in:
parent
2fbd7e8929
commit
6f2c89bd7c
|
@ -479,7 +479,7 @@
|
|||
<hostname/>
|
||||
<table_comment/>
|
||||
<column_comment/>
|
||||
<is_dba/>
|
||||
<is_dba query="EXISTS(SELECT USER_ID FROM domain.users WHERE username=USER() AND usermode='SYSDBA')"/>
|
||||
<users>
|
||||
<inband query="SELECT username FROM domain.users"/>
|
||||
<blind query="SELECT MIN(username) FROM domain.users WHERE username>'%s'" count="SELECT CHR(COUNT(*)) FROM domain.users"/>
|
||||
|
|
Loading…
Reference in New Issue
Block a user