Frequently Asked Questions

What is Wargames BataMladen?

Wargames BataMladen is a cybersecurity challenge platform designed to test and improve your hacking skills. The challenges cover various aspects of security including binary exploitation, web security, cryptography, and more.

How do I play?

Each challenge is hosted on our server and can be accessed via SSH. You'll need to:

  • Find the correct port for each challenge
  • Use the provided credentials for the first level
  • Find flags that serve as passwords for subsequent levels

Example SSH command: ssh username@123.456.321.654 -p 1234

How much coding is involved?

Many challenges will require you to write small scripts or modify existing code to exploit vulnerabilities. Python is recommended but you can use any language you prefer.

All code provided in challenges is intentionally vulnerable - don't use it in real projects!
Which tools should I use?

Tools needed for specific levels are pre-installed.

Still, you can install other tools with: sudo apt. Just don't harm the server.

Can I share my solutions?

We encourage you to write and share writeups after you've solved challenges, but please:

  • Focus on explaining concepts rather than giving answers
  • Use spoiler tags if sharing in public forums
  • Send us your write-up so it can be featured on our Write Up's page
How do I connect to challenges?

Most challenges require an SSH connection. You'll need to:

  1. Find the correct port for the challenge
  2. Connect using: ssh username@batamalden -p <port>
  3. The password for the first level is always provided
  4. To access subsequent levels, find the flags that serve as passwrords stored in the previous level.
What are the rules?

Read the rules at the Home page.

How can I support this platform?

This platform is completely free, but if you'd like to support its development:

  • Share it with friends
  • Contribute challenge ideas
  • Report bugs and issues
  • Support on Patreon
How can I contact you?

For questions, bug reports, or collaboration:

How do I get the challenge certificates?

One you finish a certain challenge, send us an email with your username and the challenge you finished.
Once reviewed you will be provided with your certificate.