Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.21 KB

havoc-privkit

A port of privkit beacon object files for havoc. The original bof files can be found here

 - Command       :  privkit
 - Description   :  Privilege Escalation Module

  Command                   Description
  ---------                 -------------
  all                       Run all possible checks.
  elevated                  Check if programs are always installed as elevated.
  autologon                 Check for autologon registry keys.
  credman                   Enumerate credential manager.
  paths                     Enumerate hijackable paths.
  autorun                   Find modifiable autoruns.
  token                     Check for token privileges.
  unquoted                  Check unquoted service paths.

image

Install:

Clone the repo including it's submodules:

$ git clone --recurse-submodules --remote-submodules https://github.com/p4p1/havoc-privkit

Load the privkit.py script inside of the havoc framework through the graphical UI. image