Skip to content

Commit dadd05a

Browse files
committed
Updated to stable 1.2
1 parent 0c6a334 commit dadd05a

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](http://i.imgur.com/xcNYrfv.png)
22

3-
[![Version 1.1](https://img.shields.io/badge/Version-1.1-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.1-20160714)
3+
[![Version 1.2](https://img.shields.io/badge/Version-1.2-green.svg)](https://github.com/stasinopoulos/commix/releases/tag/v1.2-20160812)
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.2 (upcoming)
1+
## Version 1.2 (2016-08-12)
22
* Added: The ability for setting custom (PHP / Python) working directory.
33
* Fixed: License file minor inaccurancy issue has been fixed.
44
* Revised: The Windows-based payloads for every supported technique, had been shortly revised.

src/utils/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def print_question_msg(question_msg):
9696
DESCRIPTION = "The command injection exploiter"
9797
AUTHOR = "Anastasios Stasinopoulos"
9898
VERSION_NUM = "1.2.24"
99-
STABLE_VERSION = False
99+
STABLE_VERSION = True
100100
if STABLE_VERSION:
101101
VERSION = VERSION_NUM[:3]
102102
else:

0 commit comments

Comments
 (0)