Skip to content

Commit

Permalink
Create mrphisher.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucthienphong1120 authored Jul 27, 2022
1 parent 9b486f8 commit 25b53b3
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions mrphisher.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# [Mr. Phisher](https://tryhackme.com/room/mrphisher)

> 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](https://user-images.githubusercontent.com/90561566/181204033-2973b41f-2b4b-4080-86d8-7b27354ef0b3.png)

Open file .docm and we will see

![image](https://user-images.githubusercontent.com/90561566/181204209-3417bdd0-2516-4418-9f70-7b0bdf8e5e70.png)

## View macro

We choose Tools/Macro/Edit macro

![image](https://user-images.githubusercontent.com/90561566/181204588-670c7afc-4349-46df-a933-bc157f051b14.png)

Open macro file in object MrPhisher/Project/Module/

![image](https://user-images.githubusercontent.com/90561566/181205191-56223c3c-e06a-4752-979b-1853b363c86a.png)

## Solve the code

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



0 comments on commit 25b53b3

Please sign in to comment.