Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupin3000 committed Apr 8, 2021
1 parent ec646cc commit 760de04
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions WIFIAnalysis/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 760de04

Please sign in to comment.