From 760de04ccd923e0ed0de3cd6a8873cb48b651dfb Mon Sep 17 00:00:00 2001 From: lupin3000 Date: Thu, 8 Apr 2021 14:38:38 +0200 Subject: [PATCH] restructure --- WIFIAnalysis/readme.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/WIFIAnalysis/readme.md b/WIFIAnalysis/readme.md index cc177b0..c2c37c6 100644 --- a/WIFIAnalysis/readme.md +++ b/WIFIAnalysis/readme.md @@ -61,9 +61,9 @@ $ sudo ip link set wlan1 up $ sudo iwconfig wlan1 channel 9 ``` -## Analyze STA's +## tcpdump -### tcpdump +### Analyze STA's To analyze STA's, which do looking for already know access points, you can capture there `probe-req` with tcpdump. @@ -95,9 +95,7 @@ $ sudo tcpdump -i wlan1 -s 0 -l type mgt subtype probe-req | grep -o -P '\(\K[^\ $ sort STAs.txt | uniq -cd ``` -## Analyze AP's - -### tcpdump +### Analyze AP's To analyze access points around you, you can capture `beacon` and/or `probe-resp` with tcpdump.