First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

How do I capture from a pipe in Wireshark?

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.

careybalboa's avatar
1
careybalboa
asked 2022-09-08 16:02:45 +0000
Guy Harris's avatar
19.9k
Guy Harris
updated 2022-09-14 21:26:38 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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?

Bob Jones's avatar
1.5k
Bob Jones
answered 2022-09-08 23:12:33 +0000
edit flag offensive 0 remove flag delete link

Comments

thank you!!! Im a newbie ha ha!

careybalboa's avatar careybalboa (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's avatar Guy Harris (2022-09-13 05:50:44 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer