Commit dadd05a 1 parent 0c6a334 commit dadd05a Copy full SHA for dadd05a
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
![ Logo] ( http://i.imgur.com/xcNYrfv.png )
2
2
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 )
4
4
[ ![ Python 2.6-2.7] ( https://img.shields.io/badge/Python-2.6--2.7-yellow.svg )] ( http://www.python.org/download/ )
5
5
[ ![ GPLv3 License] ( https://img.shields.io/badge/License-GPLv3-red.svg )] ( https://github.com/stasinopoulos/commix/blob/master/readme/COPYING )
6
6
[ ![ Twitter
] ( https://img.shields.io/badge/[email protected] )] ( http://www.twitter.com/commixproject )
Original file line number Diff line number Diff line change 1
- ## Version 1.2 (upcoming )
1
+ ## Version 1.2 (2016-08-12 )
2
2
* Added: The ability for setting custom (PHP / Python) working directory.
3
3
* Fixed: License file minor inaccurancy issue has been fixed.
4
4
* Revised: The Windows-based payloads for every supported technique, had been shortly revised.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ def print_question_msg(question_msg):
96
96
DESCRIPTION = "The command injection exploiter"
97
97
AUTHOR = "Anastasios Stasinopoulos"
98
98
VERSION_NUM = "1.2.24"
99
- STABLE_VERSION = False
99
+ STABLE_VERSION = True
100
100
if STABLE_VERSION :
101
101
VERSION = VERSION_NUM [:3 ]
102
102
else :
You can’t perform that action at this time.
0 commit comments