From 80d42e09e69c4ee24f198e084c67598e42a03210 Mon Sep 17 00:00:00 2001 From: Anton Strilez Date: Wed, 23 Aug 2017 16:31:24 +0200 Subject: [PATCH] Update install.sh add 'cd impacket' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0a9ca33..2667ad3 100644 --- a/install.sh +++ b/install.sh @@ -11,7 +11,7 @@ pip install pysmb tabulate termcolor xmltodict pyasn1 pycrypto pyOpenSSL dnspyth ln -sf /opt /pentest cd /opt -git clone https://github.com/CoreSecurity/impacket +git clone https://github.com/CoreSecurity/impacket && cd impacket python setup.py install cd /opt