mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 23:37:58 +01:00
23 lines
556 B
Markdown
23 lines
556 B
Markdown
## Scriptrunner.exe
|
|
* Functions: Execute
|
|
```
|
|
|
|
Scriptrunner.exe -appvscript calc.exe
|
|
Execute calc.exe.
|
|
|
|
ScriptRunner.exe -appvscript "\\fileserver\calc.cmd"
|
|
Execute the calc.cmd script on the remote share.
|
|
```
|
|
|
|
* Resources:
|
|
* https://twitter.com/KyleHanslovan/status/914800377580503040
|
|
* https://twitter.com/NickTyrer/status/914234924655312896
|
|
* https://github.com/MoooKitty/Code-Execution
|
|
|
|
* Full path:
|
|
* c:\windows\system32\scriptrunner.exe
|
|
* c:\windows\sysWOW64\scriptrunner.exe
|
|
|
|
* Notes: Thanks to Nick Tyrer - @NickTyrer
|
|
|