mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 06:46:08 +00:00
Updated to 4.3.9 and added changes
This commit is contained in:
parent
1de0c8cbc3
commit
a8edfc54af
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue