Codebase list reaver / 184c4ea
Import new upstream release Sophie Brun 7 years ago
5 changed file(s) with 27 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
0 reaver (1.5.3+git20170413-0kali1) kali-dev; urgency=medium
1
2 * Import new upstream release
3
4 -- Sophie Brun <[email protected]> Thu, 13 Apr 2017 16:09:31 +0200
5
06 reaver (1.5.2.1-1kali2) kali-dev; urgency=medium
17
28 * Add a debian/watch
11 Section: net
22 Priority: extra
33 Maintainer: Devon Kearns <[email protected]>
4 Build-Depends: debhelper (>= 8.0.0), libpcap-dev, libsqlite3-dev
5 Standards-Version: 3.9.2
4 Build-Depends: debhelper (>= 10), libpcap-dev
5 Standards-Version: 3.9.8
66 Homepage: https://github.com/t6x/reaver-wps-fork-t6x
77
88 Package: reaver
99 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}, pixiewps
10 Depends: ${shlibs:Depends}, ${misc:Depends}, pixiewps, aircrack-ng
1111 Description: brute force attack tool against Wifi Protected Setup PIN number
1212 Reaver performs a brute force attack against an access point's WiFi
1313 Protected Setup pin number.
33
44 Files: *
55 Copyright: 2011, Tactical Network Solutions, Craig Heffner <[email protected]>
6 mod by t6_x <[email protected]> & DataHead & Soxrok2212 & Wiire & AAnarchYY & KokoSoft
7 2016, Koko Software, Adrian Warecki <[email protected]>
68 License: GPL-2
79
810 Files: src/common/*
911 Copyright: 2002-2010, Jouni Malinen <[email protected]>
10 License: BSD or GPL-2
12 License: BSD-3-clause or GPL-2
1113
1214 Files: src/crypto/*
1315 Copyright: 2002-2010, Jouni Malinen <[email protected]> and contributors
14 License: BSD or GPL-2
16 License: BSD-3-clause or GPL-2
1517
1618 Files: src/tls/*
1719 Copyright: 2002-2010, Jouni Malinen <[email protected]>
18 License: BSD or GPL-2
20 License: BSD-3-clause or GPL-2
1921
2022 Files: src/tls/libtommath.c
2123 Copyright: Tom St Denis
22 License: Public Domain
24 License: public-domain
25 This library was released in public domain by Tom St Denis
2326
2427 Files: src/utils/*
2528 Copyright: 2002-2010, Jouni Malinen <[email protected]>
26 License: BSD or GPL-2
29 License: BSD-3-clause or GPL-2
2730
2831 Files: src/utils/radiotap*
2932 Copyright: 2003, 2004 David Young
30 License: BSD
33 License: BSD-3-clause
34
35 Files: src/utils/radiotap.c
36 Copyright: 2007 Andy Green <[email protected]>
37 License: BSD-3-clause or GPL-2
3138
3239 Files: src/wps/*
3340 Copyright: 2007-2009, Jouni Malinen <[email protected]>
34 License: BSD or GPL-2
41 License: BSD-3-clause or GPL-2
3542
3643 Files: src/wps/wps_ufd.c
3744 Copyright: 2009, Masashi Honma <[email protected]>
38 License: BSD or GPL-2
45 License: BSD-3-clause or GPL-2
3946
4047 Files: src/lwe/*
4148 Copyright: 1997-2007, Jean Tourrilhes <[email protected]>
6269 On Debian systems, the complete text of the GNU General
6370 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
6471
65 License: BSD
72 License: BSD-3-clause
6673 Redistribution and use in source and binary forms, with or without
6774 modification, are permitted provided that the following conditions are
6875 met:
11
22 # Uncomment this to turn on verbose mode.
33 #export DH_VERBOSE=1
4 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
45
56 %:
67 dh $@ --sourcedirectory=src