Search Criteria
Package Details: python-lsassy 3.1.12-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-lsassy.git (read-only, click to copy) |
---|---|
Package Base: | python-lsassy |
Description: | Python library to remotely extract credentials on a set of hosts |
Upstream URL: | https://github.com/Hackndo/lsassy |
Keywords: | infosec library network pentest python redteam |
Licenses: | MIT |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-27 15:09 (UTC) |
Last Updated: | 2024-10-07 15:32 (UTC) |
Dependencies (8)
- impacket (python-impacket-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-netaddr
- python-pypykatzAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-wheel (make)
Latest Comments
tikrass commented on 2023-05-22 08:24 (UTC)
It appears that the dependency python-poetry is missing.
dreieck commented on 2023-05-07 15:47 (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!