Codebase list phpggc / b3b8c61
Initial Debian packaging Joseph O'Gorman 4 years ago
9 changed file(s) with 68 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 phpggc (0.20191206-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Joseph O'Gorman <[email protected]> Fri, 06 Dec 2019 21:54:57 -0500
0 Source: phpggc
1 Section: net
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Joseph O'Gorman <[email protected]>
5 Build-Depends: debhelper-compat (= 12)
6 Standards-Version: 4.4.1
7 Homepage: https://github.com/ambionics/phpggc
8
9 Package: phpggc
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}, php-cli
12 Description: A library of unserialize() payloads
13 PHPGGC is a library of unserialize() payloads
14 along with a tool to generate them, from
15 command line or programmatically.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: phpggc
2 Upstream-Contact: [email protected]
3 Source: https://github.com/ambionics/phpggc
4
5 Files: *
6 Copyright: 2019 ambionics <[email protected]>
7 License: Apache License 2.0
8 /usr/share/common-licenses/Apache-2.0
9
10 Files: debian/*
11 Copyright: 2019 Joseph O'Gorman <[email protected]>
12 License: GPL-2+
13 This package is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 2 of the License, or
16 (at your option) any later version.
17 .
18 This package is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22 .
23 You should have received a copy of the GNU General Public License
24 along with this program. If not, see <https://www.gnu.org/licenses/>
25 .
26 On Debian systems, the complete text of the GNU General
27 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
0 #!/bin/sh
1
2 cd /usr/share/phpggc
3 exec ./phpggc
0 README.Debian
1 README.source
0 lib usr/share/phpggc/
1 phpggc usr/share/phpggc/
2 templates usr/share/phpggc/
3 gadgetchains usr/share/phpggc/
4 debian/helper-script/phpggc usr/bin/
0 #!/usr/bin/make -f
1
2 %:
3 dh $@
0 3.0 (quilt)
0 version=4
1 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/phpggc-$1\.tar\.gz/ \
2 https://github.com/ambionics/phpggc/tags .*/v?(\d\S*)\.tar\.gz