Recommit setup script changes

resolved_file 1.0
Christopher Truncer 2015-05-15 22:22:24 -04:00
parent 965bfded01
commit a255d77a77
1 changed files with 7 additions and 0 deletions

View File

@ -2,7 +2,14 @@
clear clear
echo "[*] Installing Egress-Assess Dependencies..." echo "[*] Installing Egress-Assess Dependencies..."
apt-get update
apt-get install smbclient apt-get install smbclient
echo "[*] Installing scapy"
apt-get install python-scapy
echo "[*] Installing paramiko"
apt-get install python-paramiko python-crypto
echo "[*] Installing ecdsa"
pip install ecdsa
echo "[*] Installing pyftpdlib..." echo "[*] Installing pyftpdlib..."
git clone https://github.com/giampaolo/pyftpdlib.git git clone https://github.com/giampaolo/pyftpdlib.git
cd pyftpdlib cd pyftpdlib