This commit is contained in:
TrustedSec 2016-04-18 20:49:46 -04:00
parent 6fd7ed4b73
commit b72d324268
2 changed files with 7 additions and 2 deletions

View file

@ -1,10 +1,15 @@
~~~~~~~~~~~~~~~~
version 7.0.6
~~~~~~~~~~~~~~~~
* fix an issue that caused tabnabbing to fail
~~~~~~~~~~~~~~~~
version 7.0.5
~~~~~~~~~~~~~~~~
* switched psexec powershell injection to reverse_https
* switched mssql payload injection to reverse_https
* fix an issue that caused tab nabbing to fail
~~~~~~~~~~~~~~~~
version 7.0.4

View file

@ -260,7 +260,7 @@ def print_error(message):
def get_version():
define_version = '7.0.5'
define_version = '7.0.6'
return define_version
class create_menu: