-
Notifications
You must be signed in to change notification settings - Fork 118
Installation
ThePirateWhoSmellsOfSunflowers edited this page Nov 27, 2023
·
3 revisions
- Python 3.10
- impacket>=0.9.22
- beautifulsoup4
- lxml
- pyasn1
- ldap3>=2.8.1
- gssapi
- pycryptodome
gssapi
requires libkrb5-dev
, use your favorite package manager to install it.
A Dockerfile is also provided.
To use PywerView, you just have to clone the repository. You can then launch it as a CLI program:
$ git clone https://github.com/the-useless-one/pywerview
$ cd pywerview
$ python3 -m venv venv
$ source ./venv/bin/activate
$ pip install -r requirements.txt
$ ./pywerview.py --help
PywerView - A Python rewriting of PowerSploit's PowerView
Yannick Méheut [yannick (at) meheut (dot) org] - Copyright © 2023 - License GNU GPLv3