Install Bettercap In Kali
Check this out, What is bettercap: https://bettercap.org/
Log in ask root and issue the following command:
apt-get install build-essential ruby-dev libpcap-dev
If you got the similar error above add the the repository as below,
vi /etc/apt/sources.list
Add this line,
deb http://http.kali.org/kali kali-rolling main contrib non-free
Save and Run update
apt-get update
And Install again:
apt-get install build-essential ruby-dev libpcap-dev
You can easily install bettercap using the the following command:
gem install bettercap
Ok, Installaiton is finished.
No comments:
Post a Comment