Ich hab ne wlankarte die mit dem orinoco-Treiber läuft.
Jetzt möchte ich gerne die Nachtbarschaft auf wlan scannen, leider läuft soweit ich
weis airsnort nur mit dem wlan_ng Treiber, kennt wer ein ähnliches Proggi das auch mit meiner Karte läuft?
Ersatz für Airsnort
Hi suntsu,
apt-cache show kismet
[code]
Package: kismet
Priority: optional
Section: net
Installed-Size: 340
Maintainer: Francois Gurin <matrix@debian.org>
Architecture: i386
Version: 1.4.2-4
Depends: libc6 (>= 2.2.4-4), libglib1.2 (>= 1.2.0), libncurses5 (>= 5.2.20020112a-1), libpcap0 (<< 0.7.0), libpcap0 (>= 0.6.1-1), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), zlib1g (>= 1:1.1.4)
Filename: pool/main/k/kismet/kismet_1.4.2-4_i386.deb
Size: 97614
MD5sum: 5fed47837f2e5f44088d74eff3644a89
Description: Wireless 802.11b monitoring tool
Kismet is a 802.11b wireless network sniffer. It is capable of sniffing
using almost any wireless card supported in Linux, which currently divide
into cards handled by libpcap and the Linux-Wireless extensions (such as
Cisco Aironet), and cards supported by the Wlan-NG project which use the
Prism/2 chipset (such as Linksys, Dlink, and Zoom).
[/code]
Hier noch ein paar Feautures:
[code]
# FEATURES
* Multiple packet sources
* Channel hopping
* IP block detection
* Cisco product detection via CDP
* Ethereal/tcpdump compatable file logging
* Airsnort-compatable "interesting" (cryptographically weak) logging
* Hidden SSID decloaking
* Grouping and custom naming of SSIDs
* Multiple clients viewing a single capture stream
* Graphical mapping of data (gpsmap)
* Cross-platform support (handheld linux and BSD)
* Manufacturer identification
* Detection of default access point configurations
* Detection of Netstumbler clients
* Runtime decoding of WEP packets
* Multiplexing of multiple capture sources
[/code]
Ich habe leider keine WLAN Karte ...
Würde es aber auch einmal höllisch gerne ausprobieren. Habe letztens auch so ne Doku von ein paar Japaner aus Tokio gesehen die tausende von Netzen aufgspürt haben ... dabei 80% ohne WEP ... von der rechtlichen Seite sind bis zu zwei Jahren drin ...
Kannst ja eventuell mal ein paar Ergebnisse hier posten (nein, nicht die Packets ... aber eventuell wie Du daran gegangen bist, ob wirklich alles so einfach war ...)
...obs mit Deiner Karte läuft kann ich Dir leider nun nicht verraten ...
apt-cache show kismet
[code]
Package: kismet
Priority: optional
Section: net
Installed-Size: 340
Maintainer: Francois Gurin <matrix@debian.org>
Architecture: i386
Version: 1.4.2-4
Depends: libc6 (>= 2.2.4-4), libglib1.2 (>= 1.2.0), libncurses5 (>= 5.2.20020112a-1), libpcap0 (<< 0.7.0), libpcap0 (>= 0.6.1-1), libstdc++2.10-glibc2.2 (>= 1:2.95.4-0.010810), zlib1g (>= 1:1.1.4)
Filename: pool/main/k/kismet/kismet_1.4.2-4_i386.deb
Size: 97614
MD5sum: 5fed47837f2e5f44088d74eff3644a89
Description: Wireless 802.11b monitoring tool
Kismet is a 802.11b wireless network sniffer. It is capable of sniffing
using almost any wireless card supported in Linux, which currently divide
into cards handled by libpcap and the Linux-Wireless extensions (such as
Cisco Aironet), and cards supported by the Wlan-NG project which use the
Prism/2 chipset (such as Linksys, Dlink, and Zoom).
[/code]
Hier noch ein paar Feautures:
[code]
# FEATURES
* Multiple packet sources
* Channel hopping
* IP block detection
* Cisco product detection via CDP
* Ethereal/tcpdump compatable file logging
* Airsnort-compatable "interesting" (cryptographically weak) logging
* Hidden SSID decloaking
* Grouping and custom naming of SSIDs
* Multiple clients viewing a single capture stream
* Graphical mapping of data (gpsmap)
* Cross-platform support (handheld linux and BSD)
* Manufacturer identification
* Detection of default access point configurations
* Detection of Netstumbler clients
* Runtime decoding of WEP packets
* Multiplexing of multiple capture sources
[/code]
Ich habe leider keine WLAN Karte ...
Würde es aber auch einmal höllisch gerne ausprobieren. Habe letztens auch so ne Doku von ein paar Japaner aus Tokio gesehen die tausende von Netzen aufgspürt haben ... dabei 80% ohne WEP ... von der rechtlichen Seite sind bis zu zwei Jahren drin ...
Kannst ja eventuell mal ein paar Ergebnisse hier posten (nein, nicht die Packets ... aber eventuell wie Du daran gegangen bist, ob wirklich alles so einfach war ...)
...obs mit Deiner Karte läuft kann ich Dir leider nun nicht verraten ...
Hmm ... habs mir jetzt nicht so genau angeguckt ...
http://airsnort.shmoo.com/orinocoinfo.html
... könnte Dir aber dabei helfen.
http://airsnort.shmoo.com/orinocoinfo.html
... könnte Dir aber dabei helfen.
http://www.personaltelco.net/index.cgi/ ... ssSniffers
hier nochmal ne kleine Auswahl ...
und:
Ethereal is a GUI sniffer which understands 802.11b frames. Unfortunately right now the only way to get wireless frames into Ethereal is to use Linux 2.4.6 (or custom patches to 2.2.19) or the latest bleeding edge FreeBSD (version ??) and patches to Libpcap (or the current CVS version, or 0.7 beta version, from tcpdump.org; see below) and BPF.
Ethereal works great under Free BSD 2.5, which is stable. It is in the ports directory (2/14/2002 Rich Gibson).
o cd /usr/ports/net/ethereal
o (as root) make install clean
o rehash
o ethereal - pick your interface, wi0, and Bob's your uncle.
hier nochmal ne kleine Auswahl ...
und:
Ethereal is a GUI sniffer which understands 802.11b frames. Unfortunately right now the only way to get wireless frames into Ethereal is to use Linux 2.4.6 (or custom patches to 2.2.19) or the latest bleeding edge FreeBSD (version ??) and patches to Libpcap (or the current CVS version, or 0.7 beta version, from tcpdump.org; see below) and BPF.
Ethereal works great under Free BSD 2.5, which is stable. It is in the ports directory (2/14/2002 Rich Gibson).
o cd /usr/ports/net/ethereal
o (as root) make install clean
o rehash
o ethereal - pick your interface, wi0, and Bob's your uncle.