File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Copyright (c) 2006-2021 sqlmap developers (https://sqlmap.org/)
22# See the file 'LICENSE' for copying permission
33
4+ # CTFs
5+
6+ /flag
7+ /flag.txt
8+ /readflag
9+
410# Reference: https://gist.github.com/sckalath/78ad449346171d29241a
511
612/apache/logs/access.log
17181724/etc/php4/apache2/php.ini
17191725/etc/php5/apache/php.ini
17201726/etc/php5/apache2/php.ini
1727+ /etc/php/7.4/apache2/php.ini
17211728/etc/php/php.ini
17221729/usr/local/apache/conf/modsec.conf
17231730/var/cpanel/cpanel.config
17931800
17941801# Misc
17951802
1796- /etc/lib/nfs/etab
17971803/app/app.js
17981804/app/configure.js
17991805/app/config/config.json
1800- /flag.txt
1801- /readflag
1806+ /etc/grafana/grafana.ini
1807+ /opt/kibana/config/kibana.yml
1808+ /etc/kibana/kibana.yml
1809+ /etc/elasticsearch/elasticsearch.yml
Original file line number Diff line number Diff line change 12125.1.
13135.5.
14145.6.
15+ 5.7.
15166.0.
17+ 8.0.
1618
1719# PostgreSQL
1820PostgreSQL 7.0
@@ -30,6 +32,13 @@ PostgreSQL 9.0
3032PostgreSQL 9.1
3133PostgreSQL 9.2
3234PostgreSQL 9.3
35+ PostgreSQL 9.4
36+ PostgreSQL 9.5
37+ PostgreSQL 9.6
38+ PostgreSQL 10.
39+ PostgreSQL 11.
40+ PostgreSQL 12.
41+ PostgreSQL 13.
3342
3443# Oracle
3544Oracle Database 9i Standard Edition Release
@@ -49,12 +58,18 @@ Oracle Database 11g Express Edition Release
4958Oracle Database 11g Express Edition Release 11.
5059Oracle Database 11g Enterprise Edition Release
5160Oracle Database 11g Enterprise Edition Release 11.
61+ Oracle Database 12c
5262
5363# Microsoft SQL Server
5464Microsoft SQL Server 7.0
5565Microsoft SQL Server 2000
5666Microsoft SQL Server 2005
5767Microsoft SQL Server 2008
68+ Microsoft SQL Server 2012
69+ Microsoft SQL Server 2014
70+ Microsoft SQL Server 2016
71+ Microsoft SQL Server 2017
72+ Microsoft SQL Server 2019
5873
5974
6075[Users]
Original file line number Diff line number Diff line change 2020from thirdparty .six import unichr as _unichr
2121
2222# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23- VERSION = "1.5.9.3 "
23+ VERSION = "1.5.9.4 "
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2626VERSION_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