Search Criteria
Package Details: python-pywerview 0.7.3-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: | Network_Jack |
| Maintainer: | None |
| Last Packager: | Network_Jack |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-06-27 19:17 (UTC) |
| Last Updated: | 2025-05-27 22:30 (UTC) |
Dependencies (7)
- impacket (python-impacket-gitAUR)
- python
- python-beautifulsoup4
- python-lxml
- python-build (make)
- python-installer (make)
- python-wheel (make)
Latest Comments
dreieck commented on 2023-05-07 15:49 (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!