You are not logged in.

#1 2004-12-14 22:06:41

kleptophobiac
Member
From: Sunnyvale, CA
Registered: 2004-04-25
Posts: 488

[new] weplab

This is a WEP key cracker that uses more advanced algorithms than airsnort. The build was a walk in the park:

# weplab - WEP cracking software
# Package by kleptophobiac@gmail.com

pkgname=weplab
pkgver=0.1.3
pkgrel=1
pkgdesc="A WEP encryption cracker"
url="http://sourceforge.net/projects/weplab"
depends=('wireless_tools')
makedepends=()
conflicts=()
replaces=()
backup=()
source=("http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('a3c142ed28836c452d4378b3636012a3')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#2 2004-12-14 22:37:16

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] weplab

is this tool legal?


The impossible missions are the only ones which succeed.

Offline

#3 2004-12-14 22:39:42

kleptophobiac
Member
From: Sunnyvale, CA
Registered: 2004-04-25
Posts: 488

Re: [new] weplab

I don't think you can make algorithms illegal in the states.... and not everyone is subject to the united states law. smile

Offline

#4 2004-12-14 23:41:29

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [new] weplab

kleptophobiac wrote:

I don't think you can make algorithms illegal in the states.... and not everyone is subject to the united states law. smile

my question was more general nature ... i have no idea, how the situation here in switzerland is, but keys exist to be unknown by 3rd parties

i'll have a look at the laws here, just to know the situation now


The impossible missions are the only ones which succeed.

Offline

#5 2004-12-14 23:51:21

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: [new] weplab

dp wrote:

is this tool legal?

it's the same principal as DeCSS and the DRM cracking stuff.... just having the tool is fine and dandy... using it to commit a crime is not... blocking the tool that can (and does) have legitimate uses (security) is illegal, as is using it for a non-legitimate use... also, if I own a router I am legally allowed to use a tool to break into it (it's my property, I can burn it in the oven if I wanted to).

Hell, my bar to take the lugnuts off my car tires has legitimate uses, but if I beat someone to death with it, no one is going to blame the guy who made the tire iron.... they'd blame me... same with guns... no one sues Smith and Wesson because they're son/daughter got shot...

Big difference behind making/providing a tool and actually using it for "evil"

Offline

Board footer

Powered by FluxBB