Removed MD files, we only use the webportal from now on. All MD files moved to archive

This commit is contained in:
Oddvar Moe
2018-10-25 18:31:11 +02:00
parent d6fe95fe98
commit 550263cd1e
138 changed files with 4 additions and 506 deletions

View File

@@ -0,0 +1,19 @@
## testxlst.js
* Functions: Execute
```
cscript testxlst.js C:\test\test.xml c:\test\test.xls c:\test\test.out
Test Jscript included in Python tool to perform XSL transform (for payload execution).
wscript testxlst.js C:\test\test.xml c:\test\test.xls c:\test\test.out
Test Jscript included in Python tool to perform XSL transform (for payload execution).
```
* Resources:
* https://twitter.com/bohops/status/993314069116485632
* Full path:
* c:\python27amd64\Lib\site-packages\win32com\test\testxslt.js (Visual Studio Installation)
* Notes: Thanks to Jimmy - @bohops