Terms of Use


Solution

Upon unzipping the Malware.zip, we will be provided a microsoft word file.

From here, my guess is the author inject a macro code inside it.

Tools like olevba are capable of extracting the macro code inside a malicious document

Run command olevba <filename> and we should retrieve a flag


Flag

grodno{MS_0ffice_macros_are_a_source_of_malicious_code._B3_careful_with_the_functionality_in_active_MS_0ffice_documents}

Last updated