View Single Post
  #3   (View Single Post)  
Old 17th January 2010
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Quote:
Originally Posted by joostvgh View Post
i am trying to output the dnsspoof to a file rather than to console. however this does not work

my command: /usr/local/sbin/dnsspoof -i em1 -f /usr/local/lib/dnsspoof.hosts & > /var/log/dnsspoof

the file is created but nothing is logged to it..
Background the process after the redirection:
Code:
/usr/local/sbin/dnsspoof -i em1 -f /usr/local/lib/dnsspoof.hosts > /var/log/dnsspoof &
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote