Codebase list pywerview / 38beaf5
Initial packaging Sophie Brun 4 years ago
7 changed file(s) with 70 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 pywerview (0.2.0+git20191220-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Tue, 21 Jan 2020 16:19:26 +0100
0 Source: pywerview
1 Section: python
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all, python3-bs4, python3-impacket
6 Standards-Version: 4.4.1
7 Homepage: https://github.com/the-useless-one/pywerview
8 Vcs-Browser: https://gitlab.com/kalilinux/packages/pywerview
9 Vcs-Git: https://gitlab.com/kalilinux/packages/pywerview.git
10 Testsuite: autopkgtest-pkg-python
11
12 Package: python3-pywerview
13 Architecture: all
14 Depends: ${python3:Depends}, ${misc:Depends}, python3-bs4
15 Description: (partial) Python rewriting of PowerSploit's PowerView (Python 3)
16 This package contains a (partial) Python rewriting of PowerSploit's PowerView.
17 PowerView makes it so easy to find vulnerable machines, or list what domain
18 users were added to the local Administrators group of a machine, and much
19 more.
20 .
21 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pywerview
2 Source: https://github.com/the-useless-one/pywerview
3
4 Files: *
5 Copyright: 2016 Yannick Méheut [yannick (at) meheut (dot) org]
6 License: GPL-3+
7
8 Files: debian/*
9 Copyright: 2020 Sophie Brun <[email protected]>
10 License: GPL-3+
11
12 License: GPL-3+
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 3 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 3 can be found in "/usr/share/common-licenses/GPL-3".
0 #!/usr/bin/make -f
1 # See debhelper(7) (uncomment to enable)
2 # output every command that modifies files on the build system.
3 #export DH_VERBOSE = 1
4
5 export PYBUILD_NAME=pywerview
6
7 %:
8 dh $@ --with python3 --buildsystem=pybuild
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%pywerview-$1.tar.gz%" \
2 https://github.com/the-useless-one/pywerview/tags \
3 (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate