The term “hacker” is glamorous, and has been influenced a lot by popular media. In reality, a hacker is just a person looking for vulnerabilities that can be explored and exploited. Most real hackers hack systems out of curiosity and excitement, not for any personal gain. You can get a head start on a lot of hackers by learning as much as possible in your teen years. This knowledge can help propel your hacking career and even land you a good school or job down the line.
TAKING CLASSES

1- Sign up for computer science classes at school. Many high schools offer computer science programs that can teach you the basics of programming and networking. Taking these classes while they’re free to you can help a lot in the future, and give you a leg up in your personal studies. Talk to your counselor to see if there’s a computer science path you can take for your electives.

2. Check local community centers and community colleges for courses. Focus on operating systems and networking. You may be able to find many more programs than you would at your high school, but these will likely cost some money to take. These courses may offer you access to more highly-trained professionals than you would find at school.

3. Join a computer science club at school. This is a great way to meet like-minded people as well as potentially get more one-on-one time with the computer science teacher. If you don’t have a computer science club, consider forming one yourself. These things look good on college resumes as well, where you can learn a lot more about applied computer science.
![_____Cyberpunk________[[[[[ atmosphere]]]]]]]]]_______+_____________________________________________________________Party HARDY_____________:](https://s-media-cache-ak0.pinimg.com/564x/75/e5/37/75e537fb77dd68f975543fa4ae78ea5c.jpg)
4. Take logic and critical thinking courses. Hacking is more than just knowing programming languages. You have to be able to approach problems from unique angles and exploit vulnerabilities that the creator would never think of. Knowing how to apply creativity to attack problems can give you a big advantage.
LEARNING COMPUTERS AND NETWORKING

1. Learn the ins and outs of major operating systems. Use your school’s computer labs to learn the layout and flow of as many operating systems as possible. To be a successful hacker, you’ll need to be comfortable working in Windows, Linux, and OS X. You should be able to perform any major function and find any location without having to think about it.

2. Get familiar with command lines. A lot of time hacking is spent looking at a command line and typing commands. Get acquainted with the Windows Command Prompt and the Terminal for Linux and OS X.

3. Learn how computer components work together. A lot of advanced hacking will occur at the hardware level as you interact with network cards, routers, and memory. Knowing the basics of how a computer works and how components connect to each other will help as you learn to take advantage of systems. See How to Build a Computer to get an understanding of how it all works together. You can gain a lot of basic computer knowledge from taking computer classes at school.

4. Learn the basics of networking. Knowing how data is transferred over the internet is essential to be a successful hacker. Learn how the different layers of network models operate. This will teach you where data can be found and how to intercept and change it. See How to Understand Computer Networking for a rundown on network models and layers. Basic networking knowledge is critical for effective, high-level hacking.

5. Read every book on hacking and computers that you can. Don’t just learn from your classes. You should be actively engaging in learning as much as possible. Pick up some old used books on hacking, or sign up for a quarterly publication. Any and all information that you can consume will help increase your hacking knowledge.
LEARNING BASIC LANGUAGES

- Learn HTML. HTML is the basic language that all web pages are made with. Knowing HTML basics can help you identify weaknesses in websites, as well as code your own basic sites. See How to Learn HTML to get started.
- Learn JavaScript. JavaScript is one of the main ways that content is displayed on websites. Learning how JavaScript works can help you identify exploitable parts of websites and inject your own scripts. See How to Use JavaScript Injections for a look at how injections work.

3. Learn SQL. SQL is the main database language for websites and online services. Hackers spend a lot of time attempting to access databases, so knowing how SQL works is essential for most hacking. See How to Create a SQL Server Database for information on setting up an SQL server to test.

4.Learn PHP. PHP is a server-sode language, and is often used to handle secure logins. This makes knowing PHP essential for hacking secure sites. See How to Learn PHP and MySQL for details on getting started with PHP. This is one of the most essential languages for hackers.

5. Learn Python. Python is a high-level language that allows you to quickly write programs and scripts. It is essential for writing your own exploits and hacks. See How to Start Programming in Python for tips on getting started.
PRACTICING HACKING SAFELY

1. Hack a virtual machine on your own network. The safest way to practice hacking is to hack your own equipment. Setting up a private network with virtual machines will allow you to test and deploy hacks without causing any actual damage or landing yourself in trouble with the law.
- You can use virtual machines to install any operating system on your computer. This will allow you to test hacks tailored to specific operating systems. See How to Install VirtualBox for information on getting started with virtual machines for free

2. Use hacking practice sites. If you want to try your hacking skills in the real world, there are several sites available with built-in vulnerabilities that are perfectly legal to hack. These sites will let you practice your scripts and attack methods without any fear of legal repercussion. Popular practice sites include:
- Bricks
- bWAPP
- DVWA
- Google Gruyere
- McAfee HackMe sites

3. Join some hacking communities. There are a variety of hacking communities out there, from easy-to-find forums to incredibly hidden enclaves. Find a group of hackers who can challenge you to become a better hacker and help you when you are stumped. Hacking communities may also provide resources for practicing hacking techniques safely.

4. Avoid any illegal behavior. Regardless of how tempting it may be, don’t start doing illegal things with your new hacking knowledge. A single bad hack can land you in trouble with the law, potentially halting your hacking career before it even starts. Don’t be fooled by the stories of professional hackers becoming trusted employees after being caught; far more often hackers simply go to jail.
- Avoid being associated with illegal behavior as well. if your hacking community starts performing attacks, you can be considered guilty by association. If you become uncomfortable with the actions of others, distance yourself as much as possible.

5. Practice “white hat” or “ethical” hacking. These terms are used to describe hackers who look for vulnerabilities in systems but do not exploit them for their own gain. Instead, white hat hackers will report these vulnerabilities to prevent future attacks from malicious hackers. Skilled white hat hackers can earn lots of money in the security industry.
How to become a hacker !
In computer security, a hacker is someone who focuses on security mechanisms of computer and network systems. There is a community and shared culture of expert programmers and networking wizards that traces its history back through decades to the first time-sharing minicomputers and the earliest ARPAnet experiments. The members of this culture were the first “hackers.” Breaking into computers and breaking phone systems have come to symbolize hacking in popular culture, but hacking culture is much more complex and moralistic than most people know. To become a hacker, learn basic hacking techniques, how to think like a hacker, and how to gain respect within the ethical hacking community.
FUNDAMENTALS

1. Run Unix. Unix is the operating system of the Internet. While you can learn to use the Internet without knowing Unix, you can’t be an Internet hacker without understanding Unix. For this reason, the hacker culture today is pretty strongly Unix-centered. A Unix like Linux can run alongside Microsoft Windows on the same machine. Download Linux online or find a local Linux user group to help you with installation.
- A good way to dip your toes in the water is to boot up what Linux fans call a live CD, a distribution that runs entirely off a CD without having to modify your hard disk. This is a way to get a look at the possibilities without having to do anything drastic.
- There are other operating systems besides Unix, but they’re distributed in binary — you can’t read the code, and you can’t modify it. Trying to learn to hack on a Microsoft Windows machine or under any other closed-source system is like trying to learn to dance while wearing a body cast.
- Under Mac OS X it’s possible to run Linux, but only part of the system is open source — you’re likely to hit a lot of walls, and you have to be careful not to develop the bad habit of depending on Apple’s proprietary code.

2. Write HTML. If you don’t know how to program, learning basic HyperText Mark-Up Language (HTML) and gradually building proficiency is essential. What you see when you look at a website of pictures, images, and design components is all coded using HTML. For a project, set out to learn how to make a basic home page and work your way up from there.
- In your browser, open the page source information to examine the HTML to see an example. Go to Web Developer > Page Source in Firefox and spend time looking at the code.
- You can write HTML in a basic word processing program like Notepad or Simple text and save your files as “text only,” so you can upload them to a browser and see your work translated.
- You’ll need to learn to format tags and learn to think visually using them. “<” is used to open a tag and “/> is used to close it. “” is the opening for a line of paragraph code. You’ll use tags to signal anything visual: italics, formatting, color, etc. Learning HTML will help you to understand better how the Internet works.

3. Learn the language of programing. Before you start writing poems you have to learn basic grammar. Before you break the rules you have to learn the rules. But if your ultimate goal is to become a hacker, you’re going to need more than basic English to write your masterpiece.
- Python is a good “language” to start off with because it’s cleanly designed, well documented, and relatively kind to beginners. Despite being a good first language, it is not just a toy; it is very powerful, flexible, and well-suited for large projects. Java is an alternative, but its value as a first programming language has been questioned.
- If you get into serious programming, you will have to learn C, the core language of Unix. C++ is very closely related to C; if you know one, learning the other will not be difficult. C is very efficient with your machine’s resources, but will soak up huge amounts of your time on debugging and is often avoided for that reason, unless the efficiency of your computer is especially important.
- It is probably a good idea to use a good starting platform such as Backtrack 5 R3, Kali or Ubuntu 12.04LTS.
HACKING ATTITUDES

1. Think creatively. Now that you’ve got the basic skills in place, you can start thinking artistically. Hackers are like artists, philosophers, and engineers all rolled up into one. They believe in freedom and mutual responsibility. The world is full of fascinating problems waiting to be solved. Hackers take a special delight in solving problems, sharpening their skills, and exercising their intelligence.
- Hackers have a diversity of interests culturally and intellectually, outside of hacking. Work as intensely as you play, and play as intensely as you work. For true hackers, the boundaries between “play,” “work,” “science,” and “art” all tend to disappear, or to merge into a high-level creative playfulness.
- Read science fiction. Go to science fiction conventions, which is a great way to meet hackers and proto-hackers. Consider training in a martial art. The kind of mental discipline required for martial arts seems to be similar in important ways to what hackers do. The most hacker-ly martial arts are those which emphasize mental discipline, relaxed awareness, and control, rather than raw strength, athleticism, or physical toughness. Tai Chi is a good martial art for hackers.

2. Learn to love solving problems. No problem should ever have to be solved twice. Think of it as a community in which the time of everyone is hackers is precious. Hackers believe sharing information is a moral responsibility. When you solve problems, make the information public to help everyone solve the same issue.
- You don’t have to believe that you’re obligated to give all your creative product away, though the hackers that do are the ones that get most respect from other hackers. It’s consistent with hacker values to sell enough of it to keep you in food and rent and computers.
- Read older pieces, such as the “Jargon File” or “Hacker Manifesto” by The Mentor. They may be out of date in terms of technical issues, but the attitude and spirit are just as timely.

3. Learn to recognize and fight authority. The enemy of the hacker is boredom, drudgery, and authoritarian figures who use censorship and secrecy to strangle the freedom of information. Monotonous work keeps the hacker from hacking.
- Embracing hacking as a way of life is to reject so-called “normal” concepts of work and property, choosing instead to fight for equality and common knowledge

4. Be competent. So, anyone who spends time on Reddit can write up a ridiculous cyberpunk user name and pose as a hacker. But the Internet is a great equalizer, and values competence over ego and posture. Spend time working on your craft and not your image and you’ll more quickly gain respect than modeling yourself on the superficial things we think of “hacking” in popular culture.
Credits –
Wikihow.com
pinterest.com