From 5062b101ee4ae2ec54e2ee2a4a9890771df090f8 Mon Sep 17 00:00:00 2001 From: Anastasios Stasinopoulos Date: Mon, 17 Oct 2016 09:06:38 +0300 Subject: [PATCH] Updated to 1.4 stable --- README.md | 2 +- readme/CHANGELOG.md | 2 +- src/utils/settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ccf16290e..c9a3efc700 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Logo](https://camo.githubusercontent.com/13248473240d36c1b409e2287d65169bf87bc568/687474703a2f2f692e696d6775722e636f6d2f5272734377707a2e706e67)](http://commixproject.com) -[![Version 1.3](https://img.shields.io/badge/Version-1.3-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.3-20160914) +[![Version 1.4](https://img.shields.io/badge/Version-1.4-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.4-20161017) [![Python 2.6-2.7](https://img.shields.io/badge/Python-2.6--2.7-yellow.svg)](http://www.python.org/download/) [![GPLv3 License](https://img.shields.io/badge/License-GPLv3-red.svg)](https://github.com/stasinopoulos/commix/blob/master/readme/COPYING) [![Twitter](https://img.shields.io/badge/Twitter-@commixproject-blue.svg)](http://www.twitter.com/commixproject) diff --git a/readme/CHANGELOG.md b/readme/CHANGELOG.md index cb7091795a..d9b16d0e9f 100755 --- a/readme/CHANGELOG.md +++ b/readme/CHANGELOG.md @@ -1,4 +1,4 @@ -## Version 1.4 (upcoming) +## Version 1.4 (2016-10-17) * Added: Support on crawler for checking target for the existence of 'sitemap.xml'. * Revised: The payload for Ruby reverse-shell has been shortly revised. * Added: Support for bind TCP shell (via "bind_tcp" option). diff --git a/src/utils/settings.py b/src/utils/settings.py index 75c1d26b99..600f59db7d 100755 --- a/src/utils/settings.py +++ b/src/utils/settings.py @@ -95,7 +95,7 @@ def print_question_msg(question_msg): DESCRIPTION = "The command injection exploiter" AUTHOR = "Anastasios Stasinopoulos" VERSION_NUM = "1.4.20" -STABLE_VERSION = False +STABLE_VERSION = True if STABLE_VERSION: VERSION = "v" + VERSION_NUM[:3] + "-stable" else: