mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
more Sybase updates
This commit is contained in:
parent
b71bb321dd
commit
f30dea74f3
3 changed files with 68 additions and 3 deletions
|
|
@ -499,11 +499,11 @@
|
|||
<privileges/>
|
||||
<roles/>
|
||||
<dbs>
|
||||
<inband query="SELECT name FROM master..sysdatabases ORDER BY 1"/>
|
||||
<inband query="SELECT name FROM master..sysdatabases"/>
|
||||
<blind/>
|
||||
</dbs>
|
||||
<tables>
|
||||
<inband query="SELECT name FROM %s..sysobjects WHERE type IN ('U') ORDER BY 1"/>
|
||||
<inband query="SELECT name FROM %s..sysobjects WHERE type IN ('U')"/>
|
||||
<blind/>
|
||||
</tables>
|
||||
<columns>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue