Create Nvudisp.md

master
giMini 2018-04-23 17:00:15 -04:00 committed by GitHub
parent e7bd6fa3e3
commit 100042b44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

37
OtherBinaries/Nvudisp.md Normal file
View File

@ -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: