Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions kali-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ else
apt-get --yes install libnl-dev libssl-dev
fi


make

# Install dependencies
apt-get --yes install apache2 dsniff dnsmasq macchanger \
metasploit-framework python-dnspython python-pcapy python-scapy \
sslsplit stunnel4 tinyproxy procps iptables asleap scapy
sslsplit stunnel4 tinyproxy procps iptables asleap scapy \
bettercap

make install

echo "[+] All done, I think, run one of the run-mana/start-*.sh scripts now"