Yes that is correct, you will have to perform a MITM attack to get the webpages accessed on other computers within the network to show up in a live fashion. You can easily do this with ettercap using the following command:All machines are wireless so I shouldnt need to ARP poison or MitM correct? I cant seem to find an answer on the forums anywhere, the only threads I can find that are similar are people on switched networks where they would need to MitM correct?
Another way of collecting the visited URLs would be to save all the sniffed traffic to a cap file and later replaying this on the lo interface and sniff on this interface using urlsnarf.Code:ettercap -Tq -M ARP // // -i interface
The above process also applies to mailsnarf and msgsnarf.


