Skip to content

Commit

Permalink
Recommit setup script changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed May 16, 2015
1 parent 965bfde commit a255d77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

clear
echo "[*] Installing Egress-Assess Dependencies..."
apt-get update
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..."
git clone https://github.com/giampaolo/pyftpdlib.git
cd pyftpdlib
Expand Down

0 comments on commit a255d77

Please sign in to comment.