How to Get Started With Hacking

And to Develop the Passion to Stick with it

The post was original created for my new hacking club so it is geared towards novices with limited to no experience, but the content is useful even for those with a CS/IT background trying to get into the computer security field.

The great (and sometimes intimidating) part about computer security is it’s such a broad and ill-defined field. This post shares some tips to help build this passion and lists several resources to start you on this journey. The post was original created for my new hacking club so geared towards novices with limited to no experience, but the content is useful even for those with a CS/IT background trying to get into the computer security field.

Skip past my philosophy to the foundational skills or even just to the hacking resources

Passion is key (Hacking = Life)

The great (and sometimes intimidating) part about computer security is it’s such a broad and ill-defined field. As such, just about anything you want to do can be defined as hacking - it is simply creatively using technology to solve problems. The real key to longevity is this field is passion (solving problems that interest you), and you below are a few tips to help build this passion.

Have fun

Simply put, either work on projects that are tangibly rewarding or do stuff that is fun. Many of the resources listed below use game mechanics to teach cyber security (i.e. gamification). You will find yourself learning seemingly by accident while having fun, and it prevents you from being overwhelmed by the enormity of the field. Remember, you do NOT need to be an expert in everything.

Become part of the community

Another important aspect to developing this passion is becoming a part of something greater than yourself. The hacking community is scary at times but also amazing. There are many ways to be involved from hacking clubs (like this one!)1 to conferences2 to online forums3. Being involved involved in a group and the culture keeps you accountable and motivated to learn.

Seek help!

Finally, seek help to avoid becoming frustrated. Resilience is important, but it’s more important early on to simply make progress. These challenges can be difficult. Many of have been around a while and have great published solutions (write-ups); it is not cheating to read these reports if stuck. My initial rule-of-thumb is to seek help after 30 minutes of not making progress. Many of the below games actually have built in hints, and you can [should] use these immediately. I also read write-ups after solving a problem to learn new tools or approaches to the same problem. Try not to start with the write-up, but do not be afraid to get help to build and maintain that momentum in the beginning.

Two Foundational Skills

While there is a wealth of different security fields, gaining some basic understanding of programming and a familiarity of Linux command line operations are two fairly important foundational skills that will help you in any security arena. You do not need to be a programming expert or command line ninja, you just need enough familiarity to know where to start. Instead of taking class or reading books, I strongly recommend active learning through gamification (the use of a game to teach a skill).

Hour of Code4 is a great place for an introduction to programming. It literally will take you an hour and introduces you to some the main concepts of coding like loops. CodeCombat (a game) and CodeAcademy (more traditional learning) are also great resources.

CodeAcademy and DjangoGirls both provide pretty low level introductions to the command line, and OverTheWire’s Bandit is the go-to command line game.5

The Gamification of Cyber

Sticking with the having fun theme, there are a ton of resources available that have turned cyber security into a game. These games are generally called CTFs (Capture-the-Flags Competitions) and come in type same types, Jeopardy-style or Attack-and-Defend. Below I list several CTF resources, and these are good places to start if you just want to dive in to hacking. My favorite resource is picoCTF. This is a CTF for High School students (anyone can play though). This site is so great because it provides all the tools you need (i.e. there is no setup required by you), has many simple yet fun challenges, and gives you useful hints on what to research if you are stuck on a problem. You might want to start with 2017 since 2018 is still live (i.e. no write-ups) but either version is great. Listed below are some other good resources.

Resources

How to Guides:

Games:


  1. Meetup is a great place to local hacking clubs in your area. There are a ton of groups to fit whatever topic or seriousness you want. openToAll is a good team to join if you cannot find a local group. [return]
  2. Your local B-Sides is a great place to start since the intimidation level and cost are both relatively low. Bigger name conferences like DEFCON, DerbyCon, and ShmooCon are also great but more intimidating (and getting tickets can be hard). [return]
  3. Finally, being exposed to what is going on in the community is also important. My favorites are SlashDot, Netsec, and Ars Technica, but these are more technically focused boards. [return]
  4. There are a ton of versions of HoC here. I just linked the original (Angry Birds) but you can choice whatever (Frozen and Star Wars are my kids’ favorites). [return]
  5. You will need to be able to SSH into this system (here are instructions for Windows and Mac). We will go over this in the club if it’s intimidating. [return]

comments powered by Disqus