Update pimpmykali.sh

This commit is contained in:
Dewalt-arch 2020-09-26 22:01:33 -05:00 committed by GitHub
parent 247156ce28
commit d4912231f5
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 () {
tar xfz /tmp/impacket-0.9.19.tar.gz -C /opt tar xfz /tmp/impacket-0.9.19.tar.gz -C /opt
cd /opt/impacket-0.9.19 cd /opt/impacket-0.9.19
# appears this is extracting as 503/root not root/root ? # appears this is extracting as 503/root not root/root ?
chown -R root:root impacket-0.9.19/ sudo chown -R root:root impacket-0.9.19/
pip install wheel pip install wheel
pip install . pip install .
rm /tmp/impacket-0.9.19.tar.gz rm /tmp/impacket-0.9.19.tar.gz