Hello, Is there possible to run wireshark and exporting http objects (file -> export -> objects -> http feature), and automate saving these objects to files under the structed path in GET header while wireshark is caputing packet and running in headless mode. How? Thanks, asked 06 Nov '12, 00:09 wiresharknew... |
3 Answers:
I don't think this is possible at the moment; exporting objects is "manual mode only" as far as I can tell. answered 06 Nov '12, 01:04 Jasper ♦♦ |
Unfortunately this is not possible in GUI mode, at least not in an automated ("headless") way. You could try to use an external GUI automation tool like AutoIt (or similar), but I'm not sure it that will work with GTK. Can you please tell us more about the goal you want to achieve? Maybe there is another way, like one of these tools Regards answered 06 Nov '12, 01:08 Kurt Knochner ♦ edited 06 Nov '12, 01:10 |
You can't save the full GET path, but as of Wireshark 2.3.0, you can export HTTP objects with tshark. Wireshark 2.3.0 hasn't been released yet, so you can grab a daily build from here. To extract HTTP objects from the command-line, run the following command:
answered 13 Dec '16, 15:31 moshe edited 13 Dec '16, 15:32 |
actually I need to monitor live network traffic and give live report on the keyworks in html transmated file. and the url of that file.
well, I don't think that wireshark is the right tool for your job.
Wireshark is a network analyzer and people use it to troubleshoot network problems. I suggest you take a look at these tools.
BTW: assniffer, together with a script could possibly do the job.
Maybe it's even easier to use a HTTP proxy and extract the required information there.
Regards
Kurt