Commit 341c039 1 parent e3c0807 commit 341c039 Copy full SHA for 341c039
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] ( https://camo.githubusercontent.com/41258687d868cf76951a37f6be7961c4c862dfb3/687474703a2f2f692e696d6775722e636f6d2f6c4b6762336c712e706e67 )] ( http://commixproject.com )
2
2
3
3
[ ![ Build Status] ( https://api.travis-ci.org/commixproject/commix.svg?branch=master )] ( https://api.travis-ci.org/commixproject/commix )
4
- [ ![ Version 1.6 ] ( https://img.shields.io/badge/Version-1.6 -green.svg )] ( https://github.com/commixproject/commix/releases/tag/v1.6-20161228 )
4
+ [ ![ Version 1.7 ] ( https://img.shields.io/badge/Version-1.7 -green.svg )] ( https://github.com/commixproject/commix/releases/tag/v1.7-20170203 )
5
5
[ ![ Python 2.6-2.7] ( https://img.shields.io/badge/Python-2.6--2.7-yellow.svg )] ( http://www.python.org/download/ )
6
6
[ ![ GPLv3 License] ( https://img.shields.io/badge/License-GPLv3-red.svg )] ( https://github.com/commixproject/commix/blob/master/readme/COPYING )
7
7
[ ![ 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.7 (upcoming )
1
+ ## Version 1.7 (2017-02-03 )
2
2
* Fixed: Minor improvement regarding unverified SSL context(s).
3
3
* Added: New values ("URIPATH", "SRVPORT") have been added to "Set" option.
4
4
* Revised: Minor improvements regarding "reverse_tcp" and "bind_tcp" shell options.
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def print_question_msg(question_msg):
107
107
DESCRIPTION = "The command injection exploiter"
108
108
AUTHOR = "Anastasios Stasinopoulos"
109
109
VERSION_NUM = "1.7.26"
110
- STABLE_VERSION = False
110
+ STABLE_VERSION = True
111
111
if STABLE_VERSION :
112
112
VERSION = "v" + VERSION_NUM [:3 ] + "-stable"
113
113
else :
You can’t perform that action at this time.
0 commit comments