Update pimpmykali.sh

This commit is contained in:
Dewalt-arch 2020-09-26 21:53:58 -05:00 committed by GitHub
parent d10c8c5297
commit 831ed7d354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ fix_impacket () {
wget https://github.com/SecureAuthCorp/impacket/releases/download/impacket_0_9_19/impacket-0.9.19.tar.gz -O /tmp/impacket-0.9.19.tar.gz
tar xfz /tmp/impacket-0.9.19.tar.gz -C /opt
cd /opt/impacket-0.9.19
# appears this is extracting as 503/root not root/root ?
chown -R root:root impacket-0.9.19
pip install wheel
pip install .
rm /tmp/impacket-0.9.19.tar.gz