mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
Adding common data type to txt/common-outputs (--columns --predict-output)
This commit is contained in:
parent
4cd4f291d7
commit
175cb245cb
|
@ -1064,3 +1064,97 @@ Update_priv
|
||||||
User
|
User
|
||||||
x509_issuer
|
x509_issuer
|
||||||
x509_subject
|
x509_subject
|
||||||
|
|
||||||
|
# Oracle (types)
|
||||||
|
BINARY_INTEGER
|
||||||
|
BLOB
|
||||||
|
BOOLEAN
|
||||||
|
CHAR
|
||||||
|
CLOB
|
||||||
|
DATE
|
||||||
|
INTERVAL
|
||||||
|
LONG
|
||||||
|
MLSLABEL
|
||||||
|
NCHAR
|
||||||
|
NCLOB
|
||||||
|
NUMBER
|
||||||
|
NVARCHAR2
|
||||||
|
RAW
|
||||||
|
ROWID
|
||||||
|
TIMESTAMP
|
||||||
|
VARCHAR
|
||||||
|
VARCHAR2
|
||||||
|
XMLType
|
||||||
|
|
||||||
|
# MySQL (types)
|
||||||
|
bigint
|
||||||
|
blob
|
||||||
|
char
|
||||||
|
date
|
||||||
|
datetime
|
||||||
|
decimal
|
||||||
|
double
|
||||||
|
enum
|
||||||
|
float
|
||||||
|
int
|
||||||
|
set
|
||||||
|
smallint
|
||||||
|
text
|
||||||
|
time
|
||||||
|
tinyint
|
||||||
|
varchar
|
||||||
|
year
|
||||||
|
|
||||||
|
# Microsoft SQL Server (types)
|
||||||
|
bigint
|
||||||
|
binary
|
||||||
|
bit
|
||||||
|
char
|
||||||
|
cursor
|
||||||
|
date
|
||||||
|
datetime
|
||||||
|
datetime2
|
||||||
|
datetimeoffset
|
||||||
|
decimal
|
||||||
|
float
|
||||||
|
image
|
||||||
|
int
|
||||||
|
money
|
||||||
|
nchar
|
||||||
|
ntext
|
||||||
|
numeric
|
||||||
|
nvarchar
|
||||||
|
real
|
||||||
|
smalldatetime
|
||||||
|
smallint
|
||||||
|
smallmoney
|
||||||
|
sql_variant
|
||||||
|
table
|
||||||
|
text
|
||||||
|
time
|
||||||
|
timestamp
|
||||||
|
tinyint
|
||||||
|
uniqueidentifier
|
||||||
|
varbinary
|
||||||
|
varchar
|
||||||
|
xml
|
||||||
|
|
||||||
|
# PostgreSQL (types)
|
||||||
|
bigint
|
||||||
|
bigserial
|
||||||
|
boolean
|
||||||
|
bytea
|
||||||
|
character
|
||||||
|
date
|
||||||
|
decimal
|
||||||
|
double precision
|
||||||
|
integer
|
||||||
|
interval
|
||||||
|
money
|
||||||
|
numeric
|
||||||
|
real
|
||||||
|
serial
|
||||||
|
smallint
|
||||||
|
text
|
||||||
|
time
|
||||||
|
timestamp
|
||||||
|
|
Loading…
Reference in New Issue
Block a user