mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Minor improvements
This commit is contained in:
parent
fa1357b40f
commit
82bce81e28
|
@ -8,6 +8,9 @@ Chip Andrews <chip@sqlsecurity.com>
|
||||||
at SQLSecurity.com and permission to implement the update feature
|
at SQLSecurity.com and permission to implement the update feature
|
||||||
taking data from his site
|
taking data from his site
|
||||||
|
|
||||||
|
Smith Andy <teh.one@hotmail.com>
|
||||||
|
for suggesting a feature
|
||||||
|
|
||||||
Otavio Augusto <otavioarj@gmail.com>
|
Otavio Augusto <otavioarj@gmail.com>
|
||||||
for reporting a minor bug
|
for reporting a minor bug
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,18 @@
|
||||||
[Banners]
|
[Banners]
|
||||||
|
|
||||||
# MySQL
|
# MySQL
|
||||||
|
3.22.
|
||||||
|
3.23.
|
||||||
4.0.
|
4.0.
|
||||||
4.1.
|
4.1.
|
||||||
5.0.
|
5.0.
|
||||||
5.1.
|
5.1.
|
||||||
5.5.
|
5.5.
|
||||||
|
6.0.
|
||||||
|
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
PostgreSQL 7.
|
PostgreSQL 7.3
|
||||||
|
PostgreSQL 7.4
|
||||||
PostgreSQL 8.1
|
PostgreSQL 8.1
|
||||||
PostgreSQL 8.2
|
PostgreSQL 8.2
|
||||||
PostgreSQL 8.3
|
PostgreSQL 8.3
|
||||||
|
@ -25,6 +29,12 @@ Oracle Database 11g Standard Edition Release
|
||||||
Oracle Database 11g Express Edition Release
|
Oracle Database 11g Express Edition Release
|
||||||
Oracle Database 11g Enterprise Edition Release
|
Oracle Database 11g Enterprise Edition Release
|
||||||
|
|
||||||
|
# Microsoft SQL Server
|
||||||
|
Microsoft SQL Server 7.0
|
||||||
|
Microsoft SQL Server 2000
|
||||||
|
Microsoft SQL Server 2005
|
||||||
|
Microsoft SQL Server 2008
|
||||||
|
|
||||||
|
|
||||||
[Users]
|
[Users]
|
||||||
|
|
||||||
|
@ -63,6 +73,9 @@ TSMSYS
|
||||||
WMSYS
|
WMSYS
|
||||||
XDB
|
XDB
|
||||||
|
|
||||||
|
# Microsoft SQL Server
|
||||||
|
sa
|
||||||
|
|
||||||
|
|
||||||
[Passwords]
|
[Passwords]
|
||||||
|
|
||||||
|
@ -70,11 +83,14 @@ XDB
|
||||||
*00E247AC5F9AF26AE0194B41E1E769DEE1429A29 # testpass
|
*00E247AC5F9AF26AE0194B41E1E769DEE1429A29 # testpass
|
||||||
|
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
md599e5ea7a6f7c3269995cba3927fd0093
|
md599e5ea7a6f7c3269995cba3927fd0093 # testpass
|
||||||
|
|
||||||
# Oracle
|
# Oracle
|
||||||
2D5A0C491B634F1B # testpass
|
2D5A0C491B634F1B # testpass
|
||||||
|
|
||||||
|
# Microsoft SQL Server
|
||||||
|
0x0100098a6200f657f7d012dfa7dc1fd1b154d4dfb8cd20596d22 # testpass
|
||||||
|
|
||||||
|
|
||||||
[Privileges]
|
[Privileges]
|
||||||
|
|
||||||
|
@ -351,20 +367,26 @@ mysql
|
||||||
phpmyadmin
|
phpmyadmin
|
||||||
|
|
||||||
# PostgreSQL
|
# PostgreSQL
|
||||||
|
pg_catalog
|
||||||
postgres
|
postgres
|
||||||
|
public
|
||||||
template0
|
template0
|
||||||
template1
|
template1
|
||||||
|
|
||||||
# Microsoft SQL Server
|
# Microsoft SQL Server
|
||||||
tempdb
|
AdventureWorks
|
||||||
model
|
AdventureWorksDW
|
||||||
master
|
master
|
||||||
|
model
|
||||||
msdb
|
msdb
|
||||||
|
ReportServer
|
||||||
|
ReportServerTempDB
|
||||||
|
tempdb
|
||||||
|
|
||||||
|
|
||||||
[Tables]
|
[Tables]
|
||||||
|
|
||||||
# MySQL
|
# MySQL >= 5.0
|
||||||
CHARACTER_SETS
|
CHARACTER_SETS
|
||||||
COLLATION_CHARACTER_SET_APPLICABILITY
|
COLLATION_CHARACTER_SET_APPLICABILITY
|
||||||
COLLATIONS
|
COLLATIONS
|
||||||
|
@ -393,6 +415,8 @@ TABLES
|
||||||
TRIGGERS
|
TRIGGERS
|
||||||
USER_PRIVILEGES
|
USER_PRIVILEGES
|
||||||
VIEWS
|
VIEWS
|
||||||
|
|
||||||
|
# MySQL
|
||||||
columns_priv
|
columns_priv
|
||||||
db
|
db
|
||||||
event
|
event
|
||||||
|
@ -427,6 +451,57 @@ pma_relation
|
||||||
pma_table_coords
|
pma_table_coords
|
||||||
pma_table_info
|
pma_table_info
|
||||||
|
|
||||||
|
# PostgreSQL
|
||||||
|
pg_aggregate
|
||||||
|
pg_am
|
||||||
|
pg_amop
|
||||||
|
pg_amproc
|
||||||
|
pg_attrdef
|
||||||
|
pg_attribute
|
||||||
|
pg_authid
|
||||||
|
pg_auth_members
|
||||||
|
pg_cast
|
||||||
|
pg_class
|
||||||
|
pg_constraint
|
||||||
|
pg_conversion
|
||||||
|
pg_database
|
||||||
|
pg_depend
|
||||||
|
pg_description
|
||||||
|
pg_enum
|
||||||
|
pg_foreign_data_wrapper
|
||||||
|
pg_foreign_server
|
||||||
|
pg_index
|
||||||
|
pg_inherits
|
||||||
|
pg_language
|
||||||
|
pg_largeobject
|
||||||
|
pg_listener
|
||||||
|
pg_namespace
|
||||||
|
pg_opclass
|
||||||
|
pg_operator
|
||||||
|
pg_opfamily
|
||||||
|
pg_pltemplate
|
||||||
|
pg_proc
|
||||||
|
pg_rewrite
|
||||||
|
pg_shdepend
|
||||||
|
pg_shdescription
|
||||||
|
pg_statistic
|
||||||
|
pg_tablespace
|
||||||
|
pg_trigger
|
||||||
|
pg_ts_config
|
||||||
|
pg_ts_config_map
|
||||||
|
pg_ts_dict
|
||||||
|
pg_ts_parser
|
||||||
|
pg_ts_template
|
||||||
|
pg_type
|
||||||
|
pg_user_mapping
|
||||||
|
sql_features
|
||||||
|
sql_implementation_info
|
||||||
|
sql_languages
|
||||||
|
sql_packages
|
||||||
|
sql_parts
|
||||||
|
sql_sizing
|
||||||
|
sql_sizing_profiles
|
||||||
|
|
||||||
# Oracle
|
# Oracle
|
||||||
BONUS
|
BONUS
|
||||||
DEPT
|
DEPT
|
||||||
|
@ -435,6 +510,39 @@ SALGRADE
|
||||||
USERS
|
USERS
|
||||||
|
|
||||||
# Microsoft SQL Server
|
# Microsoft SQL Server
|
||||||
|
## Database: AdventureWorksDW
|
||||||
|
AdventureWorksDWBuildVersion
|
||||||
|
DatabaseLog
|
||||||
|
DimAccount
|
||||||
|
DimCurrency
|
||||||
|
DimCustomer
|
||||||
|
DimDepartmentGroup
|
||||||
|
DimEmployee
|
||||||
|
DimGeography
|
||||||
|
DimOrganization
|
||||||
|
DimProduct
|
||||||
|
DimProductCategory
|
||||||
|
DimProductSubcategory
|
||||||
|
DimPromotion
|
||||||
|
DimReseller
|
||||||
|
DimSalesReason
|
||||||
|
DimSalesTerritory
|
||||||
|
DimScenario
|
||||||
|
DimTime
|
||||||
|
FactCurrencyRate
|
||||||
|
FactFinance
|
||||||
|
FactInternetSales
|
||||||
|
FactInternetSalesReason
|
||||||
|
FactResellerSales
|
||||||
|
FactSalesQuota
|
||||||
|
ProspectiveBuyer
|
||||||
|
vAssocSeqLineItems
|
||||||
|
vAssocSeqOrders
|
||||||
|
vDMPrep
|
||||||
|
vTargetMail
|
||||||
|
vTimeSeries
|
||||||
|
|
||||||
|
## Database: master
|
||||||
all_columns
|
all_columns
|
||||||
all_objects
|
all_objects
|
||||||
all_parameters
|
all_parameters
|
||||||
|
@ -450,10 +558,12 @@ asymmetric_keys
|
||||||
backup_devices
|
backup_devices
|
||||||
certificates
|
certificates
|
||||||
CHECK_CONSTRAINTS
|
CHECK_CONSTRAINTS
|
||||||
|
check_constraints
|
||||||
COLUMN_DOMAIN_USAGE
|
COLUMN_DOMAIN_USAGE
|
||||||
COLUMN_PRIVILEGES
|
COLUMN_PRIVILEGES
|
||||||
column_type_usages
|
column_type_usages
|
||||||
column_xml_schema_collection_usages
|
column_xml_schema_collection_usages
|
||||||
|
columns
|
||||||
COLUMNS
|
COLUMNS
|
||||||
computed_columns
|
computed_columns
|
||||||
configurations
|
configurations
|
||||||
|
@ -577,7 +687,6 @@ indexes
|
||||||
internal_tables
|
internal_tables
|
||||||
KEY_COLUMN_USAGE
|
KEY_COLUMN_USAGE
|
||||||
key_constraints
|
key_constraints
|
||||||
key_constraints
|
|
||||||
key_encryptions
|
key_encryptions
|
||||||
linked_logins
|
linked_logins
|
||||||
login_token
|
login_token
|
||||||
|
@ -590,11 +699,10 @@ MSreplication_options
|
||||||
numbered_procedure_parameters
|
numbered_procedure_parameters
|
||||||
numbered_procedures
|
numbered_procedures
|
||||||
objects
|
objects
|
||||||
objects
|
|
||||||
objects
|
|
||||||
openkeys
|
openkeys
|
||||||
parameter_type_usages
|
parameter_type_usages
|
||||||
parameter_xml_schema_collection_usages
|
parameter_xml_schema_collection_usages
|
||||||
|
parameters
|
||||||
PARAMETERS
|
PARAMETERS
|
||||||
partition_functions
|
partition_functions
|
||||||
partition_parameters
|
partition_parameters
|
||||||
|
@ -632,6 +740,7 @@ service_queues
|
||||||
services
|
services
|
||||||
soap_endpoints
|
soap_endpoints
|
||||||
spt_fallback_db
|
spt_fallback_db
|
||||||
|
spt_fallback_dev
|
||||||
spt_fallback_usg
|
spt_fallback_usg
|
||||||
spt_monitor
|
spt_monitor
|
||||||
spt_values
|
spt_values
|
||||||
|
@ -680,7 +789,6 @@ sysremotelogins
|
||||||
syssegments
|
syssegments
|
||||||
sysservers
|
sysservers
|
||||||
system_columns
|
system_columns
|
||||||
system_columns
|
|
||||||
system_components_surface_area_configuration
|
system_components_surface_area_configuration
|
||||||
system_internals_allocation_units
|
system_internals_allocation_units
|
||||||
system_internals_partition_columns
|
system_internals_partition_columns
|
||||||
|
@ -689,13 +797,12 @@ system_objects
|
||||||
system_parameters
|
system_parameters
|
||||||
system_sql_modules
|
system_sql_modules
|
||||||
system_views
|
system_views
|
||||||
system_views
|
|
||||||
systypes
|
systypes
|
||||||
sysusers
|
sysusers
|
||||||
TABLE_CONSTRAINTS
|
TABLE_CONSTRAINTS
|
||||||
TABLE_PRIVILEGES
|
TABLE_PRIVILEGES
|
||||||
TABLE_PRIVILEGES
|
|
||||||
TABLES
|
TABLES
|
||||||
|
tables
|
||||||
tcp_endpoints
|
tcp_endpoints
|
||||||
trace_categories
|
trace_categories
|
||||||
trace_columns
|
trace_columns
|
||||||
|
@ -712,6 +819,7 @@ user_token
|
||||||
via_endpoints
|
via_endpoints
|
||||||
VIEW_COLUMN_USAGE
|
VIEW_COLUMN_USAGE
|
||||||
VIEW_TABLE_USAGE
|
VIEW_TABLE_USAGE
|
||||||
|
views
|
||||||
VIEWS
|
VIEWS
|
||||||
xml_indexes
|
xml_indexes
|
||||||
xml_schema_attributes
|
xml_schema_attributes
|
||||||
|
@ -725,6 +833,9 @@ xml_schema_namespaces
|
||||||
xml_schema_types
|
xml_schema_types
|
||||||
xml_schema_wildcard_namespaces
|
xml_schema_wildcard_namespaces
|
||||||
xml_schema_wildcards
|
xml_schema_wildcards
|
||||||
|
|
||||||
|
Database:msdb
|
||||||
|
[92tables]
|
||||||
backupfile
|
backupfile
|
||||||
backupfilegroup
|
backupfilegroup
|
||||||
backupmediafamily
|
backupmediafamily
|
||||||
|
@ -818,11 +929,100 @@ systargetservers
|
||||||
systargetservers_view
|
systargetservers_view
|
||||||
systaskids
|
systaskids
|
||||||
|
|
||||||
|
## Database: AdventureWorks
|
||||||
|
Address
|
||||||
|
AddressType
|
||||||
|
AWBuildVersion
|
||||||
|
BillOfMaterials
|
||||||
|
Contact
|
||||||
|
ContactCreditCard
|
||||||
|
ContactType
|
||||||
|
CountryRegion
|
||||||
|
CountryRegionCurrency
|
||||||
|
CreditCard
|
||||||
|
Culture
|
||||||
|
Currency
|
||||||
|
CurrencyRate
|
||||||
|
Customer
|
||||||
|
CustomerAddress
|
||||||
|
DatabaseLog
|
||||||
|
Department
|
||||||
|
Document
|
||||||
|
Employee
|
||||||
|
EmployeeAddress
|
||||||
|
EmployeeDepartmentHistory
|
||||||
|
EmployeePayHistory
|
||||||
|
ErrorLog
|
||||||
|
Illustration
|
||||||
|
Individual
|
||||||
|
JobCandidate
|
||||||
|
Location
|
||||||
|
Product
|
||||||
|
ProductCategory
|
||||||
|
ProductCostHistory
|
||||||
|
ProductDescription
|
||||||
|
ProductDocument
|
||||||
|
ProductInventory
|
||||||
|
ProductListPriceHistory
|
||||||
|
ProductModel
|
||||||
|
ProductModelIllustration
|
||||||
|
ProductModelProductDescriptionCulture
|
||||||
|
ProductPhoto
|
||||||
|
ProductProductPhoto
|
||||||
|
ProductReview
|
||||||
|
ProductSubcategory
|
||||||
|
ProductVendor
|
||||||
|
PurchaseOrderDetail
|
||||||
|
PurchaseOrderHeader
|
||||||
|
SalesOrderDetail
|
||||||
|
SalesOrderHeader
|
||||||
|
SalesOrderHeaderSalesReason
|
||||||
|
SalesPerson
|
||||||
|
SalesPersonQuotaHistory
|
||||||
|
SalesReason
|
||||||
|
SalesTaxRate
|
||||||
|
SalesTerritory
|
||||||
|
SalesTerritoryHistory
|
||||||
|
ScrapReason
|
||||||
|
Shift
|
||||||
|
ShipMethod
|
||||||
|
ShoppingCartItem
|
||||||
|
SpecialOffer
|
||||||
|
SpecialOfferProduct
|
||||||
|
StateProvince
|
||||||
|
Store
|
||||||
|
StoreContact
|
||||||
|
TransactionHistory
|
||||||
|
TransactionHistoryArchive
|
||||||
|
UnitMeasure
|
||||||
|
vAdditionalContactInfo
|
||||||
|
vEmployee
|
||||||
|
vEmployeeDepartment
|
||||||
|
vEmployeeDepartmentHistory
|
||||||
|
Vendor
|
||||||
|
VendorAddress
|
||||||
|
VendorContact
|
||||||
|
vIndividualCustomer
|
||||||
|
vIndividualDemographics
|
||||||
|
vJobCandidate
|
||||||
|
vJobCandidateEducation
|
||||||
|
vJobCandidateEmployment
|
||||||
|
vProductAndDescription
|
||||||
|
vProductModelCatalogDescription
|
||||||
|
vProductModelInstructions
|
||||||
|
vSalesPerson
|
||||||
|
vSalesPersonSalesByFiscalYears
|
||||||
|
vStateProvinceCountryRegion
|
||||||
|
vStoreWithDemographics
|
||||||
|
vVendor
|
||||||
|
WorkOrder
|
||||||
|
WorkOrderRouting
|
||||||
|
|
||||||
|
|
||||||
[Columns]
|
[Columns]
|
||||||
|
|
||||||
# MySQL
|
# MySQL
|
||||||
## 'mysql.user' table
|
## Table: mysql.user
|
||||||
Alter_priv
|
Alter_priv
|
||||||
Alter_routine_priv
|
Alter_routine_priv
|
||||||
Create_priv
|
Create_priv
|
||||||
|
|
Loading…
Reference in New Issue
Block a user