Update Thu Oct 1 01:08:31 PM CDT 2020

This commit is contained in:
Dewalt 2020-10-01 13:08:31 -05:00
parent ca2b44d7f0
commit bf0787b0e6
1 changed files with 2 additions and 0 deletions

View File

@ -408,6 +408,8 @@ fix_impacket () {
pip install wheel
pip install .
rm -f /tmp/impacket-0.9.19.tar.gz
# added as a result of blobs removal of impacket and problem with smbmap after
apt -y reinstall python3-impacket impacket-scripts
echo -e "\n $greenplus python-pip python3-pip wheel impacket installed"
}