File tree 3 files changed +4
-3
lines changed 3 files changed +4
-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.4-20180521 "><img alt="Version 2.4 " src="https://img.shields.io/badge/Version-2.4 -green.svg"></a>
5
+ <a href="https://github.com/commixproject/commix/releases/tag/v2.5-20180713 "><img alt="Version 2.5 " src="https://img.shields.io/badge/Version-2.5 -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/Twitter-@commixproject-blue.svg"></a>
Original file line number Diff line number Diff line change 1
- ## Version 2.5 (upcoming)
1
+ ## Version 2.5 (2018-07-13)
2
+ * Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
2
3
* Revised: Improvement regarding identifying the appropriate format parameters, in the provided POST data.
3
4
* Added: Support regarding recognition of generic "your ip has been blocked" messages.
4
5
* Added: Support regarding checking for potential browser verification protection mechanism.
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.5.38"
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