Skip to content

Commit

Permalink
Add notes for starting airodump.
Browse files Browse the repository at this point in the history
  • Loading branch information
faulkner committed Mar 3, 2013
1 parent 812c197 commit eb4e596
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ sudo make install
```

Tested with a [AWUS036H](http://www.amazon.com/s/field-keywords=awus036h). You will may need to `apt-get install iw` first.


running airodump
----------------

Currently you need to do this little song and dance manually.

```bash
sudo airmon-ng start wlan0
sudo airodump-ng mon0 -w dump --output-format=csv
```

0 comments on commit eb4e596

Please sign in to comment.