Codebase list webacoo / 3bde3b4
Import Debian changes 0.2.3-1kali0 webacoo (0.2.3-1kali0) kali; urgency=low * Initial release Devon Kearns authored 11 years ago Sophie Brun committed 6 years ago
9 changed file(s) with 88 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 webacoo (0.2.3-1kali0) kali; urgency=low
1
2 * Initial release
3
4 -- Devon Kearns <[email protected]> Wed, 19 Dec 2012 11:30:07 -0700
0 Source: webacoo
1 Section: utils
2 Priority: extra
3 Maintainer: Devon Kearns <[email protected]>
4 Build-Depends: debhelper (>= 8.0.0)
5 Standards-Version: 3.9.3
6 Homepage: https://github.com/anestisb/WeBaCoo
7 Vcs-Git: ssh://[email protected]/packages/webacoo.git
8 Vcs-Browser: http://git.kali.org/gitweb/?p=packages/webacoo.git;a=summary
9
10 Package: webacoo
11 Architecture: all
12 Depends: ${misc:Depends}, perl, libio-socket-socks-perl, liburi-perl
13 Description: Web backdoor cookie script kit
14 Web Backdoor Cookie Script-Kit
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: webacoo
2 Source: https://github.com/anestisb/WeBaCoo
3
4 Files: *
5 Copyright: 2011-2012 Anestis Bechtsoudis <[email protected]>
6 License: GPL-3+
7 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 3 of the License, or
10 (at your option) any later version.
11 .
12 This package is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16 .
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>
19 .
20 On Debian systems, the complete text of the GNU General
21 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
22
23 Files: debian/*
24 Copyright: 2012 Devon Kearns <[email protected]>
25 License: GPL-2+
26 This package is free software; you can redistribute it and/or modify
27 it under the terms of the GNU General Public License as published by
28 the Free Software Foundation; either version 2 of the License, or
29 (at your option) any later version.
30 .
31 This package is distributed in the hope that it will be useful,
32 but WITHOUT ANY WARRANTY; without even the implied warranty of
33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 GNU General Public License for more details.
35 .
36 You should have received a copy of the GNU General Public License
37 along with this program. If not, see <http://www.gnu.org/licenses/>
38 .
39 On Debian systems, the complete text of the GNU General
40 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
0 usr/share/webacoo
1 usr/bin
0 README
1 TODO
2 MSF_README
3 CHANGELOG
0 #!/usr/bin/make -f
1 # -*- makefile -*-
2 # Sample debian/rules that uses debhelper.
3 # This file was originally written by Joey Hess and Craig Small.
4 # As a special exception, when this file is copied by dh-make into a
5 # dh-make output file, you may use that output file without restriction.
6 # This special exception was added by Craig Small in version 0.37 of dh-make.
7
8 # Uncomment this to turn on verbose mode.
9 #export DH_VERBOSE=1
10
11 %:
12 dh $@
13 override_dh_auto_install:
14 dh_auto_install
15 install webacoo.pl $(CURDIR)/debian/webacoo/usr/bin/webacoo
0 3.0 (quilt)
0 MSF_README usr/share/webacoo/
1 msf_webacoo_module.rb usr/share/webacoo/
2