From c99c091279928850f14c4214447d9f8061dac9fe Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Tue, 26 Mar 2024 01:38:37 +0100 Subject: [PATCH] SYNC commit. --- notes/wiki/EnvironmentSetup.md | 1 + notes/wiki/iw.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/notes/wiki/EnvironmentSetup.md b/notes/wiki/EnvironmentSetup.md index 6e1e4cc..396fa31 100644 --- a/notes/wiki/EnvironmentSetup.md +++ b/notes/wiki/EnvironmentSetup.md @@ -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. diff --git a/notes/wiki/iw.md b/notes/wiki/iw.md index 3ef3dad..b4e9544 100644 --- a/notes/wiki/iw.md +++ b/notes/wiki/iw.md @@ -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.