Search Criteria
Package Details: python-pypykatz 0.6.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pypykatz.git (read-only, click to copy) |
---|---|
Package Base: | python-pypykatz |
Description: | Partial Mimikatz implementation in pure Python. |
Upstream URL: | https://pypi.org/project/pypykatz/ |
Keywords: | infosec mimikatz pentest python redteam security |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 3 |
Popularity: | 0.029236 |
First Submitted: | 2020-06-27 15:06 (UTC) |
Last Updated: | 2024-10-07 15:37 (UTC) |
Dependencies (11)
- python (python37AUR, python311AUR, python310AUR)
- python-aesedbAUR
- python-aiosmbAUR
- python-aiowinregAUR
- python-minidump
- python-minikerberosAUR
- python-msldapAUR
- python-unicryptoAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-05-07 15:46 (UTC)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!
tikrass commented on 2022-08-17 19:35 (UTC)
According to pypykatz'
setyp.py
the python packageaesedb
is needed:I will try to build a package python-aesedb.