Good evening everyone! I'm really interested in cybersecurity but I'm finding it tough to find clear information on how to kick things off in this field. I've been teaching myself for a while now. There aren't many universities available in my country, and the ones that are close don't offer relevant courses. I've learned English and started programming in Python, building a solid foundation in programming logic. However, I realize these are just the basics for cybersecurity. I would really appreciate any advice or tips on what to study next to get started.
5 Answers
Hey! Those online platforms like TryHackMe or Hack The Box are amazing for getting practical hands-on experience. Since you already know Python, diving into those will really help you grasp the concepts better than just reading about them. The CISSP study materials can also give you a broader perspective on the field, even if you aren't ready for the certification just yet.
Honestly, with all the research you’ve done, you should have stumbled upon the most obvious starting points by now. I suggest refining your research methods a bit to make it more efficient.
You seem to be on the right track with Python! A good step would be to create a simple website using Flask. Try building a basic CRUD app that involves user login, like a todo-list. It's a great way to understand authentication in web services. Don't worry about getting everything perfect right away; just start building and experimenting. Also, learning a tool like mitmproxy to inspect network requests can be super useful.
You're already doing great with your Python basics! Next, I’d suggest you learn networking fundamentals and familiarize yourself with Linux. Once you feel comfortable, jump into hands-on labs like TryHackMe or Hack The Box. That’s where you can really find out what area of cybersecurity interests you the most.

Related Questions
How To Get Your Domain Unblocked From Facebook
How To Find A String In a Directory of Files Using Linux