Ask Your Question
0

How do I capture from a pipe in Wireshark?

asked 2022-09-08 16:02:45 +0000

careybalboa gravatar image

updated 2022-09-14 21:26:38 +0000

Guy Harris gravatar image

Hello!

which interface should i select to see live scanning with the wifi coconut?

when I run: sudo wifi_coconut --no-display --pcap=- | tshark -r -

I do see scanning in the terminal but it does not open or connect in Wireshark app.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-09-08 23:12:33 +0000

Bob Jones gravatar image

Curious that you pipe to tshark, but expect wireshark? If you try, instead:

sudo wifi_coconut --no-display --pcap=- | wireshark -k -i -

do you see a better result?

edit flag offensive delete link more

Comments

thank you!!! Im a newbie ha ha!

careybalboa gravatar imagecareybalboa ( 2022-09-08 23:38:27 +0000 )edit

And even on the command line,

sudo wifi_coconut --no-display --pcap=- | tshark -i -

should work better.

Guy Harris gravatar imageGuy Harris ( 2022-09-13 05:50:44 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2022-09-08 16:02:45 +0000

Seen: 555 times

Last updated: Sep 14 '22