diff --git a/setoolkit b/setoolkit index f38131229..f25768ab4 100755 --- a/setoolkit +++ b/setoolkit @@ -226,9 +226,9 @@ except KeyboardInterrupt: print "\n\nThank you for " + bcolors.RED+"shopping" + bcolors.ENDC+" with the Social-Engineer Toolkit.\n\nHack the Gibson...and remember...hugs are worth more than handshakes.\n" # handle exceptions -#except Exception, error: - # log(error) - # print "\n\n[!] Something went wrong, printing the error: "+ str(error) +except Exception, error: + log(error) + print "\n\n[!] Something went wrong, printing the error: "+ str(error) # cleanup routine cleanup_routine()