Update pimpmykali.sh

This commit is contained in:
Dewalt-arch 2020-09-26 23:46:47 -05:00 committed by GitHub
parent 5ab41e712c
commit d98939fa0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ fix_impacket () {
tar xfz /tmp/impacket-0.9.19.tar.gz -C /opt
cd /opt/
chown -R root:root impacket-0.9.19
chmod 755 impacket-0.9.19
pip install wheel
pip install .
rm /tmp/impacket-0.9.19.tar.gz