Skip to content

Commit de54404

Browse files
committed
Updated to stable version 1.3
1 parent f04987e commit de54404

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.2](https://img.shields.io/badge/Version-1.2-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.2-20160812)
3+
[![Version 1.3](https://img.shields.io/badge/Version-1.3-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.3-20160914)
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.3 (upcoming)
1+
## Version 1.3 (2016-09-14)
22
* Fixed: Minor improvements in "reverse_tcp" option.
33
* Added: Support for the metasploit "web_delivery" script.
44
* Added: Support for generating Python/PHP meterpreter reverse TCP payloads via metasploit.

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.3.16"
98-
STABLE_VERSION = False
98+
STABLE_VERSION = True
9999
if STABLE_VERSION:
100100
VERSION = VERSION_NUM[:3]
101101
else:

0 commit comments

Comments
 (0)