Commit de54404 1 parent f04987e commit de54404 Copy full SHA for de54404
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/13248473240d36c1b409e2287d65169bf87bc568/687474703a2f2f692e696d6775722e636f6d2f5272734377707a2e706e67 )] ( http://commixproject.com )
2
2
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 )
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.3 (upcoming )
1
+ ## Version 1.3 (2016-09-14 )
2
2
* Fixed: Minor improvements in "reverse_tcp" option.
3
3
* Added: Support for the metasploit "web_delivery" script.
4
4
* Added: Support for generating Python/PHP meterpreter reverse TCP payloads via metasploit.
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def print_question_msg(question_msg):
95
95
DESCRIPTION = "The command injection exploiter"
96
96
AUTHOR = "Anastasios Stasinopoulos"
97
97
VERSION_NUM = "1.3.16"
98
- STABLE_VERSION = False
98
+ STABLE_VERSION = True
99
99
if STABLE_VERSION :
100
100
VERSION = VERSION_NUM [:3 ]
101
101
else :
You can’t perform that action at this time.
0 commit comments