mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-22 20:43:04 +00:00
commit
7511192784
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ try:
|
|||
from Crypto.Cipher import AES
|
||||
|
||||
except ImportError:
|
||||
print "[!] The python-pycrypto python module not installed. You will loose the ability to use multi-pyinjector."
|
||||
print "[!] The python-pycrypto python module not installed. You will lose the ability to use multi-pyinjector."
|
||||
pass
|
||||
|
||||
#########################################
|
||||
|
|
|
@ -24,7 +24,7 @@ try:
|
|||
from Crypto.Cipher import AES
|
||||
|
||||
except ImportError:
|
||||
print "[!] The python-pycrypto python module not installed. You will loose the ability for encrypted communications."
|
||||
print "[!] The python-pycrypto python module not installed. You will lose the ability for encrypted communications."
|
||||
pass
|
||||
|
||||
# get the main SET path
|
||||
|
|
Loading…
Reference in a new issue