mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 23:06:11 +00:00
7.0.6
This commit is contained in:
parent
6fd7ed4b73
commit
b72d324268
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue