Search Criteria
Package Details: python-pywerview 0.7.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pywerview.git (read-only, click to copy) |
---|---|
Package Base: | python-pywerview |
Description: | A (partial) Python rewriting of PowerSploit's PowerView. |
Upstream URL: | https://github.com/the-useless-one/pywerview |
Keywords: | netsec python security |
Licenses: | GPLv3 |
Submitter: | GI_Jack |
Maintainer: | GI_Jack |
Last Packager: | GI_Jack |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-06-27 19:17 (UTC) |
Last Updated: | 2024-10-07 15:25 (UTC) |
Dependencies (7)
- impacket (python-impacket-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-lxml
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-05-07 15:49 (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!