File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<img alt =" CommixProject " src =" https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67 " height =" 142 " />
3
3
<p align =" center " >
4
4
<a href="https://api.travis-ci.org/commixproject/commix"><img alt="Build Status" src="https://api.travis-ci.org/commixproject/commix.svg?branch=master"></a>
5
- <a href="https://github.com/commixproject/commix/releases/tag/v2.3-20180307 "><img alt="Version 2.3 " src="https://img.shields.io/badge/Version-2.3 -green.svg"></a>
5
+ <a href="https://github.com/commixproject/commix/releases/tag/v2.4-20180521 "><img alt="Version 2.4 " src="https://img.shields.io/badge/Version-2.4 -green.svg"></a>
6
6
<a href="http://www.python.org/download/"><img alt="Python 2.6-2.7" src="https://img.shields.io/badge/Python-2.6--2.7-yellow.svg"></a>
7
7
<a href="https://github.com/commixproject/commix/blob/master/readme/COPYING"><img alt="GPLv3 License" src="https://img.shields.io/badge/License-GPLv3-red.svg"></a>
8
8
<a href="http://www.twitter.com/commixproject"><img alt="Twitter" src="https://img.shields.io/badge/[email protected] "></a>
Original file line number Diff line number Diff line change 1
- ## Version 2.4 (upcoming )
1
+ ## Version 2.4 (2018-05-21 )
2
2
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
3
3
* Fixed: Minor bug-fix regarding ignoring invalid and/or empty tamper scripts.
4
4
* Updated: Colorama (third party) module has been updated.
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ def print_question_msg(question_msg):
112
112
DESCRIPTION = "The command injection exploiter"
113
113
AUTHOR = "Anastasios Stasinopoulos"
114
114
VERSION_NUM = "2.4.46"
115
- STABLE_VERSION = False
115
+ STABLE_VERSION = True
116
116
if STABLE_VERSION :
117
117
VERSION = "v" + VERSION_NUM [:3 ] + "-stable"
118
118
else :
You can’t perform that action at this time.
0 commit comments