Hi Eric,
I've been having some small problems with sslstrip parsing (not sure why no-one else is - I have the standard BT installation).
In f_SSLStrip():
- /$PWD expands to //root. Need to omit the leading /.
- strip-accts.txt is not present. Need to add a line to touch it.
- The last line of the definitions file (EOF etc) is parsed, resulting in garbage output. Easiest solution is to change line 1455 from "-le" to "-lt".
Cheers
Vulpi


