Merge pull request #5 from giMini/master

Adding Nvudisp.exe details
master
Oddvar Moe 2018-04-23 23:20:23 +02:00 committed by GitHub
commit b5edf3240a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 1 deletions

View File

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

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: