Codebase list pypykatz / d843d81
Initial release Sophie Brun 4 years ago
7 changed file(s) with 130 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 pypykatz (0.3.7-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Wed, 25 Mar 2020 15:01:26 +0100
0 Source: pypykatz
1 Section: python
2 Priority: optional
3 Maintainer: Kali Developers <[email protected]>
4 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12),
6 dh-python,
7 python3-all,
8 python3-setuptools
9 Standards-Version: 4.5.0
10 Homepage: https://github.com/skelsec/pypykatz
11 Vcs-Browser: https://gitlab.com/kalilinux/packages/pypykatz
12 Vcs-Git: https://gitlab.com/kalilinux/packages/pypykatz.git
13 Testsuite: autopkgtest-pkg-python
14
15 Package: python3-pypykatz
16 Architecture: all
17 Depends: python3-aiowinreg,
18 python3-minidump,
19 python3-minikerberos,
20 python3-msldap,
21 ${misc:Depends},
22 ${python3:Depends}
23 Recommends: python3-rekall-core, volatility3
24 Description: Mimikatz implementation in pure Python (Python 3)
25 This package contains Mimikatz implementation in pure Python.
26 .
27 This package installs the library for Python 3.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pypykatz
2 Source: https://pypi.org/project/pypykatz
3
4 Files: *
5 Copyright: 2018 Tamas Jos
6 License: MIT
7
8 Files: pypykatz/crypto/RC4.py
9 Copyright: 2012 Bo Zhu http:about.bozhu.me
10 License: MIT
11
12 Files: pypykatz/crypto/aes/*
13 Copyright: 2014 Richard Moore
14 License: MIT
15
16 Files: pypykatz/commons/readers/local/common/advapi32.py
17 pypykatz/commons/readers/local/common/defines.py
18 pypykatz/commons/readers/local/common/kernel32.py
19 pypykatz/commons/readers/local/common/psapi.py
20 pypykatz/commons/readers/local/common/version.py
21 pypykatz/commons/winapi/local/function_defs/advapi32.py
22 pypykatz/commons/winapi/local/function_defs/defines.py
23 pypykatz/commons/winapi/local/function_defs/kernel32.py
24 pypykatz/commons/winapi/local/function_defs/psapi.py
25 pypykatz/commons/winapi/local/function_defs/version.py
26 Copyright: 2009-2018 Mario Vilas
27 License: BSD-3-clause
28
29 Files: debian/*
30 Copyright: 2020 Sophie Brun <[email protected]>
31 License: MIT
32
33 License: MIT
34 Permission is hereby granted, free of charge, to any person obtaining a
35 copy of this software and associated documentation files (the
36 "Software"), to deal in the Software without restriction, including
37 without limitation the rights to use, copy, modify, merge, publish,
38 distribute, sublicense, and/or sell copies of the Software, and to permit
39 persons to whom the Software is furnished to do so, subject to the
40 following conditions:
41 .
42 The above copyright notice and this permission notice shall be included
43 in all copies or substantial portions of the Software.
44 .
45 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
46 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
48 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
49 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
50 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
51 USE OR OTHER DEALINGS IN THE SOFTWARE.
52
53 License: BSD-3-clause
54 All rights reserved.
55 .
56 Redistribution and use in source and binary forms, with or without
57 modification, are permitted provided that the following conditions are met:
58 .
59 * Redistributions of source code must retain the above copyright notice,
60 this list of conditions and the following disclaimer.
61 * Redistributions in binary form must reproduce the above copyright
62 notice,this list of conditions and the following disclaimer in the
63 documentation and/or other materials provided with the distribution.
64 * Neither the name of the copyright holder nor the names of its
65 contributors may be used to endorse or promote products derived from
66 this software without specific prior written permission.
67 .
68 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
69 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
70 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
71 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
72 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
73 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
74 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
75 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
76 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
77 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
78 POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1 #export DH_VERBOSE = 1
2
3 export PYBUILD_NAME=pypykatz
4
5 %:
6 dh $@ --with python3 --buildsystem=pybuild
7
8 override_dh_auto_test:
9 # don't run dh_auto_test: upstream doesn't provide test. The
10 # command fails because it tries to import all the modules and
11 # volatility3 is not available at the moment. volatility3 is not
12 # available at the moment. volatility3 is not available at the
13 # moment.
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 https://pypi.debian.net/pypykatz/pypykatz-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))