Codebase list sparta-scripts / 775be86
initial release Sophie Brun 4 years ago
8 changed file(s) with 132 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 sparta-scripts (1.0.4+git20190226-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Tue, 17 Sep 2019 11:17:57 +0200
0 Source: sparta-scripts
1 Section: misc
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12)
6 Standards-Version: 4.4.0
7 Homepage: https://github.com/GoVanguard/sparta-scripts
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/sparta-scripts
9 Vcs-Git: https://gitlab.com/kalilinux/packages/sparta-scripts.git
10
11 Package: sparta-scripts
12 Architecture: all
13 Depends: ${misc:Depends}, python3, python3-scapy, ruby, ruby-snmp
14 Description: Additional Sparta Scripts for Legion
15 This package contains optional scripts to use with Legion, a Sparta's fork.
16 These scripts come from the initial Sparta project.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: sparta-scripts
2 Source: https://github.com/GoVanguard/sparta-scripts
3
4 Files: *
5 Copyright: 2014-2019 SECFORCE (Antonio Quina and Leonidas Stavliotis)
6 License: GPL-3+
7
8 Files: rdp-sec-check.pl
9 Copyright: 2014 Mark lowe <[email protected]>
10 License: Special
11 This tool may be used for legal purposes only. Users take full responsibility
12 for any actions performed using this tool. The author accepts no liability
13 for damage caused by this tool. If these terms are not acceptable to you, then
14 do not use this tool.
15 .
16 In all other respects the GPL version 2 applies:
17 .
18 This program is free software; you can redistribute it and/or modify
19 it under the terms of the GNU General Public License version 2 as
20 published by the Free Software Foundation.
21 .
22 This program is distributed in the hope that it will be useful,
23 but WITHOUT ANY WARRANTY; without even the implied warranty of
24 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25 GNU General Public License for more details.
26 .
27 You should have received a copy of the GNU General Public License along
28 with this program; if not, write to the Free Software Foundation, Inc.,
29 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
30 .
31 On Debian systems, the complete text of the GNU General
32 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
33
34 Files: ndr.py
35 Copyright: 2007 Cody Pierce
36 License: BSD-3-clause
37 All rights reserved.
38 .
39 Redistribution and use in source and binary forms, with or without
40 modification, are permitted provided that the following conditions are
41 met:
42 .
43 1. Redistributions of source code must retain the above copyright notice,
44 this list of conditions and the following disclaimer.
45 .
46 2. Redistributions in binary form must reproduce the above copyright
47 notice, this list of conditions and the following disclaimer in the
48 documentation and/or other materials provided with the distribution.
49 .
50 3. Neither the name of the copyright holder nor the names of its
51 contributors may be used to endorse or promote products derived from this
52 software without specific prior written permission.
53 .
54 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
55 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
56 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
57 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
58 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
59 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
60 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
61 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
62 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
63 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
64 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
65
66 Files: snmpcheck.rb
67 Copyright: 2005-2015 by Matteo Cantoni (www.nothink.org)
68 License: GPL-3+
69
70 Files: debian/*
71 Copyright: 2019 Sophie Brun <[email protected]>
72 License: GPL-3+
73
74 License: GPL-3+
75 This package is free software; you can redistribute it and/or modify
76 it under the terms of the GNU General Public License as published by
77 the Free Software Foundation; either version 3 of the License, or
78 (at your option) any later version.
79 .
80 This package is distributed in the hope that it will be useful,
81 but WITHOUT ANY WARRANTY; without even the implied warranty of
82 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
83 GNU General Public License for more details.
84 .
85 You should have received a copy of the GNU General Public License
86 along with this program. If not, see <https://www.gnu.org/licenses/>
87 .
88 On Debian systems, the complete text of the GNU General
89 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
0 #!/usr/bin/make -f
1 # output every command that modifies files on the build system.
2 #export DH_VERBOSE = 1
3
4 %:
5 dh $@
6
7 override_dh_fixperms:
8 dh_fixperms
9 chmod -R 755 debian/sparta-scripts/usr/share/legion/scripts/
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 *.py usr/share/legion/scripts
1 *.pl usr/share/legion/scripts
2 *.rb usr/share/legion/scripts
3 smbenum.sh usr/share/legion/scripts
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%sparta-scripts-$1.tar.gz%" \
2 https://github.com/GoVanguard/sparta-scripts/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate