Updated to 4.3.9 and added changes

This commit is contained in:
trustedsec 2013-01-14 07:58:46 -05:00
parent 1de0c8cbc3
commit a8edfc54af
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
~~~~~~~~~~~~~~~~
version 4.3.9
~~~~~~~~~~~~~~~~
* Removed a bug that would state the create and import certificate was under development. This was old from when web victim profiler was removed.
* Fixed the new java exploit exploit/multi/browser/java_jre17_jmxbean to use java/meterpreter/reverse_tcp since it is a java exploit versus traditional payloads
~~~~~~~~~~~~~~~~
version 4.3.8
~~~~~~~~~~~~~~~~

View file

@ -215,7 +215,7 @@ def print_error(message):
print bcolors.RED + bcolors.BOLD + "[!] " + bcolors.ENDC + bcolors.RED + str(message) + bcolors.ENDC
def get_version():
define_version = '4.3.8'
define_version = '4.3.9'
return define_version
class create_menu: