mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01:00
Fix for an Issue #529
This commit is contained in:
parent
2fbd7e8929
commit
6f2c89bd7c
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@
|
||||||
<hostname/>
|
<hostname/>
|
||||||
<table_comment/>
|
<table_comment/>
|
||||||
<column_comment/>
|
<column_comment/>
|
||||||
<is_dba/>
|
<is_dba query="EXISTS(SELECT USER_ID FROM domain.users WHERE username=USER() AND usermode='SYSDBA')"/>
|
||||||
<users>
|
<users>
|
||||||
<inband query="SELECT username FROM domain.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"/>
|
<blind query="SELECT MIN(username) FROM domain.users WHERE username>'%s'" count="SELECT CHR(COUNT(*)) FROM domain.users"/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue