Skip to content

Installation

ThePirateWhoSmellsOfSunflowers edited this page Nov 27, 2023 · 3 revisions

Dependencies

  • 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.

Setup

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