Added explorer.exe
parent
2170f54ee7
commit
869680a5b3
|
@ -15,6 +15,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
|
|||
[Diskshadow.exe](OSBinaries/Diskshadow.md)
|
||||
[Extrac32.exe](OSBinaries/Extrac32.md)
|
||||
[Expand.exe](OSBinaries/Expand.md)
|
||||
[Explorer.exe](OSBinaries/Explorer.md)
|
||||
[Findstr.exe](OSBinaries/Findstr.md)
|
||||
[Forfiles.exe](OSBinaries/Forfiles.md)
|
||||
[Hh.exe](OSBinaries/Hh.md)
|
||||
|
|
|
@ -0,0 +1,28 @@
|
|||
## Explorer.exe
|
||||
|
||||
* Functions: Execute
|
||||
|
||||
```
|
||||
explorer.exe calc.exe
|
||||
```
|
||||
|
||||
Acknowledgements:
|
||||
* Jimmy - @bohops
|
||||
|
||||
Code sample:
|
||||
*
|
||||
|
||||
Resources:
|
||||
* https://twitter.com/bohops/status/986984122563391488
|
||||
|
||||
Full path:
|
||||
```
|
||||
c:\windows\explorer.exe
|
||||
c:\windows\sysWOW64\explorer.exe
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue