View Single Post
  #4   (View Single Post)  
Old 18th January 2010
joostvgh joostvgh is offline
Port Guard
 
Join Date: Jan 2010
Posts: 38
Default

ok so i did this and it used to work. however currently its printing to the console.

secondly I want to start it at boot time so I added this to /etc/rc.local:

if [ -x /usr/local/sbin/dnsspoof ]; then
echo -n ' dnsspoof -i rl0 -f /usr/local/lib/dnsspoof.hosts > /var/log dnsspoof.log &'; /usr/local/sbin/dnsspoof
fi

this starts dnsspoof @ boottime but it is not backgrounded; in other words, the boot stops untill i press ctrl+c to break dnsspoof.

any tips?

Last edited by joostvgh; 18th January 2010 at 11:52 PM.
Reply With Quote