Skip to content

Commit 5062b10

Browse files
committed
Updated to 1.4 stable
1 parent e229c77 commit 5062b10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Logo](https://camo.githubusercontent.com/13248473240d36c1b409e2287d65169bf87bc568/687474703a2f2f692e696d6775722e636f6d2f5272734377707a2e706e67)](http://commixproject.com)
22

3-
[![Version 1.3](https://img.shields.io/badge/Version-1.3-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.3-20160914)
3+
[![Version 1.4](https://img.shields.io/badge/Version-1.4-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.4-20161017)
44
[![Python 2.6-2.7](https://img.shields.io/badge/Python-2.6--2.7-yellow.svg)](http://www.python.org/download/)
55
[![GPLv3 License](https://img.shields.io/badge/License-GPLv3-red.svg)](https://github.com/stasinopoulos/commix/blob/master/readme/COPYING)
66
[![Twitter](https://img.shields.io/badge/[email protected])](http://www.twitter.com/commixproject)

readme/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 1.4 (upcoming)
1+
## Version 1.4 (2016-10-17)
22
* Added: Support on crawler for checking target for the existence of 'sitemap.xml'.
33
* Revised: The payload for Ruby reverse-shell has been shortly revised.
44
* Added: Support for bind TCP shell (via "bind_tcp" option).

src/utils/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def print_question_msg(question_msg):
9595
DESCRIPTION = "The command injection exploiter"
9696
AUTHOR = "Anastasios Stasinopoulos"
9797
VERSION_NUM = "1.4.20"
98-
STABLE_VERSION = False
98+
STABLE_VERSION = True
9999
if STABLE_VERSION:
100100
VERSION = "v" + VERSION_NUM[:3] + "-stable"
101101
else:

0 commit comments

Comments
 (0)