SYNC commit.

This commit is contained in:
Sebastian Lenzlinger 2024-03-26 01:38:37 +01:00
parent c3537e11bc
commit c99c091279
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Here I try to document the setup needed to perform reliable captures of IoT devi
Since most IoT devices use the internet, it is vital that any capturing mechanism/setup does not interfear with their ability to phone home.
At this point I can descerne the following steps.
Essentially, all this is to enable reliable [[monitoring]] of IoT network traffic.
# Overview/Big Picture
Assumption: The machine used to capture traffic has internet acces either wired (ethernet) or wireless (wifi, maybe bluetooth?).
Since IoT devices work wirelessly the testing/experiment environment needs at least none wifi card which supports AP mode (see [[iw]]). It will act as the AP for the device to be tested.

View File

@ -1,4 +1,4 @@
***TLDR***: show / manipulate wirless devices and their configs.
**TLDR**: show / manipulate wirless devices and their configs.
# Commands used:
- `iw list` shows extensive info about all wirless devices.