You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
|
From: <sc...@bj...> - 2007-12-03 08:43:12
|
Dear Open Source developer, I'm student of the Leuphana University in Lueneburg, Germany. I'm writing my doctoral thesis about the innovativity of Project Communitie= s.=20 I've picked your Project at random at sourceforge.net and would like to ask= =20 you to take part of this pilot study. To complete the questionair form will take you 15 to 20 minutes. You'll fin= de=20 it under http://dissertation.bjoern-benz.de/output/project_communities/ Thank you for your participation, Bj=C3=B6rn Benz P.S. I will publish the results in approximately 6 months under =20 http://dissertation.bjoern-benz.de/results/project_communities/ =2D- Bj=C3=B6rn Benz Leuphana Universit=C3=A4t L=C3=BCneburg 21335 L=C3=BCneburg Mail: science at bjoern-benz.de |
|
From: Nick P. <npe...@cs...> - 2004-08-18 16:03:41
|
I am writing to suggest the following patch to the latest CVS (at least before the current outage). I have added calls to the crackSem semaphore during the resetting of the crackerThread variable in the cracking thread. On my system, the cracking thread would get run once and then never again because of synchronization issues. This results in a large number of packets being seen, some of which are actually valuable, but the cracker never being run. With the patch it cracks great. The patch is also available here: http://www.cs.umd.edu/~npetroni/npetroni-sem-patch.diff Hope this helps. nick |
|
From: Michael P. <mip...@in...> - 2004-06-14 12:24:08
|
Hi, I've been looking at the AirSnort program, and I'm considering implimenting basic dictionary attack functionality into the cracking mechanism. This would mainly target SOHO networks who prefer to use a word instead of a randomised hexadecimal value as their WEP key. I'm wondering whether this has been suggested or attempted before, and what stumbling blocks or fatal issues came across to stop development? Note that I have performed rudimentary research into WEP itself, but it is possible that I have missed an issue that would make a dictionary attack unworkable. Thanks, -- Michael Pearson <mip...@in...> |
|
From: Todd E. J. <tej...@ya...> - 2002-05-14 02:08:45
|
Hello, Thanks for the pointer, perhaps I should read the docs more carefully. This does not seem to work well with the WUSB11 v2.5 quite yet, but the Linux-Wlan folks are slowly improving the driver. I'm using Linux-wlan-ng 0.1.14-PRE1, and AirSnort complains about not being able to enter monitor mode*. Unfortunately 0.1.14-PRE2 causes a kernel panic when I ifconfig wlan0. Which finally brings me to a few questions: 1. Can the interface wlan0 be initialized and configured with an address, or do I have do perform some extra steps here to use AirSnort? 2. Have you ever considered creating a way.txt file to be usable with GPSDrive? This would be pretty sweet! Thanks for your time, I am really looking forward to installing this in the following: http://www.wnsa.net/grandamp/ Regards, Todd E. Johnson tej...@ya... |
|
From: snax <sn...@sh...> - 2002-05-10 01:46:36
|
You need to get the latest version of libpcap, NOT 0.7.1, but one of the daily builds. The constant is defined there. Snax Todd E. Johnson wrote: > Hello, > > I get the following error when attempting to build AirSnort 0.2.1: > > <ERROR> > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/gnome/include > -DNEED_GNOMESUPPORT_H -I/opt > /gnome/lib/gnome-libs/include -I/opt/gnome/include/glib-1.2 > -I/opt/gnome/lib/glib/ > include -I/opt/gnome/include/gtk-1.2 -I/usr/X11R6/include > -I/opt/gnome/include/gt > k-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include > -I/usr/X11R6/inc > lude -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations > -c callba > cks.c > > callbacks.c: In function `on_Start_clicked': > callbacks.c:198: `DLT_AIRONET_HEADER' undeclared (first use in this > function) > callbacks.c:198: (Each undeclared identifier is reported only once > callbacks.c:198: for each function it appears in.) > make[2]: *** [callbacks.o] Error 1 > make[2]: Leaving directory `/usr/local/src/Airsnort-0.2.1/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/src/Airsnort-0.2.1' > make: *** [all-recursive-am] Error 2 > > root@stormtrooper:/usr/local/src/Airsnort-0.2.1# > </ERROR> > > I'm using Slackware 8 with the 2.4.18 kernel, and Linux-Wlan 0.1.14-PRE1 > with the LinkSys WUSB11 v2.5. > > Additional details on my setup, including kernel config can be found > here (Don't laugh too hard): > > http://www.wnsa.net/grandamp/info/software.html > > No problems at all connecting to my access point with the wlan drivers. > In fact, if yer in the area, just use the following in your wlan.conf: > > #=======SELECT STATION MODE=================== > IS_ADHOC=n # y|n, y - adhoc, n - > infrastructure > > #=======INFRASTRUCTURE STATION START=================== > # SSID is all we have for now > AuthType="opensystem" # opensystem | sharedkey > (requires WEP) > DesiredSSID="mobile" > > #=======ADHOC STATION START============================ > SSID="mobile" # SSID > BCNINT=100 # Beacon interval (in Kus) > CHANNEL=6 # DS channel for BSS (1-14, > depends > # on regulatory domain) > BASICRATES="2 4" # Rates for mgmt&ctl frames (in > 500Kb/s) > OPRATES="2 4 11 22" # Supported rates in BSS (in > 500Kb/s) > > Regards, > > Todd E. Johnson > tej...@ya... > > . > |
|
From: Todd E. J. <tej...@ya...> - 2002-05-09 21:48:27
|
Hello, I get the following error when attempting to build AirSnort 0.2.1: <ERROR> gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/gnome/include -DNEED_GNOMESUPPORT_H -I/opt /gnome/lib/gnome-libs/include -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/ include -I/opt/gnome/include/gtk-1.2 -I/usr/X11R6/include -I/opt/gnome/include/gt k-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -I/usr/X11R6/inc lude -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -c callba cks.c callbacks.c: In function `on_Start_clicked': callbacks.c:198: `DLT_AIRONET_HEADER' undeclared (first use in this function) callbacks.c:198: (Each undeclared identifier is reported only once callbacks.c:198: for each function it appears in.) make[2]: *** [callbacks.o] Error 1 make[2]: Leaving directory `/usr/local/src/Airsnort-0.2.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/Airsnort-0.2.1' make: *** [all-recursive-am] Error 2 root@stormtrooper:/usr/local/src/Airsnort-0.2.1# </ERROR> I'm using Slackware 8 with the 2.4.18 kernel, and Linux-Wlan 0.1.14-PRE1 with the LinkSys WUSB11 v2.5. Additional details on my setup, including kernel config can be found here (Don't laugh too hard): http://www.wnsa.net/grandamp/info/software.html No problems at all connecting to my access point with the wlan drivers. In fact, if yer in the area, just use the following in your wlan.conf: #=======SELECT STATION MODE=================== IS_ADHOC=n # y|n, y - adhoc, n - infrastructure #=======INFRASTRUCTURE STATION START=================== # SSID is all we have for now AuthType="opensystem" # opensystem | sharedkey (requires WEP) DesiredSSID="mobile" #=======ADHOC STATION START============================ SSID="mobile" # SSID BCNINT=100 # Beacon interval (in Kus) CHANNEL=6 # DS channel for BSS (1-14, depends # on regulatory domain) BASICRATES="2 4" # Rates for mgmt&ctl frames (in 500Kb/s) OPRATES="2 4 11 22" # Supported rates in BSS (in 500Kb/s) Regards, Todd E. Johnson tej...@ya... |