View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#270
Sorry, double checked the code for changes and there is nothing changed.

Actually I have even forgot to increment the version number..

while everything is working go to the the original terminal and press on the top bar and you will get the option "New". Press that; it will open a new xterm.
there type
Code:
ps |grep xterm
ps |grep ssl
you should get something like that:
Code:
~ $ ps |grep xterm
 4798 user      3932 S    /usr/bin/osso-xterm
 4799 user     31632 S    /usr/bin/osso-xterm
 4844 root      9332 S    xterm -T ettercap -e ettercap -o -q -i wlan0 -T -M arp  /192.168.0.1/ //
 4850 root      9332 S    xterm -hold -T Passwords -e /tmp/looparse.sh
 5555 user      2832 S    grep xterm
~ $ ps |grep ssl
 4834 root     17440 S    /usr/bin/python /usr/bin/sslstrip -f -a -k -l 8080 -w /home/user/yamas/yamas.txt
 5741 user      2828 S    grep ssl
if you see those running and with your configuration then the problem is elsewhere.