Arika

less than 1 minute read

🌐 ARIKA

Category Author
🌐 Web John Hammond

Challenge Prompt

The Arika ransomware group likes to look slick and spiffy with their cool green-on-black terminal style website… but it sounds like they are worried about some security concerns of their own!

Password

[!NOTE] The password for the ZIP archive below is arika.

Problem Type

  • Web command injection

Solve

Press F12

Run a command like whoami

Open network tab

Right click to edit and resend

Send {"command":"whoami\ncat flag.txt"}

Open response tab

Flag

flag{eaec346846596f7976da7e1adb1f326d}

(back to top)