r/tryhackme

How can I solve this?
▲ 0 r/tryhackme+1 crossposts

How can I solve this?

Just started using pwn.college and got stuck on the "connecting through ssh" part. Anyone know how to fix this? Please help

(At the bottom - temporary failure in name resolution)

u/brutalknight6 — 14 hours ago

Failed to verify a browser (i'm using Titanium browser in android)

u/ZenXvolt — 17 hours ago

Currently iam doing blaster try hack me and the ip when i scanned it would not showing

u/flashhhhhlyt — 1 day ago
▲ 0 r/tryhackme+3 crossposts

25yo starting from zero on TryHackMe. How to accelerate the grind and avoid common pitfalls?

Hi everyone,

I’ve decided to make a hard pivot into cybersecurity and just started with TryHackMe. I’m 25, and while I have basic computer skills, I’m essentially starting from scratch. I’ve just hit my first "real" task involving Linux and Red Teaming, and honestly, the terminal alone is a bit overwhelming.

I’m looking for the "extreme" way to speed up this process. I don’t want to just stare at theory for months; I want to be hands-on.

A few questions for the pros here:

  1. What are the most common mistakes beginners make on THM that slow them down?
  2. Are there any specific "side resources" (YouTube channels, cheat sheets, or labs) that helped you "click" with Linux and networking faster than just following THM paths?
  3. How can I build a solid foundation for Red Teaming without getting bogged down in "white-hat" academic stuff I'll never use?

I’m ready to put in the hours, just want to make sure I’m not running in the wrong direction.

Thanks in advance!

reddit.com
u/Late-Peach-5845 — 3 days ago

Does anyone have an online hacking group?

Looking for an Online Hacking Group

Hey guys, I’m looking for an active online hacking group to join. If anyone knows of any good Discord, Telegram, or other online communities, please let me know. Thanks!

reddit.com
u/Phanindra_Das — 3 days ago

TryHackMe max scam

Try hack me has taken away access to a room I’ve already started working on, under the basis of upgrading to their max subscription. I already paid for a full year. Has this happened to uanyone else?

u/Badman_Larry — 5 days ago
▲ 27 r/tryhackme+3 crossposts

Want to start learning cybersecurity but don’t know where to begin?

Want to start learning cybersecurity but don’t know where to begin?

If you’re completely new to hacking/cybersecurity, don’t feel like you need to jump straight into complicated tools or CTFs.

Start with the basics:

  • Networking
  • Linux
  • Security fundamentals
  • Recon & scanning
  • Web security
  • Basic offensive security
  • Hands-on practice

I came across Codelivly, which lets beginners start learning cybersecurity for free and follow structured learning paths instead of randomly jumping between YouTube videos and tutorials.

You can start here: Codelivly

No experience needed to start. There are beginner-friendly tutorials, tasks, and hands-on rooms to help you actually practice what you're learning.

If you're starting your cybersecurity journey from zero, give it a try and see if it helps.

What was the first thing you learned when you started cybersecurity?

u/Potential-Couple-745 — 6 days ago

I built a Claude Code coach for those moments when you’re stuck but don’t want to open a walkthrough

I learned a lot of cybersecurity through TryHackMe, and I kept running into the same problem:

Sometimes I wasn't completely lost — I just couldn't see the next useful step.

Opening a walkthrough usually solved that, but it was very easy to accidentally spoil the rest of the room.

So I built thm-claude-kit, a free/open-source Claude Code setup I originally made for myself.

The idea is not to let Claude solve the room. It acts more like a coach:

  • keeps track of what you've already discovered and tried
  • remembers creds, hosts, leads and dead ends
  • helps form a hypothesis about what to test next
  • explains why that next step makes sense
  • you still run the commands yourself

Basic workflow is:

./new-room.sh <name>claude/start <room text + target IP>

Then you work through the room normally with Claude alongside the terminal.

Repo:
https://github.com/pashki975/thm-claude-kit

It's still very early. I'm mainly curious whether other THM learners would actually find this useful, and especially where the coaching gets things wrong or becomes annoying.

https://preview.redd.it/713e5f177cjh1.png?width=1067&format=png&auto=webp&s=15b7b90200d299645507f9b081ec8fa50a075043

https://preview.redd.it/rlu8w96a7cjh1.png?width=1059&format=png&auto=webp&s=e992e106927da3bceac60831155922d2f8f2586d

u/Free-Educator1576 — 6 days ago

SOC Level 2 Path is now Launched🚀

Level 1 taught you what to do with an alert. Level 2 teaches you what to do about it.
SOC Level 2 is completely rebuilt, 76 rooms across the environments hiring managers actually screen for at L2: Microsoft 365, Entra, AWS, Active Directory, and detection engineering. Kick things off with THE DEEP DIVE & 150 SAL2 cert prizes on the table until Aug 27🎯

Get Hacking➡️ https://tryhackme.com/thedeepdive?utm_source=discord&utm_medium=social&utm_campaign=thedeepdivesocl2

u/Used-Addendum-3819 — 7 days ago

Is it a good idea to move to jr pentester path after completing SOC L2 path or is it better to focus on blue team paths?

I want to get a job as SOC L1 analyst, and I've completed the SOC L1 & SOC L2 paths and done some blue team CTFs and now Idk what is the next step (I have 2 years left before applying for jobs).

reddit.com
u/Zoher115 — 7 days ago

Just beat Fusion Corp from my phone - still buzzing

Did the whole room from Termux on my phone, only used a free GitHub Codespace for hashcat. Chain was wild - AS-REP roasting into a WinRM shell, found a password literally sitting in an LDAP description field, then SeBackupPrivilege to grab the admin flag.

Honestly wild how the entire domain fell just because someone wrote a password in a description box and added a user to Backup Operators. Feels way too realistic.

u/Yukon_07 — 8 days ago

Whats NEXT after SOC L1 Path?

I completed SOC L1 learning path, Now i should start which path? I want to make me suitable for a job role. I think there are more jobs in Blue teaming thats why i have done SOC L1. Also consider which path will help me to learn in-demand skills most?
- SOC L2
- Security Engineer
- Any red teaming path
- AI Security
- Defending Azure
- Defending AWS
- DevSecOps

reddit.com
u/Striking-Athlete-263 — 8 days ago
▲ 12 r/tryhackme+3 crossposts

a little chall i made

Hey everyone,

I made a small CTF challenge and figured I’d throw it here since I’m pretty new to making these.

It’s a Forensics / Reverse Engineering challenge based around a weird Nokia 8210 4G system dump. The challenge involves digging through the dump, figuring out what’s going on with a little racing game, and eventually finding the flag.

Repo: https://github.com/maximzero0910/car-racing-chall

It’s probably not perfect since this is one of my first proper challenges, so if you try it, I’d really appreciate any feedback on the difficulty, unintended solves, or just whether it’s actually fun to solve.

Flag format: F0LD{...}

If you’re bored and want something small to mess around with, give it a try :D

Thanks!

u/Abject_Gift_4333 — 6 days ago

Anyone wants to be my study buddy

Hey, I'm a cyber security learner looking for study buddies to solve rooms on TryHackMe, do CTFs and discussion on topics.

I have this idea what if we do live learning on YouTube together sharing resources and learning together and levelling up together. As you know doing yt live alone is boring af.

Let me know if you are interested

(BTW I'm in the top 4% on TryHackMe)..

reddit.com
u/United_Agency2452 — 10 days ago

Try hack me hacker holidays

Hey guys I completed and get all the tickets how do I see if I win or not and where could I see that what I win

reddit.com
u/Zodiak_130810 — 8 days ago