mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-02-16 13:28:36 +00:00
uncomment section
This commit is contained in:
parent
de3b9b35d8
commit
fe7a258c39
1 changed files with 3 additions and 3 deletions
|
@ -258,9 +258,9 @@ except KeyboardInterrupt:
|
|||
" with the Social-Engineer Toolkit.\n\nHack the Gibson...and remember...hugs are worth more than handshakes.\n"))
|
||||
|
||||
# handle exceptions
|
||||
#except Exception as error:
|
||||
# log(error)
|
||||
# print ("\n\n[!] Something went wrong, printing the error: "+ str(error))
|
||||
except Exception as error:
|
||||
log(error)
|
||||
print ("\n\n[!] Something went wrong, printing the error: "+ str(error))
|
||||
|
||||
# cleanup routine
|
||||
cleanup_routine()
|
||||
|
|
Loading…
Add table
Reference in a new issue