Update Thu Oct 1 01:21:33 PM CDT 2020

This commit is contained in:
Dewalt 2020-10-01 13:21:33 -05:00
parent 19e719baea
commit c410e19990
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@ fix_impacket () {
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 2> /dev/null
apt -y reinstall python3-impacket impacket-scripts 2>1& /dev/null
echo -e "\n $greenplus python-pip python3-pip wheel impacket installed"
}