From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-89869-garchives=archives.gentoo.org@lists.gentoo.org>) id 1LSGqn-0001Sd-0A for garchives@archives.gentoo.org; Wed, 28 Jan 2009 20:17:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 962E0E01F1; Wed, 28 Jan 2009 20:17:27 +0000 (UTC) Received: from mail-fx0-f20.google.com (mail-fx0-f20.google.com [209.85.220.20]) by pigeon.gentoo.org (Postfix) with ESMTP id 57E28E01F1 for <gentoo-user@lists.gentoo.org>; Wed, 28 Jan 2009 20:17:27 +0000 (UTC) Received: by fxm13 with SMTP id 13so2021188fxm.10 for <gentoo-user@lists.gentoo.org>; Wed, 28 Jan 2009 12:17:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=iEXxylzhsrBryJCnxTLtwtHBg9rXlDdFC6wymqJDa5Q=; b=BXQIycAHzY3wHpzicJFefqFmyXRz9iM2tIXeCaA2DVoyx9AUkfsktbWCTzyJbh5XZS YM10+iSA+raE8sZff5049azP+JMxfQjPyBZe00n6e3MbErl3N0Cd/RqsrnqqRb+uI0/f +is+FeAzFE3u6o7IwKOeLHJ+3Bwiaie9d/SfE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=H5jfRs9Zba3Tn94x31v8WGEEp8ixtTi5SvdmJoq9/W4n7GRhAueFUxBVcnVTyqvanY qxOfxeWUAqVj/cvqb4ht6bkYOS30Kg4S5+biMUKBdm7ATpFmk+moTkn3Bum1bKWDWSb7 jobUujMsDqQhZYQ6s2g3Ixvwc0o9KZH7CzQX8= Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.181.141.18 with SMTP id t18mr391694bkn.203.1233173846620; Wed, 28 Jan 2009 12:17:26 -0800 (PST) In-Reply-To: <20090128204629.0ea80ad2.nexenta@evil-monkey-in-my-closet.com> References: <49bf44f10901280900p33914cbci19ed49544757ee31@mail.gmail.com> <20090128171718.4D7B.1.NOFFLE@turbacz.local> <20090128204629.0ea80ad2.nexenta@evil-monkey-in-my-closet.com> Date: Wed, 28 Jan 2009 12:17:26 -0800 Message-ID: <49bf44f10901281217p12538284sf0be3011083cbb7b@mail.gmail.com> Subject: Re: [gentoo-user] Re: wlan0 promiscuous mode From: Grant <emailgrant@gmail.com> To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 738e37de-041c-40fd-ae2c-df353d5730c7 X-Archives-Hash: 3eb2cd9520bb54f4806cb708a9dcd65b >> > Does anyone know how to put my USB wireless network adapter into >> > promiscuous mode so I can see everything that's happening wirelessley >> > on my network in wireshark? >> >> ifconfig eth1 promisc >> >> But at least tcpdump puts the interface into promiscous mode >> automatically, so there is a chance that wireshark does the same. >> >> > > Another way is to use airmon-ng from the aircrack-ng package: > > airmon-ng start wlan0 Thanks everyone. I didn't realize it but monitor mode is what I'm after. aircrack-ng looks interesting too. Is there something similar with a GUI? airsnort seems to be discontinued. What is iw for? - Grant