Skip to content

Commit

Permalink
Updated to 1.4 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
stasinopoulos committed Oct 17, 2016
1 parent e229c77 commit 5062b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/[email protected])](http://www.twitter.com/commixproject)
Expand Down
2 changes: 1 addition & 1 deletion readme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion src/utils/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5062b10

Please sign in to comment.