8000 Updated to 2.5 stable · Develop-Python/commix@3fc6e11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fc6e11

Browse files
committed
Updated to 2.5 stable
1 parent 0060523 commit 3fc6e11

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img alt="CommixProject" src="https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67" height="142" />
33
<p align="center">
44
<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>
66
<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>
77
<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>
88
<a href="http://www.twitter.com/commixproject"><img alt="Twitter" src="https://img.shields.io/badge/Twitter-@commixproject-blue.svg"></a>

readme/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## Version 2.5 (upcoming)
1+
## Version 2.5 (2018-07-13)
2+
* Fixed: Multiple bug-fixes regarding several reported unhandled exceptions.
23
* Revised: Improvement regarding identifying the appropriate format parameters, in the provided POST data.
34
* Added: Support regarding recognition of generic "your ip has been blocked" messages.
45
* Added: Support regarding checking for potential browser verification protection mechanism.

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def print_question_msg(question_msg):
112112
DESCRIPTION = "The command injection exploiter"
113113
AUTHOR = "Anastasios Stasinopoulos"
114114
VERSION_NUM = "2.5.38"
115-
STABLE_VERSION = False
115+
STABLE_VERSION = True
116116
if STABLE_VERSION:
117117
VERSION = "v" + VERSION_NUM[:3] + "-stable"
118118
else:

0 commit comments

Comments
 (0)
0