Bandit.Lvl11 – base64 data

This is the blog post series related to Bandit Wargame from OverTheWire community. It is my attempt to challenge myself and play some Wargames as suggested by CTF Field Guide.

Previous challenge – Lvl 10 data equal signs

Goal

The password for the next level is stored in the file data.txt, which contains base64 encoded data

Reference: https://overthewire.org/wargames/bandit/bandit11.html

PowerShell Modules Used

Key PowerShell cmdlet(s)

  • [System.Text.Encoding]::UTF8.GetString()
  • [System.Convert]::FromBase64String()

Key Linux command(s)

cat

Next level – Lvl12 – data rotated by 13

Thanks a lot for reading.

Icons made by surang & Freepik from www.flaticon.com.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.