Update pimpmykali.sh
This commit is contained in:
parent
b121651b73
commit
052bc70230
|
@ -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
|
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
|
tar xfz impacket-0.9.19.tar.gz
|
||||||
# appears this is extracting as 503/root not root/root ?
|
# 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 wheel
|
||||||
pip install .
|
pip install .
|
||||||
rm /opt/impacket-0.9.19.tar.gz
|
rm /opt/impacket-0.9.19.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue