| Posted by: | dragorn |
| Subject: | Read Kismet pcapdump to see URL only |
| Date: | 02:40:04 25/10/2011 |
> Hi All,
>
> I am doing a project on detecting students cheating in online exam and I have recently started experimenting with Kismet.
>
> The network where I am experimenting is unsecure and after I capture through kismet, I have to somehow know which IP has opened what all sites.
>
> So while capturing .pcapdump file I am using tshark to continuously convert it into .txt file and then my script should read for url. But when I convert .pcapdump file to .txt, I can see the IP but not the URL they are visiting. I am totally new to kismet so can someone help me with what should I do for it? Can it be done through Kismet?
>
strings foo.pcap | grep http ?
Reply to this message