Codebase list reaver / aeabba7
Imported Debian patch 1.4-2 Bartosz Fenski authored 12 years ago Devon Kearns committed 11 years ago
10 changed file(s) with 151 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 reaver (1.4-2) unstable; urgency=low
1
2 * Added missed copyright notes.
3
4 -- Bartosz Fenski <[email protected]> Tue, 21 Feb 2012 18:36:48 +0100
5
6 reaver (1.4-1) unstable; urgency=low
7
8 * New upstream version.
9 * Includes wash binary and some additional README files.
10
11 -- Bartosz Fenski <[email protected]> Mon, 13 Feb 2012 07:11:32 +0100
12
13 reaver (1.3-1) unstable; urgency=low
14
15 * Initial release (Closes: #653758)
16
17 -- Bartosz Fenski <[email protected]> Sat, 31 Dec 2011 09:14:38 +0100
0 Source: reaver
1 Section: net
2 Priority: extra
3 Maintainer: Bartosz Fenski <[email protected]>
4 Build-Depends: debhelper (>= 8.0.0), libpcap-dev, libsqlite3-dev
5 Standards-Version: 3.9.2
6 Homepage: http://code.google.com/p/reaver-wps/
7
8 Package: reaver
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}
11 Description: brute force attack tool against Wifi Protected Setup PIN number
12 Reaver performs a brute force attack against an access point's WiFi
13 Protected Setup pin number.
14 Once the WPS pin is found, the WPA PSK can be recovered and alternately
15 the AP's wireless settings can be reconfigured.
16
0 Format: http://dep.debian.net/deps/dep5
1 Upstream-Name: reaver-wps
2 Source: <http://code.google.com/p/reaver-wps/>
3
4 Files: *
5 Copyright: 2011, Tactical Network Solutions, Craig Heffner <[email protected]>
6 License: GPL-2
7
8 Files: src/common/*
9 Copyright: 2002-2010, Jouni Malinen <[email protected]>
10 License: BSD or GPL-2
11
12 Files: src/crypto/*
13 Copyright: 2002-2010, Jouni Malinen <[email protected]> and contributors
14 License: BSD or GPL-2
15
16 Files: src/tls/*
17 Copyright: 2002-2010, Jouni Malinen <[email protected]>
18 License: BSD or GPL-2
19
20 Files: src/tls/libtommath.c
21 Copyright: Tom St Denis
22 License: Public Domain
23
24 Files: src/utils/*
25 Copyright: 2002-2010, Jouni Malinen <[email protected]>
26 License: BSD or GPL-2
27
28 Files: src/utils/radiotap*
29 Copyright: 2003, 2004 David Young
30 License: BSD
31
32 Files: src/wps/*
33 Copyright: 2007-2009, Jouni Malinen <[email protected]>
34 License: BSD or GPL-2
35
36 Files: src/wps/wps_ufd.c
37 Copyright: 2009, Masashi Honma <[email protected]>
38 License: BSD or GPL-2
39
40 Files: src/lwe/*
41 Copyright: 1997-2007, Jean Tourrilhes <[email protected]>
42 License: GPL-2
43
44 Files: debian/*
45 Copyright: 2011 Bartosz Fenski <[email protected]>
46 License: GPL-2
47
48 License: GPL-2
49 This package is free software; you can redistribute it and/or modify
50 it under the terms of the GNU General Public License as published by
51 the Free Software Foundation; either version 2 of the License, or
52 (at your option) any later version.
53 .
54 This package is distributed in the hope that it will be useful,
55 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
57 GNU General Public License for more details.
58 .
59 You should have received a copy of the GNU General Public License
60 along with this program. If not, see <http://www.gnu.org/licenses/>
61 .
62 On Debian systems, the complete text of the GNU General
63 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
64
65 License: BSD
66 Redistribution and use in source and binary forms, with or without
67 modification, are permitted provided that the following conditions are
68 met:
69 .
70 1. Redistributions of source code must retain the above copyright
71 notice, this list of conditions and the following disclaimer.
72 .
73 2. Redistributions in binary form must reproduce the above copyright
74 notice, this list of conditions and the following disclaimer in the
75 documentation and/or other materials provided with the distribution.
76 .
77 3. Neither the name(s) of the above-listed copyright holder(s) nor the
78 names of its contributors may be used to endorse or promote products
79 derived from this software without specific prior written permission.
80 .
81 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
82 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
83 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
84 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
85 OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
86 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
87 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
88 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
89 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
90 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
91 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
92 .
93 Note that this distribution of hostapd comes with configuration options that
94 link it to the OpenSSL library. The OpenSSL license is GPL-incompatible,
95 therefore in this distribution only the BSD license applies.
0 docs/README
1 docs/README.REAVER
2 docs/README.WASH
0 src/reaver /usr/bin
1 src/wash /usr/bin
0 docs/reaver.1.gz
0 #!/usr/bin/make -f
1
2 # Uncomment this to turn on verbose mode.
3 #export DH_VERBOSE=1
4
5 %:
6 dh $@ --sourcedirectory=src
7
8 override_dh_auto_install:
9
0 3.0 (quilt)
0 version=3
1 http://code.google.com/p/reaver-wps/downloads/list?can=1 .*/reaver-wps-(\d[\d\.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)