Problem :
I have a kali linux vm provided by my university. It doesn’t seem to have sslstrip preinstalled.
When I try to install it, I get this error
root@kali:~# sudo apt-get update && apt-get install sslstrip
Hit:1 http://kali.cs.nctu.edu.tw/kali kali-rolling InRelease
Hit:2 http://downloads.metasploit.com/data/releases/metasploit-framework/apt lucid InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package sslstrip
Solution :
Try this:
sudo su
(then enter your password as usual)git clone https://github.com/moxie0/sslstrip
(once it is completely downloaded, access the directory)cd sslstrip
python setup.py install
(After that try checking thesslstrip
if it already installed, by checking it onairgeddon
)cd ../
(go back to home)cd airgeddon
(accessingairgeddon
directory)bash ./airgeddon.sh
(then thesslstrip
should be installed)
Downloaded the setup files directly from the project page and installed. And it worked.
you can install it by typing this command :
pip install sslstrip
I hade also faced same problem. As the main setup link of sslstrip was missing. pip and apt-get were also not working. But after installing airgeddon, there came an option to install missing necessary files. From there sslstrip easily got installed. Have a try.
To install airgeddon:
- git clone https://github.com/v1s1t0r1sh3r3/airgeddon.git
- cd airgeddon
- bash airgeddon.sh
Then follow the instructions