Update pimpmykali.sh

This commit is contained in:
Dewalt-arch 2020-09-26 22:20:36 -05:00 committed by GitHub
parent b121651b73
commit 052bc70230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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