Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.53 KB

mrphisher.md

File metadata and controls

43 lines (23 loc) · 1.53 KB

I received a suspicious email with a very weird looking attachment. It keeps on asking me to "enable macros". What are those?

Deploy the machine

We see 2 files

image

Open file .docm and we will see

image

View macro

We choose Tools/Macro/Edit macro

image

Open macro file in object MrPhisher/Project/Module/

image

Solve the script

It's VBscript, so we can use http://vb2py.sourceforge.net/online_conversion.html to convert it to python

image

It will help us in translate code, but to know it, we still need to understand the code

I can translate again to

image

a var is a string, b var is a list, so after xor a with i in range(a), print b, we have the flag

image

Flag Flag
Answer flag{a39a07a239aacd40c948d852a5c9f8d1}