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: | Network_Jack |
| Maintainer: | None |
| Last Packager: | Network_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
- python-netaddr
- python-pypykatzAUR
- python-build (make)
- python-installer (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 buildandpython -m installerinstead of invokingsetup.pydirectly:e.g. (just the idea, not tested with your package):
Regards!