On Wednesday 16 July 2008 15:23:11 Edd Barrett wrote: > Hi, > > ---8<--- > % sudo ettercap -I > > ettercap NG-0.7.3 copyright 2001-2004 ALoR & NaGA > > Dissector "dns" not supported (etter.conf line 70) > List of available Network Interfaces: > > em0 em0 > lo0 Local Loopback > > % sudo ettercap -I em0 > > ettercap NG-0.7.3 copyright 2001-2004 ALoR & NaGA > > > TARGET (em0) contains invalid chars ! > ---8<--- > > seems to work in the curses gui.
RTFM :) ettercap -C -i em0 It is saying invalid characters because you did not specify -i for the interface name and it is expecting a target instead. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
