ctf-writeup/NahamCon CTF 2023/IR #4
Muhammad Daffa 1fd11df2c9 feat: added NahamCon CTF 2023 2023-06-18 02:01:37 +07:00
..
images feat: added NahamCon CTF 2023 2023-06-18 02:01:37 +07:00
README.md feat: added NahamCon CTF 2023 2023-06-18 02:01:37 +07:00

README.md

IR #4

Where is the data being exfiltrated? Please give the MD5 hash of the URL with the usual wrapper of flag{}.

About the Challenge

We need to find the threat actor server, and then hash it using MD5

How to Solve?

You can see the threat actor server in the powershell script that we have obfuscate before (Check IR #3)

flag

And then hash it using this command

echo -n "https://www.thepowershellhacker.com/exfiltration" | md5sum

And then wrap the MD5 hash with flag{}

flag{32c53185c3448169bae4dc894688d564}