Sniffing data on a networknetwork: secure traffic between serversDetect an IP address of a Wireless Access...
LaTeX closing $ signs makes cursor jump
Why did Neo believe he could trust the machine when he asked for peace?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
How do I create uniquely male characters?
Why don't electron-positron collisions release infinite energy?
Prove that NP is closed under karp reduction?
Smoothness of finite-dimensional functional calculus
Can divisibility rules for digits be generalized to sum of digits
Can I make popcorn with any corn?
Why Is Death Allowed In the Matrix?
Is it possible to do 50 km distance without any previous training?
Theorems that impeded progress
What's the point of deactivating Num Lock on login screens?
Is it legal for company to use my work email to pretend I still work there?
Is it important to consider tone, melody, and musical form while writing a song?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Is it unprofessional to ask if a job posting on GlassDoor is real?
can i play a electric guitar through a bass amp?
Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)
Problem of parity - Can we draw a closed path made up of 20 line segments...
What is the word for reserving something for yourself before others do?
Why are electrically insulating heatsinks so rare? Is it just cost?
How to format long polynomial?
To string or not to string
Sniffing data on a network
network: secure traffic between serversDetect an IP address of a Wireless Access Point deviceUse wifi direct via bridge on ethernet enabled devicesRequirements for successful WIFI sniffingSniff wifi traffic with TCPDumpAccess NAS in parent networkRouting packages through other hosts in a wireless networkHow can I watch communication in my own network?Wireshark - how can I observe little endian big endian difference in byte order using Wireshark?Receiving UDP packets through firewall
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I have a couple of GoPro's connected to a Smart Remote device. I am able to connect to the hidden wifi access point created by the Smart Remote. I want to observe the communication between the GoPro's and the Smart Remote. Is this possible? I mean to intercept the UDP packets which are exchanged between the GoPro's and Smart Remote?
networking sniffing gopro
add a comment |
I have a couple of GoPro's connected to a Smart Remote device. I am able to connect to the hidden wifi access point created by the Smart Remote. I want to observe the communication between the GoPro's and the Smart Remote. Is this possible? I mean to intercept the UDP packets which are exchanged between the GoPro's and Smart Remote?
networking sniffing gopro
add a comment |
I have a couple of GoPro's connected to a Smart Remote device. I am able to connect to the hidden wifi access point created by the Smart Remote. I want to observe the communication between the GoPro's and the Smart Remote. Is this possible? I mean to intercept the UDP packets which are exchanged between the GoPro's and Smart Remote?
networking sniffing gopro
I have a couple of GoPro's connected to a Smart Remote device. I am able to connect to the hidden wifi access point created by the Smart Remote. I want to observe the communication between the GoPro's and the Smart Remote. Is this possible? I mean to intercept the UDP packets which are exchanged between the GoPro's and Smart Remote?
networking sniffing gopro
networking sniffing gopro
asked yesterday
ChaniChani
16713
16713
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You will need a program like Wireshark and a means of grabbing all packets going over the netwerk. An old-school hub is the easiest method of achieving this (all ports get all packets) but they are no longer sold now-a-days. Your best bet is either a managed switch on which you configure a sniffer port which receives all the packets from the other ports or to add a second network port to your PC/laptop and turn it into a man-in-the-middle device.
If everything is wireless, including the sniffer PC, then Wireshark is able to capture everything flying through the ether and you won't need to bother with a cabled solution. A quick hint from the linked wiki page:
When installed on Windows Vista or later (including Win7, Win8 and
Win10) with option "Support raw 802.11 traffic (and monitor mode) for
wireless adapters" selected, all the wireless adapters can be selected
in Wireshark so as to capture raw 802.11 traffic. In "monitor mode",
raw 802.11 packets (data + management + control) with radiotap header
can be see. Otherwise, only 802.11 data packets can be see. You can
enter "monitor mode" via Wireshark or WlanHelper.exe tool shipped with
Npcap.
Here's the direct link to the initial setup page: https://wiki.wireshark.org/CaptureSetup/WLAN
And here's a link that describes how to decrypt WiFi traffic. https://wiki.wireshark.org/HowToDecrypt802.11
Wireshark has some awesome manuals, wikis and tens-of-thousands of questions on StackExchange so I hope this answer gets you started.
2
Can you provide information on configuring Wireshark to capture WiFi traffic, decrypt it, etc...? Currently this answer has no real information other than "it can be done", and wired solutions are irrelevant here.
– Attie
yesterday
Actually I am already trying to use Wireshark. What I am doing right now is, on my laptop I connect to the smart remote. Then I connect the gopros as well to the smart remote. Next I start Wireshark in promiscuous mode. But I see only the data which is sent from the smart remote to my computer. What I need is to see the data transfer from gopro to smart remote and vice versa. What happens is, every device connected to the smart remote gets a dynamic IP. I can see the data between the computer and the smart remote. But other things? How to see the data?
– Chani
yesterday
1
@Chani The linked manual gives instructions on how to setup Wireshark for WiFi packet capture. I put in an extra quote on what I feel summarises what you have to do in the answer. Here's an additional link on how to decrypt WiFi traffic: https://wiki.wireshark.org/HowToDecrypt802.11
– Nathilion
yesterday
Thanks a lot it helps a lot.
– Chani
yesterday
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421873%2fsniffing-data-on-a-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You will need a program like Wireshark and a means of grabbing all packets going over the netwerk. An old-school hub is the easiest method of achieving this (all ports get all packets) but they are no longer sold now-a-days. Your best bet is either a managed switch on which you configure a sniffer port which receives all the packets from the other ports or to add a second network port to your PC/laptop and turn it into a man-in-the-middle device.
If everything is wireless, including the sniffer PC, then Wireshark is able to capture everything flying through the ether and you won't need to bother with a cabled solution. A quick hint from the linked wiki page:
When installed on Windows Vista or later (including Win7, Win8 and
Win10) with option "Support raw 802.11 traffic (and monitor mode) for
wireless adapters" selected, all the wireless adapters can be selected
in Wireshark so as to capture raw 802.11 traffic. In "monitor mode",
raw 802.11 packets (data + management + control) with radiotap header
can be see. Otherwise, only 802.11 data packets can be see. You can
enter "monitor mode" via Wireshark or WlanHelper.exe tool shipped with
Npcap.
Here's the direct link to the initial setup page: https://wiki.wireshark.org/CaptureSetup/WLAN
And here's a link that describes how to decrypt WiFi traffic. https://wiki.wireshark.org/HowToDecrypt802.11
Wireshark has some awesome manuals, wikis and tens-of-thousands of questions on StackExchange so I hope this answer gets you started.
2
Can you provide information on configuring Wireshark to capture WiFi traffic, decrypt it, etc...? Currently this answer has no real information other than "it can be done", and wired solutions are irrelevant here.
– Attie
yesterday
Actually I am already trying to use Wireshark. What I am doing right now is, on my laptop I connect to the smart remote. Then I connect the gopros as well to the smart remote. Next I start Wireshark in promiscuous mode. But I see only the data which is sent from the smart remote to my computer. What I need is to see the data transfer from gopro to smart remote and vice versa. What happens is, every device connected to the smart remote gets a dynamic IP. I can see the data between the computer and the smart remote. But other things? How to see the data?
– Chani
yesterday
1
@Chani The linked manual gives instructions on how to setup Wireshark for WiFi packet capture. I put in an extra quote on what I feel summarises what you have to do in the answer. Here's an additional link on how to decrypt WiFi traffic: https://wiki.wireshark.org/HowToDecrypt802.11
– Nathilion
yesterday
Thanks a lot it helps a lot.
– Chani
yesterday
add a comment |
You will need a program like Wireshark and a means of grabbing all packets going over the netwerk. An old-school hub is the easiest method of achieving this (all ports get all packets) but they are no longer sold now-a-days. Your best bet is either a managed switch on which you configure a sniffer port which receives all the packets from the other ports or to add a second network port to your PC/laptop and turn it into a man-in-the-middle device.
If everything is wireless, including the sniffer PC, then Wireshark is able to capture everything flying through the ether and you won't need to bother with a cabled solution. A quick hint from the linked wiki page:
When installed on Windows Vista or later (including Win7, Win8 and
Win10) with option "Support raw 802.11 traffic (and monitor mode) for
wireless adapters" selected, all the wireless adapters can be selected
in Wireshark so as to capture raw 802.11 traffic. In "monitor mode",
raw 802.11 packets (data + management + control) with radiotap header
can be see. Otherwise, only 802.11 data packets can be see. You can
enter "monitor mode" via Wireshark or WlanHelper.exe tool shipped with
Npcap.
Here's the direct link to the initial setup page: https://wiki.wireshark.org/CaptureSetup/WLAN
And here's a link that describes how to decrypt WiFi traffic. https://wiki.wireshark.org/HowToDecrypt802.11
Wireshark has some awesome manuals, wikis and tens-of-thousands of questions on StackExchange so I hope this answer gets you started.
2
Can you provide information on configuring Wireshark to capture WiFi traffic, decrypt it, etc...? Currently this answer has no real information other than "it can be done", and wired solutions are irrelevant here.
– Attie
yesterday
Actually I am already trying to use Wireshark. What I am doing right now is, on my laptop I connect to the smart remote. Then I connect the gopros as well to the smart remote. Next I start Wireshark in promiscuous mode. But I see only the data which is sent from the smart remote to my computer. What I need is to see the data transfer from gopro to smart remote and vice versa. What happens is, every device connected to the smart remote gets a dynamic IP. I can see the data between the computer and the smart remote. But other things? How to see the data?
– Chani
yesterday
1
@Chani The linked manual gives instructions on how to setup Wireshark for WiFi packet capture. I put in an extra quote on what I feel summarises what you have to do in the answer. Here's an additional link on how to decrypt WiFi traffic: https://wiki.wireshark.org/HowToDecrypt802.11
– Nathilion
yesterday
Thanks a lot it helps a lot.
– Chani
yesterday
add a comment |
You will need a program like Wireshark and a means of grabbing all packets going over the netwerk. An old-school hub is the easiest method of achieving this (all ports get all packets) but they are no longer sold now-a-days. Your best bet is either a managed switch on which you configure a sniffer port which receives all the packets from the other ports or to add a second network port to your PC/laptop and turn it into a man-in-the-middle device.
If everything is wireless, including the sniffer PC, then Wireshark is able to capture everything flying through the ether and you won't need to bother with a cabled solution. A quick hint from the linked wiki page:
When installed on Windows Vista or later (including Win7, Win8 and
Win10) with option "Support raw 802.11 traffic (and monitor mode) for
wireless adapters" selected, all the wireless adapters can be selected
in Wireshark so as to capture raw 802.11 traffic. In "monitor mode",
raw 802.11 packets (data + management + control) with radiotap header
can be see. Otherwise, only 802.11 data packets can be see. You can
enter "monitor mode" via Wireshark or WlanHelper.exe tool shipped with
Npcap.
Here's the direct link to the initial setup page: https://wiki.wireshark.org/CaptureSetup/WLAN
And here's a link that describes how to decrypt WiFi traffic. https://wiki.wireshark.org/HowToDecrypt802.11
Wireshark has some awesome manuals, wikis and tens-of-thousands of questions on StackExchange so I hope this answer gets you started.
You will need a program like Wireshark and a means of grabbing all packets going over the netwerk. An old-school hub is the easiest method of achieving this (all ports get all packets) but they are no longer sold now-a-days. Your best bet is either a managed switch on which you configure a sniffer port which receives all the packets from the other ports or to add a second network port to your PC/laptop and turn it into a man-in-the-middle device.
If everything is wireless, including the sniffer PC, then Wireshark is able to capture everything flying through the ether and you won't need to bother with a cabled solution. A quick hint from the linked wiki page:
When installed on Windows Vista or later (including Win7, Win8 and
Win10) with option "Support raw 802.11 traffic (and monitor mode) for
wireless adapters" selected, all the wireless adapters can be selected
in Wireshark so as to capture raw 802.11 traffic. In "monitor mode",
raw 802.11 packets (data + management + control) with radiotap header
can be see. Otherwise, only 802.11 data packets can be see. You can
enter "monitor mode" via Wireshark or WlanHelper.exe tool shipped with
Npcap.
Here's the direct link to the initial setup page: https://wiki.wireshark.org/CaptureSetup/WLAN
And here's a link that describes how to decrypt WiFi traffic. https://wiki.wireshark.org/HowToDecrypt802.11
Wireshark has some awesome manuals, wikis and tens-of-thousands of questions on StackExchange so I hope this answer gets you started.
edited yesterday
answered yesterday
NathilionNathilion
514
514
2
Can you provide information on configuring Wireshark to capture WiFi traffic, decrypt it, etc...? Currently this answer has no real information other than "it can be done", and wired solutions are irrelevant here.
– Attie
yesterday
Actually I am already trying to use Wireshark. What I am doing right now is, on my laptop I connect to the smart remote. Then I connect the gopros as well to the smart remote. Next I start Wireshark in promiscuous mode. But I see only the data which is sent from the smart remote to my computer. What I need is to see the data transfer from gopro to smart remote and vice versa. What happens is, every device connected to the smart remote gets a dynamic IP. I can see the data between the computer and the smart remote. But other things? How to see the data?
– Chani
yesterday
1
@Chani The linked manual gives instructions on how to setup Wireshark for WiFi packet capture. I put in an extra quote on what I feel summarises what you have to do in the answer. Here's an additional link on how to decrypt WiFi traffic: https://wiki.wireshark.org/HowToDecrypt802.11
– Nathilion
yesterday
Thanks a lot it helps a lot.
– Chani
yesterday
add a comment |
2
Can you provide information on configuring Wireshark to capture WiFi traffic, decrypt it, etc...? Currently this answer has no real information other than "it can be done", and wired solutions are irrelevant here.
– Attie
yesterday
Actually I am already trying to use Wireshark. What I am doing right now is, on my laptop I connect to the smart remote. Then I connect the gopros as well to the smart remote. Next I start Wireshark in promiscuous mode. But I see only the data which is sent from the smart remote to my computer. What I need is to see the data transfer from gopro to smart remote and vice versa. What happens is, every device connected to the smart remote gets a dynamic IP. I can see the data between the computer and the smart remote. But other things? How to see the data?
– Chani
yesterday
1
@Chani The linked manual gives instructions on how to setup Wireshark for WiFi packet capture. I put in an extra quote on what I feel summarises what you have to do in the answer. Here's an additional link on how to decrypt WiFi traffic: https://wiki.wireshark.org/HowToDecrypt802.11
– Nathilion
yesterday
Thanks a lot it helps a lot.
– Chani
yesterday
2
2
Can you provide information on configuring Wireshark to capture WiFi traffic, decrypt it, etc...? Currently this answer has no real information other than "it can be done", and wired solutions are irrelevant here.
– Attie
yesterday
Can you provide information on configuring Wireshark to capture WiFi traffic, decrypt it, etc...? Currently this answer has no real information other than "it can be done", and wired solutions are irrelevant here.
– Attie
yesterday
Actually I am already trying to use Wireshark. What I am doing right now is, on my laptop I connect to the smart remote. Then I connect the gopros as well to the smart remote. Next I start Wireshark in promiscuous mode. But I see only the data which is sent from the smart remote to my computer. What I need is to see the data transfer from gopro to smart remote and vice versa. What happens is, every device connected to the smart remote gets a dynamic IP. I can see the data between the computer and the smart remote. But other things? How to see the data?
– Chani
yesterday
Actually I am already trying to use Wireshark. What I am doing right now is, on my laptop I connect to the smart remote. Then I connect the gopros as well to the smart remote. Next I start Wireshark in promiscuous mode. But I see only the data which is sent from the smart remote to my computer. What I need is to see the data transfer from gopro to smart remote and vice versa. What happens is, every device connected to the smart remote gets a dynamic IP. I can see the data between the computer and the smart remote. But other things? How to see the data?
– Chani
yesterday
1
1
@Chani The linked manual gives instructions on how to setup Wireshark for WiFi packet capture. I put in an extra quote on what I feel summarises what you have to do in the answer. Here's an additional link on how to decrypt WiFi traffic: https://wiki.wireshark.org/HowToDecrypt802.11
– Nathilion
yesterday
@Chani The linked manual gives instructions on how to setup Wireshark for WiFi packet capture. I put in an extra quote on what I feel summarises what you have to do in the answer. Here's an additional link on how to decrypt WiFi traffic: https://wiki.wireshark.org/HowToDecrypt802.11
– Nathilion
yesterday
Thanks a lot it helps a lot.
– Chani
yesterday
Thanks a lot it helps a lot.
– Chani
yesterday
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421873%2fsniffing-data-on-a-network%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown