From 3bf68b0a4a729ca44da0b14fb8c0f1306c0ece4d Mon Sep 17 00:00:00 2001 From: TrustedSec Date: Sat, 2 Jul 2016 15:03:41 -0400 Subject: [PATCH] just made a small change to initial prompt --- src/core/setcore.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/setcore.py b/src/core/setcore.py index 37c3c2849..815ef3ab9 100644 --- a/src/core/setcore.py +++ b/src/core/setcore.py @@ -919,8 +919,9 @@ def show_banner(define_version, graphic): """) print(bcolors.BLUE + """ Join us on irc.freenode.net in channel #setoolkit\n""" + bcolors.ENDC) - print(bcolors.BOLD + """ The Social-Engineer Toolkit is a product of TrustedSec.\n\n Visit: """ + + print(bcolors.BOLD + """ The Social-Engineer Toolkit is a product of TrustedSec.\n\n Visit: """ + bcolors.GREEN + """https://www.trustedsec.com\n""" + bcolors.ENDC) + print(bcolors.BLUE + """ It's easy to update using the PenTesters Framework! (PTF)\nVisit """ + bcolors.YELLOW + """https://github.com/trustedsec/ptf""" + bcolors.BLUE + """ to update all your tools!\n\n""" + bcolors.ENDC) # here we check if there is a new version of SET - if there is, then # display a banner