mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-22 12:33:06 +00:00
Added back proper error handling
This commit is contained in:
parent
9ebb3c853a
commit
5f90c32130
1 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue