make sure your path is correct otherwise sslstrip may not initiate properly which would cause you to miss any passwords being entered.. please let me know the output of the following command when executed at a bt5 terminal prompt:
if it does not include "/usr/local/bin" then execute the following command at the bt5 prompt:Code:echo $PATH
then execute both sslstrip and ettercap by name at the terminal to verify independently that they are both working.. they should be called from the command line without a full path (ie just 'sslstrip' and 'ettercap -T').. if they both work then re-run yamas and see if it works for you..Code:export PATH=/usr/local/bin:$PATH
NOTE:the path is not persistent for some reason so i make an alias for the export command in the ~/.bash_aliases file. You may do this via the following commands from a bt5 prompt:
and add the following line: (the file may be blank if you do not use aliases)Code:nano ~/.bash_aliases
hit ctrl-x to save the file to the same location and then reboot the phone for good measure..Code:alias p='export PATH=/usr/local/bin:$PATH'
then every time you load the bt5 terminal on your phone via the 'bt' startup script you can just type 'p' and press enter to set your path before you get started.. it's quick and hackish but it works.. I messed around with ways to do this automatically but got sidetracked and haven't looked back into it in a bit.. hope this helps you!
If this does not solve your problem then let me know and we'll go from there!
enjoy!


