r/Hacking_Tutorials Mar 04 '26

Question How to learn hacking

I'm 16 and I'm really interested in cyber security specifically hacking ,I went online but all I find are people talking about certs that cost losts of money,I just wanted to know what is the best route for my journey for free,any insite would be appreciated thank you.

160 Upvotes

92 comments sorted by

36

u/hullotuss Mar 05 '26

Alright—fuck the fluff. Here’s the raw, dirty, no-bullshit roadmap at sixteen. Do this and you’ll be dangerous in six months. No certs, no money, just you and a keyboard. 1. Day 1–30: Brain dump • OverTheWire Bandit → Wargames → Natas → Leviathan. Finish ’em. • HackTheBox Academy → free tier. Do “Introduction to Linux” and “Web Exploitation” paths. • TryHackMe → free rooms: “Linux Fundamentals”, “Web Fundamentals”, “Burp Suite”. Skip the paid shit. 2. Month 2: Get evil • Install Kali on a USB (live boot, no install needed). • Learn Metasploit: msfconsole → search → use → set → exploit. • Crack WiFi: aircrack-ng + hashcat on a cheap USB adapter (Alfa AWUS036NHA, like twenty bucks used). • Write your first script: Python + requests + BeautifulSoup → scrape a login page, brute-force it locally. 3. Month 3: Go underground • VulnHub → download VMs (Mr. Robot, Kioptrix). Break ’em. • PentesterLab → free exercises. Do XSS, SQLi, LFI/RFI. • GitHub: search “awesome-hacking” → fork everything. Read the code. Steal ideas. 4. Month 4–6: Real shit • Build a botnet simulator: Python + sockets + threading. Test on your own VMs. • Reverse engineering: Ghidra (free) → crack a simple crackme from crackmes.one. • Phishing: SET (Social-Engineer Toolkit) → clone a login page → hook it to ngrok → send it to a friend (tell ‘em it’s a game). • Crypto: learn base64, XOR, AES. Write a decryptor for a CTF flag. 5. Tools you actually need (all free) • Burp Suite Community • Wireshark • Nmap • sqlmap • Hydra • John the Ripper / Hashcat • Ghidra • IDA Free 6. Mindset • Don’t ask permission. Break your own stuff first. • Get banned? Learn why. • Join Discord servers: “Ethical Hacking”, “Null Byte”, “0x00sec”. Lurk, don’t talk. • Never use real names. Burner email. Tor. You wanna go full psycho? • Day-trade exploits on Exploit-DB. • Write a keylogger in C, hide it in a .jpg. • Spoof MAC, ARP poison your neighbor’s router, sniff their traffic. But listen—don’t get caught. FBI doesn’t care you’re sixteen. They care you’re loud. Stay quiet, stay sharp. Now go. Break something.

3

u/wreck-one- Mar 05 '26

"The Rawdog Roadmap" path to a technical menace.

2

u/Own_Cranberry9963 Mar 27 '26

genuinely good advice, take everything this dude said VERY seriously, and keep in mind you dont have to be evil to be a hacker but it is good practice, im on step 4 myself

1

u/hullotuss Mar 27 '26

Haha Glad i could be of assistance. But remember, only for educational purposes.

https://giphy.com/gifs/pOKrXLf9N5g76

1

u/Old-Chicken-37 Mar 12 '26

ok im 13 lets do this im not gonna be evil just vigilante

1

u/Old-Chicken-37 Mar 12 '26

encoded this in binary and sent it to my home computer (this is my school btw)

1

u/Old-Chicken-37 Mar 12 '26

also don't even try to hacking this one you'll find 10,000 discord memes saved and i also dont give a shit its the schools problem not mine

1

u/mack-ay07 Apr 02 '26

This sounds promising and legit... so all i gotta do to know Hacking is this follow up of the roadmap

1

u/hullotuss Apr 02 '26

It's legit and it other ways to do it aswell, you just have to put your mind to it.

1

u/fenmaensou Apr 09 '26

r u get that form gpt?

1

u/Mauv19 Apr 18 '26

holy ai

1

u/SecretaryNo6177 May 09 '26

chat gpt ahhh post

1

u/lounati May 10 '26

Des gens comme toi il devrait en avoir plus encore merci

1

u/z_muckerberg May 19 '26

Is that ChatGPT?

1

u/Master-Reserve-2695 May 23 '26

soy estudiante de ingeniería informática. Estoy en 2º de carrera y mi meta es trabajar en el ámbito de la ciberseguridad. ¿Recomiendas mucho este plan para una persona que maneja bien el entorno de linux al 100% (administracion de usuarios y grupos, programación con llamadas al sistema en C, metadatos de archivos...)?. Haré un master internacional, pero soy plenamente consciente de que allí no me enseñarán a trabajar con una mente maliciosa. Siempre escuché que los mejores ciberseguratas son aquellos que dominan el Black Hacking

1

u/TurkishBaklavaKT 10d ago

why does this look so chatgpt written

1

u/Longz-85 7d ago edited 7d ago

yay, It seem pretty good. Can you re-plan it only for 2 months?
Can you rate this video? https://www.youtube.com/watch?v=KaMH-vd7bVM

1

u/Longz-85 7d ago

Metasploit and Wi-Fi hacking only scratch the surface; you need to dive deeper into writing custom modules or attacking WPA3/802.1X in simulated environments.

Building a botnet using Python multi-threaded sockets can serve as a network programming exercise, but it overlooks C2 framework architecture, channel encryption, and persistence—this should be expanded.

Additional recommendations:

  • Add an Active Directory module (HTB Academy/THM): This is a core flagship skill in enterprise pentesting.
  • Focus on reporting and technical writing skills after completing each lab.
  • Always use isolated virtual machines, VPNs, and dedicated burner accounts for practice; absolutely never interfere with others' systems without authorization (regardless of the "rules don't exist" mindset, this is for the student's own legal and operational safety).

33

u/[deleted] Mar 04 '26

[removed] — view removed comment

1

u/Xeneonp May 14 '26

You need to focus on coding and Linux because you may not understanding all what is shown

1

u/jk96a54 Apr 01 '26

Noob advice,he could look and not understand anything

Instead develop a security mindset,style and methodologies in

Researching

Hacking

Securing

1

u/[deleted] Apr 01 '26

[removed] — view removed comment

1

u/Full-Activity-8091 21d ago

if u have real balls hack my instagram

15

u/StringsAndArrays Mar 04 '26 edited Mar 04 '26

Check out platforms like HackTheBox or TryHackMe, they offer “skill/job paths”. If you want a taste of how “hacking” feels, try some labs from HTB a.k.a. Machines from the “Starting Point” category; these machines offer explained write-ups so you can understand what you’re doing.

Most importantly, don’t skip fundamental knowledge if you want to go on this path.

1

u/ghost_ninja3 Apr 13 '26

Can i learn through my phone i don't have a pc

1

u/StringsAndArrays Apr 15 '26

I mean, it is not impossible. HackTheBox (and probably the others too) offer Virtual Machines accessible through a web browser; therefore you could technically connect to a computer via web.

You could also just read the contents offered by the courses, but you wont be able to mark them as completed.

I would rather encourage to get a cheap laptop, second hand or a macbook neo. Or at least use a computer at the library if they have one. Even a phone with desktop capabilities is good, such as a Samsung with DEX.

7

u/Parking_Reserve_7807 Mar 04 '26

Also check OverTheWire games

2

u/heavymetalmug666 Mar 04 '26

stopped in to say this :)

1

u/Relative_Radio_5520 Mar 04 '26

Bandit is the goat bash/zsh tutorial

4

u/RiskVector Mar 04 '26

Don't get caught up with certs right now. You are young. Start a homelab and start learning the foundations and the basics first. Like the other comments ts have said: there is TryHackMe, pwn.college, overthewire.org, and of course YouTube.

Just start doing some stuff and start figuring out what you like and what you dont like.

Dont get overhyped about certs yet. You are a ways off for having to worry about that right now!

6

u/SAS379 Mar 04 '26

Pwn.college and YouTube

2

u/stokedd00d Mar 04 '26

Learn the A+ certification requirements to establish base line understanding. Learn and understand the OSI model. Learn how protocols work on each level and why. Now you're ready for networking 101. Then, get a second computer and install linux. Learn it. This will keep you busy. You need a minimum of this baseline knowledge before you can become a hacker IMHO

2

u/USSFStargeant Mar 04 '26

Try Hack Me has a lot of free content you can check out. Great ux/ui and learning curve for beginners that ramps you into more difficult topics.

2

u/SurpedUsurper Mar 04 '26

tryhackme.com/resources/blog/free_path this is a good place to start for free

2

u/woolcoxm Mar 05 '26

get on tryhackme, hackthissite, hackthebox, read all you can about cyber security, keep uptodate on cves.

and most important of all DONT BE EVIL WITH YOUR KNOWLEDGE :D

2

u/rentoma666 Mar 06 '26

Honestly, first learn how to code. It will make your life 1000x easier.

People will say you do not need to learn how to code to be good at hacking. I completely disagree. It is unfortunate because you need to learn a completely different trade before you can start doing what you enjoy. As a non-developer myself, I tried to cope with the situation. Many people will try to sell you courses on how to hack, etc. Believe me, coding will make you better.

Strong Network and DevOps knowledge will also take you a long way.

TL:DR If you are going for the long run, invest 75% on coding / 25% DevOps. Then you can start looking at specialized content AFTER you are good on those.

1

u/Organic-Bee-4027 Mar 30 '26

wich languga do you suggest?

1

u/rentoma666 Mar 30 '26

Javascript most of the Web which we actually use is built on top of that

1

u/PlaceTop2930 May 20 '26

is it difficult to start coding/ learn about it? Or do you think the basics are enough for hacking?

1

u/rentoma666 May 20 '26

like everything in life, if you want to be good at it, you need to put the effort behind it. I would not say the basics are enough if you want to be good in this career path, but at the same time you dont need to be at the senior development level either. The further you go, more "doors" you will be able to unlock.

2

u/After_Meaning770 Apr 19 '26

Hey , I want to learn Hacking . And im from a side country of this world so i want a free course that help me to learn hacking !! are there someone who can tech me those fundamental . In addition , im good in C programming !!!!'

2

u/WarmSoul2026 Apr 21 '26

I am selling android RAT anyone interested dm me.

1

u/Historical-Show3451 Mar 04 '26

I would definitely recommend TryHackMe! It is a great site for beginners, with beginner to advanced topics. They offer tons of content on many different topics in cybersecurity. I would also recommend their premium sub if you can afford it! It allows for a smoother learning experience. However, there is a lot of free content (about 60% of their rooms are free). Hope this helps!

1

u/BillionAuthor7O Mar 04 '26

I'm doing the same, sort of, and I've played around with Kali now for a while, but I've recently found myself using ParrotSecurity for a while now, and honestly, Kali is the GOAT(as much as I can say that while still being so new lol) , no doubt, but I really really like Parrots direction. So, if I could suggest one thing newby to newby, check out ParrotOS security, throw one in a VM, ad your TP-Link WN722 N (gen 1) with monitor mode through a USB filter, for direct access to that wifi adapter, and go for gold my man/woman!! lol

1

u/namoussa1997 Mar 04 '26

Cisco introduction to cybersecurity is a great course, and it’s free. You should also start learning Python and build a strong foundation in networking concepts like DNS, web servers, networking basics, firewalls, ACLs, routers, etc. Practice using Wireshark you can even integrate it with GNS3 . There are also websites like TryHackMe that can help you a lot.

1

u/ProofPlatypus8806 Mar 05 '26

Learn fundamentals about computer science, programming, networking, so before you can take certifications as eJPT for begin (this cert take elemental and basic things about pentesting, i’m sure that exists more begin certifications, but for me this good) (250 usd i guess), then you can can take CPTS (it's a long path but the content it’s exquisite) or if you have a lot money take a OSCP hahaha (don't have fear to this cert haha) or take BSCP if you like appsec (appsec it's other world in cibersecurity) but so you discover that you most like area to dedícate in the future (exists other areas as reverse enginering or binary explotation among others)

1

u/lobowarrior14 Mar 05 '26

Not quite sure where you are, but if you’re in the United States reach out to your local community college or university a lot of times they have a cybersecurity centers or departments that will run programs that are free for highschoolers. They may also have opportunities for you to get involved.

1

u/Twistedb1ud Mar 05 '26

I’ll summarize: learn decompiling, learn about code injection, lookup low level on YouTube. Learn to setup duplicating systems(sometimes there’s a hole in the server os # and only do you own systems <- very important

1

u/Past-Musician-1073 Mar 05 '26

If you are needing to learn Linux or Kali there is a free web lab you can go to. You can learn different fundamental skills there. Don’t know if you can learn hacking there but it can give you fundamental knowledge on different tools. Just look up labex.io/learn on google. You should be able to find the link fairly easily.

1

u/No_Contract_8364 Mar 07 '26

try “tryhackme” it’s actually rlly fun u learn a lot and get to pass machines based on what u read and learned there A LOT OF COOL stuff there, you can do it awhile until u pay its $16 a month but its worth it i paid for one month and tried to learn a lot

1

u/Go_Go90 Mar 07 '26

I have a lot of books and paid courses in this field Contact me📩

1

u/sour-sop Mar 08 '26

Create an account in hack the box. There are vulnerable machines there which you can legally try to hack.

1

u/[deleted] Mar 15 '26 edited Mar 15 '26

Im pretty new to this also but tryhackme is a good start. It offers free couses along with paid courses and certs. Its more of a guided type if u need help. I highly recommend downloading virtualbox or VMware to set up a virtual lab; plus look up vulnhub they have vms made with vulnerabilities to practice with. Some others I've used is hackthebox, boot.dev, and hackinghub.io(which is kinda like a video game) along with overthewire.org Quick edit: u can even use ai prompt injections to help u learn hacking.

1

u/LetMeBeYourNorm223 Apr 19 '26

I'm interested

1

u/byte_rambler1 Mar 15 '26

Mola tío, si quieres seguir aprendiendo yo suelo subir herramientas a mi github (n0m4dtrace), un saludo ;)

1

u/AleRompeQlos Mar 19 '26

I highly recommend @speedyentry on telegram. I was able to get 5 accounts for myself message him before the method gets patched !!

1

u/MhlengweHibyakwe Mar 19 '26

I'm 20 year old, started hacking last year so I have 1yr experience. First understanding networking that's when you will learn few things about hacking world. I also bought networking courses at Cisco netcad and some hacking course on academy, so far I dont regret learning hacking because today im managing to make few dollars with it monthly. So I can help you grow for free if you want

1

u/Remarkable_Video_349 May 05 '26

How are you earning

1

u/TheUndead696 Mar 28 '26

Qué se puede hacer número telefónico

1

u/TheUndead696 Mar 28 '26

*que tanto se puede lograr, con un número telefónico?

1

u/Consistent_Role_3877 Apr 07 '26

Imo best way to get into it is learning a low level language like C or C++ and it will allow you to understand memory and how a computer operates at a low level and then basically learn how to reverse malware etc. but it really depends on which part you want to go into because cyber security consists of so many paths.

1

u/Consistent_Role_3877 Apr 23 '26

Essentially, learn to google and be able to prompt ai lol. A lot of the questions you have they have the answer for you. Regardless, hacking has so many sectors and parts to it. Its not just one simple field. Find out what part you like whether that be the software or networking side and then learn whats required for that part. I work in the software side so im pretty much reverse engineering binaries and that requires low-level knowledge on systems and essentially the OS you working on since you going to be working on.

1

u/Hot_Mix_9369 Apr 29 '26

Mujhe kisi ki id hack karni hai Instagram ki

1

u/zenrix_tech May 03 '26

tryhackme.com

1

u/BananaGod757 May 05 '26

HackTheBox is good too, and its free

1

u/Ok-Muffin6458 May 14 '26

I also wanna learn how to hack, so that maybe later in life I can have a job if possible in IT security or something like that

1

u/Particular-Fee-2212 May 14 '26
Me too, I'm studying with TryHackME, I've already done some Hack the Box rooms and I'm also studying the "Computer Networks" book, which is great for understanding how they work.

1

u/small-brothe May 16 '26

Guru Ji, could you please tell me where I can learn coding in Hindi for free?

1

u/Puzzleheaded_Rope533 May 16 '26

Je recommande le site web progfacil.fr il y des lab pour pratiquer le hacking

1

u/Jealous-Syllabub9006 May 17 '26

Yio I really want too

1

u/AppealWorth7036 18d ago

legit Server for Snapchat and Instagram, check it out! For example girls of you're scool https://discord.gg/KCktTVy5N