Install Bettercap on Kali Linux: Difference between revisions
NKirnbauer (talk | contribs) m (fixed link) |
NKirnbauer (talk | contribs) m (google link removed) |
||
| Line 37: | Line 37: | ||
* https://www.bettercap.org/ | * https://www.bettercap.org/ | ||
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Pentesting]] | [[Category:Pentesting]] | ||
Latest revision as of 14:08, 14 October 2024
Summary
This documentation describes how to install bettercap 2.x on Kali Linux
Requirements
- Operating system: Kali Linux amd64 2019.2
- Packages: wget unzip
Installation
Step 1: Download
Download the latest version of bettecap:
wget "https://github.com/curl -s https://github.com/bettercap/bettercap/releases | grep -E -o '/bettercap/bettercap/releases/download/v[0-9.]+/bettercap_linux_amd64_[0-9.]+zip' | head -n 1`"
Step 2: Installation & Testing
Unzip and move the package:
unzip bettercap_linux_amd64_*.zip mv bettercap /usr/local/bin/
Clean up & test package:
rm README.md LICENSE.md bettercap -version
If the last command prints the bettercap version e.g.:
the installation was successful.