From 08fe255952245a3a896e16d06968ee2e5948a210 Mon Sep 17 00:00:00 2001 From: Zordrak Date: Tue, 13 May 2014 16:23:32 +0100 Subject: [PATCH 1/2] Update setoolkit: Typo http://loseloose.com/ --- setoolkit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setoolkit b/setoolkit index a7ee7fe7a..48e22afec 100755 --- a/setoolkit +++ b/setoolkit @@ -69,7 +69,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 ######################################### From 0a1b8e3e8fa3a10a4681fc997be6dd6e36ae0f43 Mon Sep 17 00:00:00 2001 From: Zordrak Date: Tue, 13 May 2014 16:27:10 +0100 Subject: [PATCH 2/2] Update setcore.py: Typo http://loseloose.com/ --- src/core/setcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/setcore.py b/src/core/setcore.py index d24ca0fc0..def69d357 100644 --- a/src/core/setcore.py +++ b/src/core/setcore.py @@ -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