I find the excellent Easy Creds script to be a useful eye opener for live demos. I just installed the new version 3.7.1 and noticed that sslstrip would not start. The script did not appear to include the proper command line for starting sslstrip. I was able to get it working by substituting at line 880 the command line start from v 3.6:
-e python /pentest/web/sslstrip/sslstrip.py -pfk
This replaces the following (which does not appear to include the proper arguments for starting sslstrip):
-e sslstrip -pfk


