commit
b5edf3240a
|
@ -77,7 +77,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
|
|||
|
||||
# OTHER NON MICROSOFT BINARIES
|
||||
[Nvuhda6.exe](OtherBinaries/Nvuhda6.md)
|
||||
|
||||
[Nvudisp.exe](OtherBinaries/Nvudisp.md)
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,37 @@
|
|||
## 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:
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue