sslstrip: command not found
Hey guys I am currently attempting a MITM attack using ettercap/sslstrip and when I come around to type the following command:
It replies with the following:
Quote:
sslstrip: command not found
I am probably doing something stupid but I honestly can't think of why and I have searched Google etc and can't find the answer to my problem.
I have also tried 'apt-get install ssltrip' and it says it is already installed etc.
Any help appreciated,
Unorthodox
Re: sslstrip: command not found
type: find / -name sslstrip* and go to the directory where is located the sslstrip.py. Then python sslstrip.py.....
Also you can download it from homepage, unzip it and run it from the sources.. This is: unzip it, go to the folder unzipped and just run it : python sslstrip.py
Try it...
best of luck
Re: sslstrip: command not found
Or search the forums, it's been already covered ;)