38 lines
681 B
Markdown
38 lines
681 B
Markdown
## Nvudisp.exe
|
|
|
|
* Functions: Execute, Copy, Add registry, Create shortcut, kill process
|
|
|
|
```
|
|
Nvudisp.exe System calc.exe
|
|
|
|
Nvudisp.exe Copy test.txt,test-2.txt
|
|
|
|
Nvudisp.exe SetReg HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\malware=malware.exe
|
|
|
|
Nvudisp.exe CreateShortcut test.lnk,"Test","c:\windows\system32\calc.exe","","c:\windows\system32"
|
|
|
|
Nvudisp.exe KillApp calculator.exe
|
|
|
|
Nvudisp.exe Run foo
|
|
```
|
|
|
|
Acknowledgements:
|
|
* Pierre-Alexandre Braeken - @pabraeken
|
|
|
|
Code sample:
|
|
*
|
|
|
|
Resources:
|
|
* http://sysadminconcombre.blogspot.ca/2018/04/run-system-commands-through-nvidia.html
|
|
|
|
Full path:
|
|
```
|
|
?
|
|
```
|
|
|
|
Notes:
|
|
|
|
|
|
|
|
|