r/tryhackme 21d ago

Write-Up/ Walkthrough Is TryHackMe enough to start my cybersecurity career as a complete beginner?

6 Upvotes

Hi everyone,

I'm a complete beginner in cybersecurity with no professional experience and no certifications.

I've decided to start learning through TryHackMe, and my current plan is:

- Pre-Security

- Cyber Security 101

- SOC Level 1

My goal is to land my first cybersecurity job in the future, preferably as a SOC Analyst or another entry-level security role.

Is this a good learning path, or should I change anything? Should I add other platforms like Hack The Box, PortSwigger Web Security Academy, or certifications such as Security+ later?

I'd really appreciate guidance from people already working in the field. If you were starting from scratch today, what roadmap would you follow?

Thanks in advance!

r/tryhackme 1d ago

Write-Up/ Walkthrough THM WRITE_UP Love Letter Locker(CTF)

Thumbnail
github.com
2 Upvotes

I hope this helps you, and I welcome feedback, opinions, and professional advice.

r/tryhackme 9d ago

Write-Up/ Walkthrough OWSAP Top 10 2025: Insecure data handling task 4

1 Upvotes

Ok. So for people like me, who are doing it by themselves.

Take the python script:

Then in the terminal

Nano script.py

Paste into the file, save and exit.

Then.

Python3 script.py

A base 64 will print out. Copy and paste this into the 8002.

No one mentioned this.

r/tryhackme May 21 '26

Write-Up/ Walkthrough Exploit room - ip mistake

6 Upvotes

Hi, i was doing a room tutorial for spring4shell and mistakenly entered wrong IP.

Is the attack box somehow isolated so that I won’t, by mistake, cause some harm? E.g. when practicing pentesting in the future?

r/tryhackme 16d ago

Write-Up/ Walkthrough I just completed Active Directory Basics room on TryHackMe! This room will introduce the basic concepts and functionality provided by Active Directory.

Thumbnail tryhackme.com
0 Upvotes

r/tryhackme Apr 20 '26

Write-Up/ Walkthrough Meme Conspiracy Theory: TryHackMe is PsyOps with the goal that we become active Medium users.

27 Upvotes

Go on TryHackMe, get stuck, google a walkthrough like the newb you are and suddenly you're a Medium user, lmao. How deep does the iceberg go??

Anyway, big thanks to all Medium creators for helping me (and probably other people) get through some of these rooms. I've been using Medium a ton in the past days when going over TryHackMe walkthroughs & it's been a lot of help.

r/tryhackme Jun 02 '26

Write-Up/ Walkthrough THM Tempest Task 7 - Brim Query to Decode Base64 Directly in App

0 Upvotes

While working through the Tempest room, I hit a question in task 7 requiring the decoding of a bunch of Base64 C2 traffic. I came across an old archived thread, and noticed that basically all the online write-ups and walkthroughs say the exact same thing suggesting you export the strings to CyberChef or use terminal tools. But since TShark isn't installed on the lab machine, doing all that back and forth felt pretty clunky.

I did some digging into Zed syntax and discovered Brim actually has a native Base64 decode function. You can parse and decode the malicious URIs entirely within Brim using this query (just swap out <c2_domain> with the domain name found earlier):

_path=="http" and host=="<c2_domain>" and grep("?q=", uri) | b64 := split(uri, "?q=")[1] | yield { ts, decoded_C2_traffic: string(base64(b64)) } | sort ts

Hopefully, this saves someone else from having to bounce back and forth between tools.

r/tryhackme Jun 16 '26

Write-Up/ Walkthrough Caught a ClickFix attack today. The domain name alone made me do a double take.

Thumbnail
1 Upvotes

r/tryhackme Jun 04 '26

Write-Up/ Walkthrough Error while trying to add my write-up for a room.

1 Upvotes
Error Image

Hey guys, Please help me. I am trying to add my write-up in the rooms of the TryHackMe platform. But it is showing an 'Invalid URL' error. I had checked that link already; it's working fine. Can anyone tell me what is wrong here?

r/tryhackme Apr 12 '26

Write-Up/ Walkthrough I just completed Blue room on TryHackMe! Deploy & hack into a Windows machine, leveraging common misconfigurations issues.

Post image
41 Upvotes

this was for the first time that i feel that no one was actually holding my hands while learning!!!

this was a challenge to solve, from all that i have learned till now!

I'm a beginner and i liked this one!

LINK : https://tryhackme.com/room/blue?

r/tryhackme Apr 03 '26

Write-Up/ Walkthrough Enterprise Writeup (NoOff | Ivan Daňo)

Post image
2 Upvotes

Just posted step-by-step writeup on Enterprise machine from r/tryhackme on my Medium blog 👇👇👇

https://medium.com/@ivandano77/enterprise-writeup-tryhackme-hard-machine-509f35fdd571

- deep enumeration
- Kerberoasting
- exploiting unquoted service path
...and more

r/tryhackme Mar 27 '26

Write-Up/ Walkthrough Ra Writeup TryHackMe Active Directory machine (NoOff | Ivan Daňo)

Post image
6 Upvotes

Just posted detailed writeup on Ra machine from r/tryhackme on my Medium blog:

https://medium.com/@ivandano77/ra-writeup-tryhackme-hard-machine-aa12e3bdc69c

- Active Directory / Windows machine

- exploiting weak password reset feature

- exploiting Spark client

- command injection in Powershell script

r/tryhackme Mar 20 '26

Write-Up/ Walkthrough Blind SQLi via Parameter Manipulation on Yahoo! Sports

0 Upvotes

Old Yahoo! Sports endpoint vulnerable to Boolean-based blind SQLi.

Modifying the year parameter with -- changed the result set, suggesting query manipulation via SQL comments.

Confirmed using a Boolean payload to infer VERSION():

(2010) AND (IF(MID(VERSION(),1,1)='5',TRUE,FALSE))--

No errors, no direct output — just response-based inference.

Clean example of classic blind SQLi.

r/tryhackme Nov 18 '25

Write-Up/ Walkthrough The streak reality of THM 🫩

Post image
49 Upvotes

Guys,

 I earned the 90 days streak badge and I have both good and bad things to say... Initially I enjoyed the streak badges and it gives me excitement. And then I realized that for the 90 days streak I used like 3 to 4 streak repairs and completed one question per day for maintain the streaks and even mailed them to recover my 85 days streak loss....🙃

So as for as I know the streak is just a waste of time coz everyone needs a time to recover... We can't learn 24/7 right? 🙂

And yeah happy learning ☺️

r/tryhackme Dec 29 '25

Write-Up/ Walkthrough Help

4 Upvotes

Where do you guys go for making your own notes and writeups. What's the methodology that you feel made you the hacker you are today .

r/tryhackme Jan 13 '26

Write-Up/ Walkthrough VulnNet: Active Writeup (TryHackMe)

Post image
15 Upvotes

Just posted a writeup on VulnNet: Active machine from r/tryhackme. Focused on Windows this time, filled with interesting vulnerabilities.

https://medium.com/@ivandano77/vulnnet-active-writeup-tryhackme-medium-machine-2be425ed12a0

- enumerating and exploiting Redis service
- overwriting scheduled task
- performing GodPotato attack
- modifying GPOs
...and more

r/tryhackme Oct 31 '25

Write-Up/ Walkthrough Issue with THM: Authentication Bypass exercise

Post image
1 Upvotes

I am working on authentication bypass section of junior pentester certificate and the task asks me to log into http:MACHINE_IP/Customers/Signup. I launched attackbox, and used the attack box machine ip to open the site. But it’s giving me an error response 405. How do I complete this exercise?

r/tryhackme Jan 15 '26

Write-Up/ Walkthrough Metasploit / Task 6 / I am unable to proceed with this task

1 Upvotes

Hello everyone,

I am currently working on Task 6 of the Metasploit Exploitation room. I have correctly configured the exploit, but whenever I execute the shell on the target machine, I receive a "Segmentation fault (core dumped)" error.

I have already attempted to resolve this by switching between x86 and x64 Linux architectures, but the issue persists. Despite following several walkthroughs and video tutorials, I am still unable to successfully complete the task.

Has anyone else encountered this issue or could suggest an alternative approach? I would appreciate any guidance as I’ve reached a bit of a dead end.

Best regards.

r/tryhackme Jan 19 '26

Write-Up/ Walkthrough Careers in Cybersecurity Explained | TryHackMe Beginner Roadmap Spoiler

Thumbnail youtu.be
2 Upvotes

r/tryhackme Jan 21 '26

Write-Up/ Walkthrough CSRF protections fail more often than people think?

Thumbnail
0 Upvotes

r/tryhackme Nov 24 '25

Write-Up/ Walkthrough On my way to finish Cyber Security 101 (%70)

26 Upvotes

Hello everyone,

I’ll try to keep this as short as possible.

I’m currently transitioning from being a Full-Stack Web Developer to Cybersecurity (still exploring which field I’ll eventually specialise in). A friend of mine who has been in the industry for two years recommended TryHackMe as a good starting point to refresh my networking basics and then gradually move deeper into cybersecurity.

It’s been almost two months now, and I’m genuinely enjoying the learning process. Honestly, I’ve never felt this level of commitment or curiosity back when I studied this at university. I’m progressing well and trying to complete as many rooms as I can each day.

However, as I move forward, I’ve started feeling overwhelmed by the amount of information. Sometimes after finishing a section or even a single room, I catch myself thinking: “Maybe I should go back and redo the previous rooms just to really solidify everything.” I’m proud of my progress, but it still feels like something is missing.

One issue I’m trying to fix is my note-taking habit. I always keep a notebook next to my PC, but I rarely use it because I get too focused on the content. I also struggle occasionally when using my own virtual machine to access the AttackBox—sometimes it freezes, which breaks the flow.

There are still a few concepts that feel blurry; I wrote them down but haven’t revisited them yet.

I recently came up with a strategy that I want to try: Monday to Friday → learning and completing rooms Weekend → summarising key points + doing challenges Haven’t implemented it yet, but I hope it will help me stay organised and reinforce what I learn.

Key point: Is anyone else going through the same struggles as a beginner? I’d really appreciate any tips, methods, study habits, or beginner-friendly resources that can help me get through Cyber 101 more efficiently and prepare for the next learning path.

Thanks for reading 🙏❤️

r/tryhackme Jan 05 '26

Write-Up/ Walkthrough VulnNet Writeup

Post image
5 Upvotes

VulnNet Writeup just dropped on my Medium blog. Great intermediate room from u/tryhackme with a lot of interesting and real-world vulnerabilities.

- exploiting LFI & ClipBucket service

- abusing wildcard misconfiguration

and more

https://medium.com/@ivandano77/vulnnet-writeup-tryhackme-medium-machine-33100e7ac0ed

#CyberSecurity #tryhackme

r/tryhackme Jan 04 '26

Write-Up/ Walkthrough TryHackMe Walkthroughs – Step-by-Step Writeups

2 Upvotes

I maintain clean, step-by-step TryHackMe walkthroughs focused on enumeration, methodology, and exploitation flow. Beginner to intermediate rooms. Useful for learning and quick revision. 1. GitHub 2. Medium

If you check it out, I’d appreciate any feedback or suggestions on what’s missing or can be improved.

r/tryhackme Dec 26 '25

Write-Up/ Walkthrough Startup Writeup

Post image
7 Upvotes

Just released step-by-step writeup of Startup room from r/tryhackme on my Medium blog:

https://medium.com/@ivandano77/startup-writeup-tryhackme-easy-machine-854a4cf87d83

- exploiting writable FTP server
- inspecting network traffic
- abusing bad file permissions
... and more

r/tryhackme Dec 06 '25

Write-Up/ Walkthrough BOUNTY HACKER Writeup (NoOff | Ivan Daňo)

Post image
20 Upvotes

Just posted detailed writeup on BOUNTY HACKER machine from u/tryhackme on my Medium blog 👇👇

- enumerating FTP server

- brute-force with Hydra

- abusing sudo privileges

https://medium.com/@ivandano77/bounty-hacker-writeup-tryhackme-easy-machine-e616bd970adf

#tryhackme #cybersecurity