For Backtrack 5 RC2:
Backtrack RC2 comes with a newer version of dhcp3-common that the current version of dhcp3-server doesn't like. To fix this issue on a fresh install do the following:
To get sslstrip working you must run the setup.py script:Code:apt-get purge dhcp3-common apt-get install dhcp3-common=3.1.3-2ubuntu3.2 apt-get install dhcp3-server apt-get install dhcp3-client apt-get install wicd
you should now be able to use sslstrip by typing it in the command line.Code:cd /pentest/web/sslstrip/ python setup.py install


