File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ A clear and concise description of what you expected to happen.
21
21
If applicable, add screenshots to help explain your problem.
22
22
23
23
** Running environment:**
24
- - sqlmap version [ e.g. 1.3.5.93 #dev]
25
- - Installation method [ e.g. git ]
26
- - Operating system: [ e.g. Microsoft Windows 10 ]
27
- - Python version [ e.g. 3.5 .2]
24
+ - sqlmap version [ e.g. 1.7.2.12 #dev]
25
+ - Installation method [ e.g. pip ]
26
+ - Operating system: [ e.g. Microsoft Windows 11 ]
27
+ - Python version [ e.g. 3.11 .2]
28
28
29
29
** Target details:**
30
30
- DBMS [ e.g. Microsoft SQL Server]
Original file line number Diff line number Diff line change 20
20
from thirdparty .six import unichr as _unichr
21
21
22
22
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
23
- VERSION = "1.7.2.12 "
23
+ VERSION = "1.7.2.13 "
24
24
TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
25
25
TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
26
26
VERSION_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