mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-17 05:48:46 +00:00
updated to 7.3.1
This commit is contained in:
parent
464545d9ec
commit
4e12cda3b7
3 changed files with 13 additions and 3 deletions
|
@ -1,3 +1,13 @@
|
|||
~~~~~~~~~~~~~~~~
|
||||
version 7.3.1
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* PR for better python3 and pep8 handling - (thanks Cabalist)
|
||||
* added better handling around SMS spoofing and if legacy version of openssl is around
|
||||
* updated requirements.txt
|
||||
* added setdir definition from setdir to core.setdir on setoolkit
|
||||
* removed old version of Signed_update.jar.orig, updated .gitignore to include .jar, and removed old version of unsigned.jar
|
||||
|
||||
~~~~~~~~~~~~~~~~
|
||||
version 7.3
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -1 +1 @@
|
|||
7.3
|
||||
7.3.1
|
||||
|
|
|
@ -813,8 +813,8 @@ def show_banner(define_version, graphic):
|
|||
print(bcolors.BLUE + """
|
||||
[---] The Social-Engineer Toolkit (""" + bcolors.YELLOW + """SET""" + bcolors.BLUE + """) [---]
|
||||
[---] Created by:""" + bcolors.RED + """ David Kennedy """ + bcolors.BLUE + """(""" + bcolors.YELLOW + """ReL1K""" + bcolors.BLUE + """) [---]
|
||||
[---] Version: """ + bcolors.RED + """%s""" % (define_version) + bcolors.BLUE + """ [---]
|
||||
[---] Codename: '""" + bcolors.YELLOW + """Underground""" + bcolors.ENDC + bcolors.BLUE + """' [---]
|
||||
Version: """ + bcolors.RED + """%s""" % (define_version) + bcolors.BLUE + """
|
||||
Codename: '""" + bcolors.YELLOW + """Underground""" + bcolors.ENDC + bcolors.BLUE + """'
|
||||
[---] Follow us on Twitter: """ + bcolors.PURPLE + """@TrustedSec""" + bcolors.BLUE + """ [---]
|
||||
[---] Follow me on Twitter: """ + bcolors.PURPLE + """@HackingDave""" + bcolors.BLUE + """ [---]
|
||||
[---] Homepage: """ + bcolors.YELLOW + """https://www.trustedsec.com""" + bcolors.BLUE + """ [---]
|
||||
|
|
Loading…
Add table
Reference in a new issue