Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Apr 3, 2024
1 parent fb6e7dd commit c4867d0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,22 @@ If you don't know what is DPAPI, [check out this post](https://posts.specterops.

## Installation

You can install dploot directly from PyPI:
You can install dploot directly from PyPI with [pipx](https://github.com/pypa/pipx):

```text
pip install dploot
pipx install git+https://github.com/zblurx/dploot.git
```

OR

```text
git clone https://github.com/zblurx/dploot.git
cd dploot
make
pipx install dploot
```

On [Kali Linux](https://www.kali.org/), you can install dploot from the repositories:

```text
sudo apt install python3-dploot
```

## Usage
Expand Down Expand Up @@ -723,7 +727,7 @@ The **mobaxterm** command will extract MobaXterm secrets and masterpassword key
With `pvk`:

```text
dploot rdg -d waza.local -u jsmith -p 'Password#123' 192.168.56.14 -pvk key.pvk
dploot mobaxterm -d waza.local -u jsmith -p 'Password#123' 192.168.56.14 -pvk key.pvk
[*] Connected to 192.168.56.14 as waza.local\jsmith (admin)
[*] Triage ALL USERS masterkeys
Expand Down

0 comments on commit c4867d0

Please sign in to comment.