I also posted this elsewhere in this forum, but in case someone is looking for specific information how to sniff the traffic from your iLiad, here the info again:
Let's assume:
- your router has the IP 192.168.0.1 and acts as the gateway
- your iLiad has the IP 192.168.0.10
- your laptop has the IP 192.168.0.11
Then use the following Ettercap commandline to log all traffic between your router and the iLiad:
Code:
ettercap -Tq -L /tmp/logfile.log -M arp:remote /192.168.0.1/ /192.168.0.10/
If iDS uses a secured connection (over SSL), you'll have to do some extra work to import the certificate into Ettercap.