Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: wlan0 promiscuous mode
Date: Wed, 28 Jan 2009 22:08:08
Message-Id: 58965d8a0901281408j1c96e353g7e4e1b2471a0c0ea@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: wlan0 promiscuous mode by Grant
1 On Wed, Jan 28, 2009 at 2:17 PM, Grant <emailgrant@×××××.com> wrote:
2 >>> > Does anyone know how to put my USB wireless network adapter into
3 >>> > promiscuous mode so I can see everything that's happening wirelessley
4 >>> > on my network in wireshark?
5 >>>
6 >>> ifconfig eth1 promisc
7 >>>
8 >>> But at least tcpdump puts the interface into promiscous mode
9 >>> automatically, so there is a chance that wireshark does the same.
10 >>>
11 >>>
12 >>
13 >> Another way is to use airmon-ng from the aircrack-ng package:
14 >>
15 >> airmon-ng start wlan0
16 >
17 > Thanks everyone. I didn't realize it but monitor mode is what I'm
18 > after. aircrack-ng looks interesting too. Is there something similar
19 > with a GUI? airsnort seems to be discontinued. What is iw for?
20
21 iw - show / manipulate wireless devices and their configuration
22
23 Usage: iw [options] command
24 Options:
25 --debug enable netlink debugging
26 --version show version
27 Commands:
28 help
29 event
30 list
31 phy <phyname> info
32 dev <devname> set channel <channel> [HT20|HT40+|HT40-]
33 phy <phyname> set channel <channel> [HT20|HT40+|HT40-]
34 dev <devname> set freq <freq> [HT20|HT40+|HT40-]
35 phy <phyname> set freq <freq> [HT20|HT40+|HT40-]
36 phy <phyname> set name <new name>
37 dev <devname> set meshid <meshid>
38 dev <devname> set monitor <flag> [...]
39 dev <devname> info
40 dev <devname> del
41 dev <devname> interface add <name> type <type> [mesh_id
42 <meshid>] [flags ...]
43 phy <phyname> interface add <name> type <type> [mesh_id
44 <meshid>] [flags ...]
45 dev <devname> station dump
46 dev <devname> station set <MAC address> plink_action <open|block>
47 dev <devname> station del <MAC address>
48 dev <devname> station get <MAC address>
49 dev <devname> mpath dump
50 dev <devname> mpath set <destination MAC address> next_hop
51 <next hop MAC address>
52 dev <devname> mpath new <destination MAC address> next_hop
53 <next hop MAC address>
54 dev <devname> mpath del <MAC address>
55 dev <devname> mpath get <MAC address>
56 reg set <ISO/IEC 3166-1 alpha2>
57 dev <devname> get mesh_param <param>
58 dev <devname> set mesh_param <param> <value>

Replies

Subject Author
Re: [gentoo-user] Re: wlan0 promiscuous mode Grant <emailgrant@×××××.com>