start.md 799 B


title: Introduction to Hacking - Where should I start? show-content: 1

layout: console

Many people finally decide that they are going to begin learning a programming language, but don't know where to start. I believe that before you begin to learn a programming language, you should first master HTML (HyperText Markup Language). HTML is part of what makes up all of the website pages you see on the internet. HTML is very easy to learn and it will get you used to looking at source code.

From there, I would suggest start your programming life with C. C is one of the most popular languages, and it is what makes up the majority of the exploits out there today. C also makes some of the most powerful hacking programs and viruses that are out there.

Index