ViperMonkey icon indicating copy to clipboard operation
ViperMonkey copied to clipboard

Cannot read document variables

Open thansau239 opened this issue 7 years ago • 3 comments

Describe the bug ERROR Cannot read document variables. [Errno 2] No such file or directory: '1b2a9b3e9405c55a6b4d48bb77226c53' ERROR Cannot read custom doc properties. [Errno 2] No such file or directory: '1b2a9b3e9405c55a6b4d48bb77226c53' ERROR Cannot read document text from 1b2a9b3e9405c55a6b4d48bb77226c53. [Errno 2] No such file or directory: '1b2a9b3e9405c55a6b4d48bb77226c53' ERROR Cannot read form strings. 'VBA_Parser' object has no attribute 'extract

Desktop (please complete the following information):

  • OS: Win7 - 32bit

Additional context

Module None Sub CgCydi ([wUtzAWZ as Integer]): 13 statement(s) Sub YNTfFJ ([lmCgoO as String, OZLWlnM as Boolean, vVFKdxx as Boolean, DpvoKQas String, SncUfb as Boolean]): 13 statement(s) Function vwjVsi ([PRbGUQ as String, AHUOzN as Boolean]): 14 statement(s)

ERROR Cannot read document variables. [Errno 2] No such file or directory: '1b2a9b3e9405c55a6b4d48bb77226c53' ERROR Cannot read custom doc properties. [Errno 2] No such file or directory: '1b2a9b3e9405c55a6b4d48bb77226c53' ERROR Cannot read document text from 1b2a9b3e9405c55a6b4d48bb77226c53. [Errno 2] No such file or directory: '1b2a9b3e9405c55a6b4d48bb77226c53' ERROR Cannot read form strings. 'VBA_Parser' object has no attribute 'extract _form_strings_extended' Traceback (most recent call last): File "c:\Python27\lib\site-packages\vipermonkey-0.7-py2.7.egg\vipermonkey\vmonkey.py", line 773, in process_file for (subfilename, stream_path, form_variables) in vba.extract_form_strings_extended(): AttributeError: 'VBA_Parser' object has no attribute 'extract_form_strings_extended' Traceback (most recent call last): File "c:\Python27\lib\site-packages\vipermonkey-0.7-py2.7.egg\vipermonkey\vmonkey.py", line 828, in process_file raise e AttributeError: 'VBA_Parser' object has no attribute 'extract_form_strings_extended'

thansau239 avatar Oct 01 '18 10:10 thansau239

Hi, could you please share the sample file that triggered this error?

decalage2 avatar Oct 02 '18 10:10 decalage2

Hi @decalage2 Please check it https://www.virustotal.com/#/file/8c69eb54976e04898fc2f17867464e4468c77901a4fd70a8ba7b80ed486f50df/details

thansau239 avatar Oct 03 '18 02:10 thansau239

Try the dev fork of ViperMonkey @ https://github.com/kirk-sayre-work/ViperMonkey . The dev version of ViperMonkey process this file correctly on my machine. Can you please verify on your end?

kirk-sayre-work avatar Nov 09 '18 19:11 kirk-sayre-work