File tree Expand file tree Collapse file tree 3 files changed +90
-13
lines changed
Expand file tree Collapse file tree 3 files changed +90
-13
lines changed Original file line number Diff line number Diff line change 15155.7.
16166.0.
17178.0.
18+ 8.1.
19+ 8.2.
20+ 8.3.
21+ 8.4.
22+ 9.0.
23+ 9.1.
24+ 9.2.
25+ 9.3.
1826
1927# PostgreSQL
2028PostgreSQL 7.0
@@ -39,6 +47,10 @@ PostgreSQL 10.
3947PostgreSQL 11.
4048PostgreSQL 12.
4149PostgreSQL 13.
50+ PostgreSQL 14.
51+ PostgreSQL 15.
52+ PostgreSQL 16.
53+ PostgreSQL 17.
4254
4355# Oracle
4456Oracle Database 9i Standard Edition Release
@@ -59,6 +71,11 @@ Oracle Database 11g Express Edition Release 11.
5971Oracle Database 11g Enterprise Edition Release
6072Oracle Database 11g Enterprise Edition Release 11.
6173Oracle Database 12c
74+ Oracle Database 18c
75+ Oracle Database 19c
76+ Oracle Database 21c
77+ Oracle Database 23ai
78+ Oracle Database 26ai
6279
6380# Microsoft SQL Server
6481Microsoft SQL Server 7.0
@@ -70,6 +87,8 @@ Microsoft SQL Server 2014
7087Microsoft SQL Server 2016
7188Microsoft SQL Server 2017
7289Microsoft SQL Server 2019
90+ Microsoft SQL Server 2022
91+ Microsoft SQL Server 2025
7392
7493
7594[Users]
@@ -420,6 +439,10 @@ ReportServer
420439ReportServerTempDB
421440tempdb
422441
442+ # Cloud Defaults
443+ rdsadmin
444+ innodb
445+ azure_maintenance
423446
424447[Tables]
425448
@@ -1095,6 +1118,29 @@ vVendor
10951118WorkOrder
10961119WorkOrderRouting
10971120
1121+ # Common tables
1122+
1123+ accounts
1124+ admin
1125+ audit
1126+ backup
1127+ config
1128+ configuration
1129+ customers
1130+ data
1131+ files
1132+ history
1133+ images
1134+ log
1135+ logs
1136+ members
1137+ messages
1138+ orders
1139+ products
1140+ settings
1141+ test
1142+ tokens
1143+ uploads
10981144
10991145[Columns]
11001146
@@ -1236,20 +1282,51 @@ text
12361282time
12371283timestamp
12381284
1239- # common columns
1285+ # Common columns
1286+ active
1287+ address
1288+ admin
1289+ blocked
1290+ category_id
1291+ city
1292+ confirmed
1293+ country
12401294created_at
1241- updated_at
1242- deleted_at
12431295created_on
1244- modified_on
1245- timestamp
1296+ customer_id
1297+ deleted
1298+ deleted_at
1299+ dob
1300+ email
1301+ enabled
1302+ first_name
1303+ flag
1304+ gender
1305+ hidden
12461306is_active
12471307is_deleted
12481308is_published
1309+ last_name
1310+ locked
1311+ login
1312+ modified_on
1313+ name
1314+ order_id
1315+ password
1316+ phone
1317+ private
1318+ product_id
1319+ public
1320+ role
1321+ salt
1322+ state
12491323status
1250- enabled
1324+ timestamp
1325+ token
1326+ type
1327+ updated_at
12511328user_id
1252- product_id
1253- category_id
1254- order_id
1255- customer_id
1329+ username
1330+ visible
1331+ zip
1332+ zip_code
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ c3a595fc1746ee07dbc0592ba7d5e207e6110954980599f63b8156d1d277f8ca data/shell/sta
262682bcebc46ed3218218665794197625c668598eb7e861dd96e4f731a27b18a701 data/shell/stagers/stager.php_
2727eb86f6ad21e597f9283bb4360129ebc717bc8f063d7ab2298f31118275790484 data/txt/common-columns.txt
282863ba15f2ba3df6e55600a2749752c82039add43ed61129febd9221eb1115f240 data/txt/common-files.txt
29- 5ead09a8e46b0043fae0ae35fbe1e67b284002e715b65eb26080d91e8b100d19 data/txt/common-outputs.txt
29+ 9610fbd4ede776ab60d003c0ea052d68625921a53cdcfa50a4965b0985b619ca data/txt/common-outputs.txt
303044047281263ef297f27fdd8fa98a0b0438a25989f897ce184cb0e2e442fb6c11 data/txt/common-tables.txt
3131ccba96624a0176b4c5acd8824db62a8c6856dafa7d32424807f38efed22a6c29 data/txt/keywords.txt
3232522cce0327de8a5dfb5ade505e8a23bbd37bcabcbb2993f4f787ccdecf24997e data/txt/smalldict.txt
@@ -189,7 +189,7 @@ e18c0c2c5a57924a623792a48bfd36e98d9bc085f6db61a95fc0dc8a3bcedc0c lib/core/decor
18918948797d6c34dd9bb8a53f7f3794c85f4288d82a9a1d6be7fcf317d388cb20d4b3 lib/core/replication.py
1901903574639db4942d16a2dc0a2f04bb7c0913c40c3862b54d34c44075a760e0c194 lib/core/revision.py
191191888daba83fd4a34e9503fe21f01fef4cc730e5cde871b1d40e15d4cbc847d56c lib/core/session.py
192- d4c5e30b3d91fbc339d9c6909dcbf92d5d799b8adf404ac72b27776cc81217a2 lib/core/settings.py
192+ 73fe1528c485ca6afcffb40fc7fa3804e24e80bc599ebabcb54e797020ec6b5c lib/core/settings.py
193193cd5a66deee8963ba8e7e9af3dd36eb5e8127d4d68698811c29e789655f507f82 lib/core/shell.py
194194bcb5d8090d5e3e0ef2a586ba09ba80eef0c6d51feb0f611ed25299fbb254f725 lib/core/subprocessng.py
195195d35650179816193164a5f177102f18379dfbe6bb6d40fbb67b78d907b41c8038 lib/core/target.py
Original file line number Diff line number Diff line change 1919from thirdparty import six
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.10.1.36 "
22+ VERSION = "1.10.1.37 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
You can’t perform that action at this time.
0 commit comments