Skip to content

Installation Guide

Muhammad Ali edited this page Mar 27, 2024 · 2 revisions

Installation

Since powerview.py now supports Channel Binding, gssapi is part of the dependencies which requires libkrb5-dev apt package.

[EASY] Run install.sh

curl -L poweview.sh | sh

or

Manual (pip3)

git clone https://github.com/aniqfakhrul/powerview.py
cd powerview.py
sudo apt install libkrb5-dev
sudo pip3 install .
Clone this wiki locally