#intros

1 messages · Page 3 of 1

drowsy turret
#

hi

wind glacier
#

Hi everyone!
I'm Jaroslav, currently working in data protection with almost 3 years experience, including auditing. I'm diving deeper into networking fundamentals (studying for Network+) to strengthen my foundation for cybersecurity projects. I'm passionate about practical learning — balancing TryHackMe challenges, Udemy courses, and working on my own project focused on network hardening and defense. Looking forward to connecting, learning, and growing with this awesome community!

opal linden
#

Hello

nocturne mantle
#

hello

burnt matrix
burnt matrix
burnt matrix
royal ice
#

my name is Evidence

#

I will need your support to make my stay here worth it

upper turret
#

Did any one have a tandem language exchange?

shell timberBOT
#

Gave +1 Rep to @burnt matrix (current: #29 - 350)

vernal wave
#

hey

ancient walrus
#

hello

arctic ibex
#

hi there, I'm looking for someone (prefered french guys) to do a team with do you know some people ?

keen quartz
#

hi

onyx glenBOT
buoyant prairie
#

oops didnt notice the bot commands sorry everyone

deep lantern
#

Hello everyone my name is Sagat I’m new to the IT world I’m trying to break in any suggestions

unborn wagon
deep lantern
#

Thank u

raven root
#

hi

solemn axle
thick cosmos
#

Hello I'm gaurav from india. Just started college and wanna get into cybersecurity.

#

any idea where i start from?

halcyon yoke
#

Hello. I'm introducing myself again because it doesn't believe I introduced myself.

halcyon yoke
drifting crown
#

hey guys, the name's Adhish. Here to learn more and discover, myself.

restive stream
#

Hello everyone great to be here !!!

unique haven
#

#hi everyone, im a fresher and just joined thm, hope you guys can help me with challenges and rooms. Thanks

mystic meadow
#

Hii

unique geode
#

Hey great to meet you here

coarse sluice
#

Hey!

jagged hemlock
#

Hi everyone (:

molten kiln
#

Hi mates

fossil trellis
#

Hi I'm DarkHand

fluid idol
#

howdy

burnt matrix
burnt matrix
burnt matrix
burnt matrix
burnt matrix
willow dust
#

Hi everyone

burnt matrix
wind glacier
wise hare
#

hi

upbeat pier
#

Hello there 🙂

primal plank
#

I didn't introduce myself 🥲 ?

amber sphinx
#

Hey guys

#

I'm new to this server

#

I want to learn hacking

#

Can anyone teach me hacking

#

And I'm 8th std

#

I'm having thr curiosity to learn something

#

Can anyone teach me

ripe bridge
#

Hello,, welcome!!

vernal wave
#

hello

pale goblet
#

Hi, Im currently at the end of the Jr Pentester Path (What the Shell) and will try some challenges of THM soon 🙂

abstract moss
#

Hello !

fossil vine
#

Hi, just earned my Sec+ and I'm here because of Abed from youtube lol

wispy locust
#

HEllo

misty token
#

Howdy. I work as a Sec analyst. I want to learn more red team tactics to better understand my job as an analyst.

unborn wagon
unborn wagon
honest loom
warm parrot
#

Hello there, Newbie is here, I hope I can learn more about cybersecurity and networking in this server

cerulean gale
#

Hello, everyone. I am a student and new to TryHackMe, I hope that I'll be able to learn more with everyone supporting one another.

unborn wagon
#

@cerulean gale @warm parrot Welcome to community guys 🙂 👋 thm

lyric anchor
lyric aspen
#

Heyo 👋
Big fan of OSINT & cyber stuff – lately messing a lot with quick recon and some blue team tricks.
Love swapping tools, random finds, and “how the heck did you find that?” moments.
If you’re into nerding out over internet sleuthing, we’ll get along fine 😄

light remnant
#

Hello, everyone. I am a student and new to TryHackMe, I hope that I'll be able to learn more with everyone supporting one another.

unborn wagon
#

@light remnant @lyric aspen Welcome to community guys 🙂 👋 thm

gritty garnet
#

Hey new here

low sky
#

Hiii Everyoneee!! new here , My name is Aditya Acharya and my intrests are in SOC, DFIR and Red teaming

past roost
#

Hi This is Syed

#

I started the course of Network basics

#

What kind of protocol is TCP?

#

connection oriented I wrote this answer but it says incorrect

#

@past roost

snow flume
#

Hi

tawdry quail
#

hi

elfin dust
#

Hello. I'm just a woman trying to get certs for new job, its all. I just want to build my resume. Wish me good luck!

ripe edge
#

sup

vernal void
#

Hey I am New in this field

#

I hope you will guide me like your small brother

craggy sparrow
#

!BLi$😈 at your service. I'm a master of the digital shadows, a weaver of code, and a hunter of secrets. My keyboard is my sword, and the darknet is my playground. I'm the one they call when the system needs to be broken.

vernal void
#

Sounds good

serene osprey
serene osprey
serene osprey
serene osprey
serene osprey
serene osprey
vernal void
#

Hey

craggy sparrow
unborn pewter
#

hey guys

glacial oracle
#

hello. i want to learn cyber security

modern yoke
#

hello

severe coral
#

hi

undone maple
#

Hello!

frank lotus
#

yo

solemn axle
candid sedge
#

hello, I want to make a step out of automotive QSM and start new in cyber security

spring dagger
#

Hey everyone! 👋

Complete beginner here - just started learning networking basics and Python. Currently going through the Pre-Security path on THM.

Still figuring out the basics but really excited to learn ethical hacking!

Anyone else just starting out? Would be great to connect with other beginners and learn together.

Thanks for having such a helpful community! 🚀

slender sinew
#

hy its me heaven ,

sterile flame
#

Hello Everyone! New here involving more and more into cyber tech w exploring tools and networking currently

inland steppe
#

Hey new here! Need some help, been stuck on this for a long time now .

I am doing the go buster basics room and was facing an issue which was resolved by adding offensivetools.thm to the /etc/hosts file.
After that when i run the command to enumerate the subdirectories, for some reason, i get an empty set. Out of curiosity, I saw the youtube video which explains this task and there i found the subdomains (4). Again, to satisfy my curiosity, i used the cat command piped to/with grep to confirm that those subdomains exist in the wordlist, which they do. Despite this i get no results when i run the command .
Upon adding -v , i could see all the subdomains were being missed

What am i missing

PS: I downloaded the wordlist from google . ( wc -l gives 4997 which is consistent).

After more research , i did the follwing :
Made changes to dnsmasq.conf to add address = /.thm/IP_address_of_target

resolv-file=/etc/resolv-dnsmasq where resolv-dnsmasq contains :
nameserver 10.17.0.1
nameserver 127.0.0.1
nameserver 8.8.8.8
nameserver 1.1.1.1

dig @127.0.0.1 offensivetools.thm is resolving (check)

ping offensivetools.thm is pingin ( check)

unique spire
inland steppe
#

cool, thanks

lime blade
#

d

stray cipher
#

Hello

lofty sandal
#

Hello everyone. I started this journey about 7 months ago and am trying each day to be more and more less garbage-like. Looking forward to the challenge.

boreal grotto
#

hello everyone i'm new hwere my name is folaboy. looking forward to work more with you all

olive burrow
#

hello guys i’ve been in cyber sec for almost two years if not three

unborn wagon
#

@olive burrow @boreal grotto Welcome to community guys 🙂 👋 thm

tropic bloom
#

heyo, newbie here studying cert III in IT and falling into the cyber sec rabbit hole

flint bronze
#

Ola. Back again. 25 years in tech. Mostly coding a little tech-support and some basic cyber security.

woeful tangle
#

Hello

scenic storm
#

hello everyone, I'm kinda new to this field , its just ben 3-4 months, so trying to improve myself and get better everyday, looking forward to work with you guys

gleaming shard
#

Hi everyone

empty shale
#

.

radiant lynx
unborn wagon
unborn wagon
fair tinsel
#

#intros Hi everyone. I've been in Cyber for 5 years now mostly with the Blue team, and now decided to commit myself into Pentesting NotLikeThis I'm currently on Jr Pentester Path. Wish me luck!

small spire
#

Hi everyone! Humanistic languages major here, trying out cybersecurity and coding as a hobby and potential career shift. Very confusing so far, but hopefully it'll become clearer in the future :)

dusky palm
#

hi everyone, i am Daniel a very young student looking to focus in the career pathway of cybersecurity and looking to land my first job or internship

unborn wagon
ember silo
cerulean tangle
#

Hello, I'm SimoBirkhoff

dense meteor
#

Hello everyone Raghav here kinda a script kiddie

mossy cloud
#

Hey Everyone, I am Diane just starting out my career in cybersecurity. Hoping to learn alot from this platform

rare snow
#

Hi👋I am a programmer and ethical hacker specializing in recovering compromised or lost social media accounts. My expertise includes account security, breach investigation, and implementing measures to prevent future intrusions.

hollow vector
#

Hi everyone!
I'm Trixie. blobheart
I've changed career path and decided to step into Cyber-Security. My interest grew because my husband is in this field. He suggested I start from TryHackMe, as he himself learned from THM when he started. Interestingly, he is currently working in THM as well. ghostblobgib
I have completed few rooms and I am hooked on it ngl. It is more interesting than I expected.
Determined to reach my goals. 🙂‍↕️ Fingers crossed

sinful oar
#

Hey guys, Vader here. Cyber security Analyst. And has someone who understands how stressful it can be to Job Hunt as cyber security experts. I will help you to Submit 200 jobs hunting directly to company websites, Which will help you secure 3-5 interviews in a Month 👍

fickle ibex
#

Hello I'm gugeldot nice to meet yall !

ebon parrot
#

Hi everyone!
I'm Patrick. I 'll start my travel with CyberSecurity, want to find a place where I can lern a lot blobfingerguns

limpid pivot
#

HI everyone! Just wanted to find a place where I belong to. I have recently started learning in CyberSecurity, and I hope to learn a lot from you

true briar
#

H3ll0 everyone! Newbie here, my name is Milan and my interests are Malware dev / analyst / red team ✌️

twilit sparrow
#

Hey guys! I’m Aliont, great to meet you all!

tardy totem
#

Good Day Everyone. Happy to be here.

unborn wagon
unborn wagon
timid flint
#

hey guus, i'm slur

silver quest
#

Hi everyone. I'm Duca! I'm currently studying cybersecurity as well as pursuing a degree in software engineering.

lucid minnow
#

Hello I am jeremiah studying for pentesting

unborn wagon
#

Welcome Slur 😄

unborn wagon
green dome
#

hey everyone

azure heart
#

hello everyone

cursive belfry
#

hi

feral zephyr
#

Hi am Kate my friends call me Kate I don't know why

storm ledge
#

Hello

manic socket
#

Hello

uncut ginkgo
#

Hi

green rivet
#

Hello every buddy, I am sam I am starting thm from cyber 101 if any one also starting, then lets6 join , make a good team solve CTF make manage streaks,

rugged peak
#

Hey all 🤙

small oracle
#

Hello everyone, iam rahul its nice to meet you with the same mindset of mindset and enthusiasm.let discuss and learn together

vivid meadow
#

Hello everyone, im currently on Jr Pen tester route on THM. Nice to meet yall

neat eagle
#

Hi all, recently began my journey in THM. Glad to meet you all! 🙂

north hatch
#

Hi everybody, nice to be here, hope to keep learning

#

1

burnt matrix
tulip badge
#

Hello everyone

#

I am Peter but you can call me Blvck

#

Founder of Blvck Art

drowsy ingot
#

Am Victor Okoth from Kenya

fading crypt
#

Hello

chilly latch
#

Hello

pure hound
#

👋 Hello, everyone)

silk stump
#

Hi everyone,! looking forward to learn and share

hexed grove
#

Hello everyone 😃

unborn wagon
unborn wagon
floral ice
#

Hi everyone, hope to learn a lot with my time here.

lavish berry
#

Hi everyone! Happy to be here among you all,I'm Achraf, I'm starting out in Cybersecurity and would like to have some friends who can join me so we learn and build projects together!

vernal wave
#

Hello everyone, nice to meet you all. I'm Fresh, and I worked as a System Administrator for four years. For the past two years, I have been working as a Cyber Security Consultant, thanks to THM. I hope you all enjoy your Cyber Security journey.

obtuse veldt
#

hi

deft ginkgo
#

hi everyone

fathom inlet
#

.

opal tartan
#

Hi everyone

bold shore
#

Hey guys, Im currently enrrolled in THM's path to cybersecurity and also in the Google Coursera's cybersecurity cert program, I plan on finishing both of these in the comming months and afterwards taking advantage of the Coursera's discount to take the Security+ cert, nice to meet yall

desert warren
#

hello welcome @bold shore

#

i also completed the coursera google cybersecurity cert and preparing for security +

bold shore
steep blade
#

Hey everyone. I'm an aspiring cybersecurity professional looking to specialize in cloud security architecture. I recently got my Security+ certificate, now focused on completing THM labs and some Python projects.

Looking forward to meeting and learning from yall, can't wait to land my first position in cyber :)

desert warren
desert warren
steep blade
desert warren
#

maybe the general oro the careers channel? im not sure too im newbie too 🙁

alpine hedge
#

Hello my brothas, i'm new in the channel

waxen current
#

I’m Shayan, from Pakistan 🇵🇰.
Recently completed Networking Basics from Cisco Networking Academy and Pre Security path here on TryHackMe.
I’m passionate about Cybersecurity, Networking, and Ethical Hacking and currently working towards becoming a SOC Analyst.
Excited to learn, collaborate, and grow with this amazing community! 🚀

burnt matrix
acoustic gate
#

Hello, I am very new to cyber security looking forward to learn more about it

red pasture
#

hi

#

Does anyone know how to build an app in Xcode?

#

??

stable sapphire
#

hi

red pasture
#

hi

molten shale
#

Hello?

cloud eagle
#

Hey there,
I’m a 37-year-old cybersecurity specialist, red team strategist, and CEO based in Europe. With years of experience in offensive security, software engineering, and infrastructure defense, I lead a private firm delivering services in penetration testing, secure system design, software development, websites, and IT support.
Currently building my second venture—a next-gen SaaS platform—launching soon.
I’m here to connect with sharp minds, potential clients, and anyone serious about digital security, resilience, or innovation.
Open to discussions, collaborations, and new ideas. Feel free to DM.

unborn wagon
unborn wagon
unborn wagon
red dagger
#

Hi everyone, I am a Splunk Admin with 5yrs of exp. but want to expand my knowledge in to the CyberSec space. I am currently working on Tryhackme to complete SOC 1 lab. I will like to connect with like minded professionals. Thank you

hardy stirrup
#

@steep blade Hello 👋

steep blade
cinder vector
#

Hello 👋

swift bramble
#

Hi everyone I am Ivan drago

ashen kernel
#

qwe

smoky moth
unborn wagon
drowsy jay
#

Hello

native cloud
#

Hello, cybersecurity world!

pale sedge
#

Hi

kind cliff
unborn wagon
kind cliff
eternal ivy
#

💯 thm coolguy

haughty shale
kind cliff
#

my brain cells are about to explode… lol 😄

sick prism
#

Hi everyone, thankfull for having you here today

obsidian vessel
#

Hi everyone I'm new here

burnt matrix
olive heron
#

echo hello im new

brave dagger
#

Hello, i just started to learn about cyber security and i'm excited to get more knowledge about itblobheart

unborn wagon
unborn wagon
whole wasp
#

Hello everyone!

burnt matrix
rich lodge
#

hi

fast maple
#

Hello, I recently started to learn about cyber security and Im aspiring to join the cybersecurity field one day in the near future.

honest loom
honest loom
potent hazel
#

Hi

wraith sage
#

👋 Hi everyone!

I'm Christopher, a web developer & cybersecurity student 🚀.
Originally from Haiti 🇭🇹, now living in the Dominican Republic 🇩🇴.

💻 Currently learning:

  • Web Development (HTML, CSS, JavaScript, Python)
  • Cybersecurity (Red Team, Pentesting, CTF)

🎯 My goals:

  • Build advanced projects like learning platforms (similar to TryHackMe/Cybrary)
  • Join CTF competitions & practice ethical hacking with others

🤝 If anyone is interested in studying together, practicing CTFs, or collaborating on projects, feel free to tag me or DM 📩

Glad to be here 🙌

ember tulip
#

dd

fair canopy
#

Hi everyone I'm new here

lunar plaza
#

yo

real tide
#

Hey everyone! I'm an undergraduate student interested in cybersecurity. I'm new to TryHackMe and looking forward to learning and connecting with the community.

odd oxide
#

hi im just a french fellow that like to learn about cybersecurity , i'm new on tryhackme under the name 'pleaseignoreme"and i guess im happy to be part of this discord serv

potent depot
#

Hey everyone! I'm an undergraduate student interested in cybersecurity. I'm new to TryHackMe and looking forward to learning and connecting with the community. please help me to guide..

radiant axle
#

Hi, I'm new and formerly had signed up and was validated to join on commenting, but now Iḿ restricted - what shall I do ??

abstract falcon
#

Hi everyone, I'm new here and I'm very interested in cybersecurity. I am happy to be on this server. Please help me on my journey.

west hedge
#

Hello Every, I'm new here. If anyone is interested in studying together, practicing CTFs, or collaborating on projects, feel free to tag me or DM

sterile ocean
#

Hello, I recently started to learn about cyber security and Im aspiring to join the cybersecurity field one day in the near future.

hearty topaz
#

Hey guys, I'm new here to cybersecurity, focusing on SOC and incident response, Always open to tips.blobfingerguns

timid cedar
#

hello

faint quail
#

Hi, just started my learning

hybrid hinge
#

hi everyone ! i´m a second-year computer science student, greetings from Chile.

unborn wagon
ionic sorrel
#

Hi, just started my learning

burnt matrix
wraith sage
#

👋 Hi everyone!

I'm Christopher, a web developer & cybersecurity student 🚀.
Originally from Haiti 🇭🇹, now living in the Dominican Republic 🇩🇴.

💻 Currently learning:

  • Web Development (HTML, CSS, JavaScript, Python)
  • Cybersecurity (Red Team, Pentesting, CTF)

🎯 My goals:

  • Build advanced projects like learning platforms (similar to TryHackMe/Cybrary)
  • Join CTF competitions & practice ethical hacking with others

🤝 If anyone is interested in studying together, practicing CTFs, or collaborating on projects, feel free to tag me or DM 📩

Glad to be here 🙌

urban seal
#

Hey everyone, got a new computer a couple days ago and I've started learning to hack

Glad to be in here, mainly looking to network with knowledgeable hackers and learn lots of new stuff

radiant lynx
iron scarab
restive scarab
#

hi guys

daring wave
#

hey, I am coming back to try hack me after a long break

last rover
#

hey everyone I'm Anwar back to try hack me after long time and looking forward to learning and connecting with the community. ❤️ . Hope you guys will be there around to guide me .

errant edge
#

woh! hi guys

unborn wagon
unborn wagon
unborn wagon
fringe depot
#

Hi all

#

I'm new to practicing cybersec. hoping this'll be a good place to ask my doubts.

forest comet
#

Hello everyone! 🤓 👋

subtle obsidian
#

hello

somber shale
#

just sayin hello 👋

tender grail
#

Hii folks

charred dove
#

Hey Everyone

hollow finch
#

yo guys, i just found the weirdest thing, like it might be a mistake. in the JS essentials room, task 6 is about "Bypassing Control Flow Statements", yet there's no info about bypassing those statements, only examples of those statements

mighty thicket
#

introduce yourself they said but i am who i am

humble charm
#

Hey everyone I just joined this server , what is it really about, can I learn how to hack through this server?

burnt matrix
#

Hello and welcome to the server! We're sorry to hear about your experience, but we're truly glad to see you returning to the field. Please note that your message may be sensitive for some members, so I'll need to remove it to ensure everyone remains comfortable here.

Once again, a warm welcome, and we're happy to have you with us! 🙂

vernal wave
left wind
#

Hi all. I'm new to the Discord. Glad to be here!

shrewd comet
#

Same here! Hello all. Seattle checking in

wide shore
#

hello guys, I am new to cyber security journey. hoping for a good future 👋

rugged wind
#

Hey all!

undone crescent
#

Hi everyone

#

Sup Everyone ! Anyone from/in LA?

unique cave
#

Hello everyone, from USA i have recently got back into tryhackme since I want to get out of being a Heavy machine/equipment. so far ive enjoyed it but at times Im thinking once im done with a path (im currently on Cyber secuirty 101). just to get a better understanding how to properly learn. Im not gonna lie ive used youtube videos to get through a room so I have better understand... FYI sorry for any misspelling or confusing. I just want to learn with other people on here or discord. I would also like to learn how other's are progressing through tryhackme, and lastly i always feel like im falling behind on the learning progress

edgy shell
#

where do login to those accounts on Active Directory Basics?

quasi sonnet
#

Hey everyone. I'm Kennedi

strange plume
#

Hey everyone good morning/evening

unborn wagon
unborn wagon
unborn wagon
unborn wagon
latent turret
#

Hello everyone. I'm John

umbral copper
#

Hi everyone, I am back to THM. Had a nice break to reevaluate my goals. Currently finishing up on some compTIA Net and Sec+ material with professor messer’s vids before I dive back in. Nice to meet you all.

unborn wagon
hushed ocean
#

hello world!

vivid ibex
#

Hello ! Im new to everything cyber security and im glad to join the discord, i hope i can get some help here whenever needed! Bless yall

sturdy ginkgo
#

Hello everyone am cruzz

unborn wagon
rich crater
#

hallow

hearty merlin
#

hello everyone im hardik from india , im jst starting tryhackme , beginner in cyber security and my aim to become red teamer , so any advise for me ? ]

blazing field
#

Hi everyone, I’m Alex. I’ve just recently started my “journey,” and I’ve already learned so much thanks to TryHackMe! Thank you so much! 🙂

pastel stream
#

Hello THM

honest loom
vernal wave
#

hi

cursive coral
#

hi

unborn musk
#

Hi.

upper shale
#

Hello

honest loom
honest loom
honest loom
zinc wasp
#

Hu

gaunt kraken
#

Hi everyone, I'm new to thm, I desire to learn more on cybersecurity, so I hope I'll get good time learning with you guys.

modern void
#

Hello

queen axle
#

hello!!

hushed geyser
#

hello $

snow sail
#

Hello

deft folio
#

Hello

burnt matrix
#

Welcome everyone!

torpid jolt
#

hello

oblique citrus
#

Howdy all, my name is Boo, from the USA, starting my cyber security journey and would love the help you can all offer

rotund needle
#

Hello everyone, I'm a .NET Developer, trying to switch to Cybersecurity

devout furnace
#

heyo everybody.. im new to this and future plans to be involved in purple teaming

fair dove
#

Hi, I'm new to discord and THM, looking forward to it 🙂

icy shard
#

Yo, I want to learn everything I can on THM and use this knowledge to find a career and eventually get good enough to teach and continue learning..

vernal wave
violet bay
vernal wave
hard bridge
#

Hello, I'm here to learn cybersecurity, because I was recently scammed so I want to learn.

#

Sorry, my English is not good

devout furnace
honest loom
pallid crater
#

Hello all, somewhat new to Discord as I rarely use it. New to cyber as well. Would like to get into pen test, but overall just another skill to learn. If anyone has any tips/tricks feel free to inform me. Looking to connect with a few people as well.

pallid crater
shell timberBOT
#

Gave +1 Rep to @unborn wagon (current: #1 - 5836)

next trout
#

Hey all, new to CyberSec keen to learn

tawdry tartan
#

Hi i am Raisul

jolly gust
#

Hello everyone, I am new to hacking just wanted to introduce myself.
I am rootripper, from India, I am 17yo and want to be a pentester currently on the Jr pentester path

stiff delta
#

Hi, everyone

pulsar crag
#

hi

haughty shale
#

Hello, World folks

devout spindle
#

Hello, I liked hacking for some years but found out about TryHackMe some months ago

reef hearth
#

Hello

odd cargo
#

Hi THM people! I'm Ron. I've been on the THM platform since 2022 and just joined the server. Wish I would have came here sooner. This looks like an awesome resource and community. I look forward to meeting everyone!

odd cargo
#

@Dkob thank you!

unborn wagon
odd cargo
#

Thank you!

ember echo
#

Hello everyone! I am completely new to hacking but aiming high. And by saying it, I mean it. I am looking for a like-minded grind partner - someone who’s serious about self-growth, staying disciplined, and pushing each other to hit goals. I will keep you accountable, and I expect the same. If you are the type who doesnt give up, let’s link! (For rule #8 I give my consent to send me DMs and friend requests). If you truly are committed, then know this: we will not be friends - we will be brothers. 💪

sturdy bridge
#

Hloo

fallen charm
#

Yo

honest loom
flat canyon
#

hi

summer tendon
#

Hi there! I told myself if I was ever going to change my career in finance, it would be with tech, so here I am. I start my two year degree program in cybersecurity next month and I hope I'll be able to break into the field. The information is overwhelming, but I'm excited.

gritty hazel
#

Hi all! Just joined THM, aiming for Cybersecurity Analyst

urban anvil
#

Hi all! Ive just started THM, aiming for a Cybersecurity opportunity thanks a lot to meet you and lets learn and work together!

stoic agate
#

Hi everyone! I'm a cybersecurity analyst, bug bounty hunter in my free time and love the thm platform to learn. If anyone wants to collab or just talk and exchange memes. Hit me up!

wise patio
#

hey all..random trucker looking for a mid life career change. always was a gamer and liked this IT stuff just never pulled the trigger on learning it. doing my pre security pathway now. definitely interested in the blue path.

icy heron
#

Hello Everyone!
I have been fighting my way through cyber security 101 path, some struggles but actually learning this stuff has been a great experience.
Aiming for Pentester & Cybersecurity Analyst, I may have questions and hope to pester some of you in the future.

  • Xul
worn wraith
#

Hello Everyone! So, I'm starting over on computers. In my working days the systems were 8080 (8-bit) processors lol A lot to learn, but at 67 years old , I've got a lot of time on my hands,

spiral yew
#

I hope I can find help with troubleshooting and guidance, as I often get stuck on the SOC 101 labs

unborn wagon
wise patio
shell timberBOT
#

Gave +1 Rep to @unborn wagon (current: #1 - 5842)

inland mural
#

hello

warm tundra
#

hi

native bear
#

hi

nocturne dew
#

hello everybody

glass sapphire
#

hello, i have a problem while learning in Nmap: The Basics, which i dont have credentials to access the machine. can anyone help me on this

unborn wagon
#

@inland mural @nocturne dew @warm tundra @native bear Welcome to community guys 🙂 👋 thm

untold bronze
#

Hi, I'm here to have a deeper understanding of cybersecurity because of the responsibilities I have been given at work. Forgive me if I ask lots of questions or questions that may seem silly/obvious.

main nymph
#

Hi, I’m Shahed from Bangladesh, beginner in cybersecurity. Currently learning Linux & Networking. Nice to meet you all.

next trout
#

Hey New to this field hoping to get my head buried into this as best i can

unique raptor
#

Hey, I'm begginer at cybersecurity. Currently I'm giving service of content writing and SEO and learning react js

thin fern
#

Hey

magic knot
#

Hi I want to become pentester

pale peak
#

hi everyone

robust bronze
#

Hello, I recently started to learn about cyber security and Im aspiring to join the cybersecurity field one day in the near future.

junior cave
#

Hello, I'm victor newbie to cybersecurity .

crystal peak
#

Hi there, hope you are all having a great day, happy hacking

unborn wagon
unborn wagon
flat breach
#

Hello, I'm zoe

#

Newbie to cybersecurity

gusty geyser
#

hello

odd epoch
#

Hello there...

worthy anvil
#

Hellooo

distant herald
#

Hello

ivory pendant
#

o/

unborn wagon
muted iris
#

o/ all

shut vault
#

hi guys am Hilary

lost nova
#

Hey Guys I am Jacob Newbie in Cybersecurity working on my SAL Certificate

grizzled comet
#

Hello! This is Anik Adnan fom Bangladesh.

acoustic warren
#

Good day. I'm not new here.

tame tendon
arctic stag
#

Hiii

regal gale
#

Hi! Recently graduated with a Bachelor's degree in Cyber Security, and just joined THM. So much fun here. I love it.

full epoch
#

Hi guys

winged tendon
#

Hi! I am a HS student interested in Cybersecurity !!! Nice to meet you guys 🙂

radiant axle
#

upvote I thinkI I missed to introduce myself. Actually occupied as apprentice for network administration to have a solid background for my cybersecurity career in future. Started wit THM, very happy of that opportunity. Big salutes from germany to ALL 🤘 😎

amber lance
#

Hello! I'm an all time idiot and all set to change that. I'm here to start that journey and do something useful with my life. I like cats, and have two cats. I like cars, dream car is a BMW E46 330i and I hope me, along with everybody that's reading or not reading this message gets Their dream car. ✌️

dawn lava
#

Hello, I'm a HS student who always wanted to try Cybersecurity

dry schooner
#

Hi, I have been hacking some banks here and there, hope I can learn some stuff and maybe teach xD

vernal wave
#

Hi, I'm Raul. Can someone guide me on how to start with Snort challenge? The PCAP files don't work, or I don't understand how to use them to perform the tasks. I really appreciate any help you can provide.

neon nacelle
#

Hey everyone 👋
I'm Arthur, currently learning cybersecurity through TryHackMe and other platforms.
I just finished the Pre-Security path and I’m moving into more advanced topics.
Excited to meet others here, learn from you all, and hopefully share what I pick up along the way.

vernal wave
#

🫡

versed badger
#

Hey everyone! new to all this stuff :p

unborn wagon
versed badger
#

thanks!

rugged rivet
#

..

native merlin
#

verify

rich ermine
#

hi

lunar dirge
#

Hello everyone I am new here and I am happy to be a part of this amazing team guys

slow barn
#

hi

alpine spindle
#

Hello I am new here

unborn wagon
unborn wagon
unborn wagon
alpine spindle
#

Can you send the article again please

wind vine
#

hai i am just a started i,m curently studying bca cyber and ceh student

rancid dew
#

hello everyone

thick forge
#

Hello everyone

formal robin
#

Hello Everyone I am new here and excited to complete my learning from TryHackme for PT1 Certificattion.

runic finch
#

Hey guys? I'm new here and I'll be needing a lot of help in the coming days

lost oak
#

hello everyone im new in discord

runic finch
#

Thanks Champ

gray willow
#

Hi everyone 🙂 I'm new, started last week. I'n trying to improve my Cyber knowledge for my daily work as DevSecOps Engineer

odd oxide
#

welcome

grim gazelle
#

What's going on my cyber peeps. I am new to the discord but, I am exicted to connecting with some of you. Let's get it!!

tropic crystal
#

Hi everyone

unborn yoke
#

Heyo

cinder vector
#

hello everybody

i am pretty new here..

something is horrible wrong with my Windows fundamentals modul 2

i cant get a single answer on task2

can somebody please help?

fickle cloak
#

HI Everyone, I'm activatedBonkers

spring hare
#

Hello everyone, im Trinity, but you can call me Jebby. Im exited to complete the path TryHackMe is giving me!

unborn wagon
unborn wagon
cinder vector
unborn wagon
granite wyvern
#

hi

tender zinc
#

Hi

unborn wagon
#

@granite wyvern @tender zinc Welcome 🙂 👋

granite wyvern
#

Hello

oak oasis
#

hello

#

i am new to tryhackme

near sage
#

Hello I am mishi nice to meet you

dark horizon
#

hi

inner sage
#

hi

burnt matrix
burnt matrix
dark horizon
shell timberBOT
#

Gave +1 Rep to @burnt matrix (current: #29 - 361)

serene grail
#

Hello :)

modest haven
#

Hi

nova fractal
#

Hello guys am new here

modest haven
#

Hey same here

#

I have been learning with tryhackme for a while tho

burnt matrix
signal kiln
#

Hi

modest haven
#

Thank you!!👊

signal kiln
#

Just joined I wish to start learning ASAP

modest haven
#

Awesome!

hybrid tundra
#

Hello 👋, I'm mohamed bakuly

quartz shell
#

hello there

modest haven
#

Hello

burnt matrix
burnt matrix
modest haven
#

I have a small query

#

Can I ask it here?

opaque lance
#

yooo

meager dragon
#

Greetings!

I'm Kazzy, I'm in college as a data technician with speciality in programming

#

I'm on my first year

#

Well, first 6 months

#

At january I'm at my 2nd year

burnt matrix
meager dragon
shell timberBOT
#

Gave +1 Rep to @burnt matrix (current: #29 - 362)

clear thunder
#

Hello everyone!! I'm a returning n3wb to TryHackMe, I am thinking of growing roots for real this time!

lusty slate
#

ehi everyone joined yesterday !

plain oyster
#

Hello, my name is Jordan, I'm a student pursuing my bachelor's degree in computer science. I want to concentrate on Cybersecurity and am interesting in Pentesting and red-teaming. I would like to learn more about vulnerabilities and how to solve them, and how networks can be compromised. I hope to learn enough to begin to earn some Cyber certifications so that along with my degree in the future, i'll be able to get a good foot in the door in the industry.

cursive sparrow
#

Hi everyone

pliant acorn
#

Hello I go by the name highway and I'm new here. Hope I'm welcomed hehehe

unborn wagon
unborn wagon
brazen oak
#

Hello, Im 4N45 looking to learn cybersec with u guys.

buoyant smelt
#

Hi all, im Chris pleasure too meet you

raw minnow
#

Hi my comrades i am here to learn cybersec and to not get viruses👍🏼

slow walrus
#

hey guys i'm new to cybersecurity and I need a roadmap i will learn cybersecurity by myself who can help me?

stable talon
#

new to tryhackme if anybody has tips and tricks on navigating thru these rooms please i am all ears.

rose dawn
#

Hi, im bufalitoblanco and i am a cyberholic

modest haven
#

And then you can pursue that

#

It could be bug bounty, red teaming

#

Forensics, incident response, etc etc...

stable talon
#

thanks

modest haven
#

No problem

stable talon
#

ive actually been leaning towards the jr pentesting

modest haven
#

That's greatt

rose dawn
#

This is probably a FAQ but im having trouble connecting to rooms, it just started a few weeks ago, wasn't a problem in the beginning

#

connecting to machines, navigating rooms is fine

modest haven
rose dawn
#

No, connecting to the VMs, I can access through remmina but this particular room requires an actual connection to the VM

modest haven
#

Ahh which room r u doing

rose dawn
#

Moniker Link

modest haven
#

So ur using ur own vm?

#

And u cant connect

rose dawn
#

well no, when i click "start machine" it always says cannot connect, so i go into the attack box in the room and access it that way usually. This room requires both lol

modest haven
#

I have ran into that problem b4

rose dawn
#

if im understading that correctly

modest haven
#

It's really aannnnoooyyyingg

#

But i just need to clarify

#

Everytime u need to start a machine it doesn't work?

#

Or just this time

rose dawn
#

thats correct, its everytime

#

ive been getting by, by accessing through the attack box and remmina

modest haven
#

Oh man😬😬

#

I'll try checking a few solutions but in the meantime u could try asking in room help

rose dawn
#

alrighty, thanks so much!

modest haven
#

For me it usually happens once or twice occasionally

#

But not everytime

modest haven
rose dawn
#

yea it used to never happen but its been pretty consistent lately, maybe i changed something inadvertantly idk

#

no worries, appreciate your time!

modest haven
hidden bobcat
#

hello?

valid shoal
#

Hii

sly rune
#

hi

signal cloak
#

HI

midnight matrix
#

Hiii, I’m new here. I’m currently working as service desk analyst, but I want to advance to cyber security. I’m a beginner. Also nice to meet you all💖

mossy cipher
#

Hello world TryFlagMe

lofty helm
#

print ("hello ethical and unethical hackers")

broken trellis
#

this is me

steel prairie
#

Hi

crystal sky
#

hi everyone

elfin sluice
#

hello!

modest haven
last drift
#

Hello Everyone’m Aditya, an aspiring cybersecurity professional with a strong interest in ethical hacking and penetration testing. I’ve been actively working on TryHackMe rooms to build my practical skills and strengthen my fundamentals. I’m here to learn more, exchange knowledge, and connect with like-minded people in this field. Looking forward to growing together with the community! 🚀🔐

modest haven
#

Yoooo nice

#

It's nice to have you here

#

I have also been learning with thm but am new here

last drift
remote delta
#

Hey everyone! I’m on the “Windows Command Line” room — Task 3 (Network Troubleshooting).

My ipconfig /all shows:
IPv4 Address: 10.201.80.2
Subnet Mask: 255.255.128.0

When I submit 255.255.128.0 in the answer box, I get:
“Your answer is incorrect. Please ensure it follows the answer format represented by underscores, check for typos, and try again.”

The prompt’s placeholder looks like XXX.XXX.X.X, which seems odd. I also tried /17 (CIDR) just in case, but no luck.

Has anyone done this recently and knows the exact format they expect? Is there a known quirk with this task? (Screenshot available if needed.)

remote delta
#

Anyone? (T_T) i want to just wrap that room asapNotLikeThis

remote delta
#

@modest haven cri Thanks a lot mate

shell timberBOT
#

Gave +1 Rep to @modest haven (current: #3094 - 1)

modest haven
#

There's a walkthrough on medium for this room

#

If u dont want to look at the answers

#

You can just tell me which question and I'll send the format

remote delta
modest haven
#

Umm I'm not sure if I'm looking at the right walkthrough is this your question for task 3 Which command can we use to look up the server’s physical address (MAC address)?

modest haven
#

Then ur answer is ipconfig/all

#

Not the subnemask

#

They are just asking for the command

remote delta
#

No you got me wrong

#

Which command can we use to look up the server’s physical address (MAC address)? is the first question in that task for that room, go to the third question which is supposed to be what is the subnet mask?

modest haven
#

Got it I'm checking rn!!

remote delta
#

i can only see placeholders as ___.___._._ where as the subnet for that question is 225.225.128.0

modest haven
#

Yep I'm looking at the room rn and it seems like it's been updated

#

All past write-ups show q3 as what's your gateway ip

#

I'm trying to find a recent answer

remote delta
#

pepehands hopefully we can get that

modest haven
#

255.255.0.0

#

this is your answer

#

@remote delta I tried the answer myself and it's correct

#

Did you try it? @remote delta

remote delta
#

What is the subnet mask?
225.225.0.0
Your answer is incorrect. Please ensure it follows the answer format represented by underscores, check for typos, and try again.

modest haven
#

U tried 225 it's 255

#

255.255.0.0

remote delta
#

Danggg!! Awesome you are right it is 255.255.0.0

modest haven
#

Yoooo lesgooo

modest haven
#

Atb for the rest of the rooms bro

remote delta
#

thanks a ton broo 🙂

modest haven
#

Don't mention it🤝

slate cypress
#

hi

modest haven
#

hi

night flint
#

hi

dusty knoll
#

hi

steady maple
#

hi everyone

dusty coral
#

One message removed from a suspended account.

split nexus
#

hi

solemn nacelle
#

Hello!

modest haven
#

Hii

stray aspen
#

hi guys

gentle ibex
#

Hi guys lovely meeting y'all, a little bit about myself. I'm a graduate of Computer Applications and I'm passionate about cybersecurity. I'm inclined towards the blue team side of things and actively looking for an entry-level SOC Analyst role in the UAE. Is there anyone here from the UAE? I've completed both the Pre-Security & Cybersecurity 101 learning paths in THM and additionally, I've completed the Google Cybersecurity Professional Certificate in Coursera as well as the Microsoft Azure (AZ-900). I'd like someone to mentor me on enhancing my skills and knowledge. Please feel free to connect with me and let's discuss some InfoSec.

cloud eagle
#

Hey there,
I’m a 37-year-old cybersecurity specialist, red team strategist, and CEO based in Europe. With years of experience in offensive security, software engineering, and infrastructure defense, I lead a private firm delivering services in penetration testing, secure system design, software development, and IT support.
Currently building my second venture—a next-gen SaaS platform—launching soon.
I’m here to connect with sharp minds, potential clients, and anyone serious about digital security, resilience, or innovation.
Open to discussions, collaborations, and new ideas. Feel free to DM.

versed kite
#

Hii

modest haven
#

Hi, it's really nice to meet you.
I'm currently doing my master diploma in cyber security and ethical hacking but I'm not that old 😅 I still need to write my boards. I have been learning with tryhackme for some time but I only joined discord a few days ago. I'm leaning more towards bug bounty hunting cause it has a lot of fields combined in it. I have always been interested in computers and am always poking around, seeing what other options are available in a software and things like that so ethical hacking is a really enjoyable thing for me. The past few days in which I have joined discord I have been able to help a lot of people and learn a lot and I look forward to continuing to do so!!

exotic gale
#

hi

burnt matrix
#

Heya, welcome! No promotion in here please. 🙂

vernal wave
#

Hi everyone! 🙋‍♂️

I’m really glad to be part of this Discord channel and the TryHackMe community. I’ve completed my Bachelor's in Computer Science and a Master’s in Cyber Security. Currently, I’m working as a Technical Specialist/System Manager.

Right now, I’m working through the TryHackMe SOC Analyst Level 1 path, as I’m planning to pursue a career in that direction. I’m also in the early stages of building my own IT services venture, which I’m really excited about!

Outside of tech and learning, I enjoy sports like chess, Topgolf, table tennis, and cricket. I’m also into grooming and shopping, traveling, and always maintaining a growth mindset. I'm looking forward to connecting with like-minded people so we can learn, grow, and succeed together!

rose shore
#

Hi everyone,

#

I'm french and i want to train myself in cybersecurity but i don't how to start
Someone had some lessons or some advice to help me ?
Sorry for my bad english i try to speak without traductor or something like that !

modest haven
#

U could start with a few basic tryhackme rooms

#

And after that you will know what your interested in

#

For example it could be red teaming, forensics, blue teaming, pen testing etc etc

#

And once you figure that out u can start a learning path, module, or room related to ur interet

#

@rose shore cyber security is really and I mean reallllyyy vast u just need to find ur interest

topaz mulch
#

This is exciting my journey has just begun. I think its going to start with either a Mint or CashyOS with a VM running Kali. Anyone similar?

shrewd wharf
#

hi everyone

grand mantle
#

Hii, I hope you all have a great day !!

dull gale
#

hi

pseudo onyx
#

Hello, I'm Yusuf. I joined your community because I believe it's the right time to build a career in cybersecurity, and I'm here at the right time. Although the right time was yesterday, I'm still not completely lost, right?

brittle stone
#

hi

rustic matrix
#

Hello everyone!

north harness
#

hey everyone!

burnt crystal
#

Hey everybody! 🙂

burnt matrix
burnt matrix
#

👋🏼

burnt crystal
shell timberBOT
#

Gave +1 Rep to @burnt matrix (current: #29 - 366)

jolly scroll
#

hello

unborn wagon
normal pagoda
#

Hi everyone

unborn wagon
nova drum
#

hi everyone

high surge
#

Hello

unborn wagon
#

@nova drum @high surge Welcome 😄 👋 thm

cinder jewel
#

Hi y'all!

languid horizon
stable stone
#

Am I alone here?

tender palm
#

Hello!

wild dragon
amber moat
#

hello

vague lark
#

yooo

cedar cairn
#

👋 Hi everyone, I’m AdexnanoSec, a certified cybersecurity professional (Cisco Networking Academy).
I specialize in penetration testing, vulnerability assessment, and website/network security.

I enjoy helping people understand security risks and how to fix them, and I’m always looking to connect with others who are interested in cybersecurity. 🚀

Looking forward to learning, sharing knowledge, and collaborating with this community

twin marlin
#

I’m Pre, 17, and I’ve been passionate about hacking for about 3 years now. Red teaming never fails to fascinate me. Whether it’s fuzzing, xxe injection, or privilege escalation, I love it all.

The only thing that’s been missing is having someone my age to learn with. That’s why I’m posting here: if you’re around my age and share the same enthusiasm for hacking, please, feel free to DM me 🙂

Skill level doesn’t matter, I’d be glad to help if you’re just starting out, and I’d love to learn alongside anyone who’s just as curious. At the end of the day, I just want someone to grow and hack with 😄

cedar cairn
#

Thanks for the warm welcome, everyone 🙌. Out of curiosity, what areas of cybersecurity are you all most interested in? Pen-testing, blue teaming, bug bounty, or something else?

spice snow
#

Hello

empty isle
#

Hello

burnt matrix
#

No advertising in here please.

sacred gazelle
#

hello

shadow vapor
#

Hello guys

burnt matrix
shadow vapor
#

Yesss

empty jungle
#

Hey there

vernal wave
#

hello
Im 18yrs 15 days Can wish me expired birthday 🐤

I've been passionate about hacking for couple of month and start learning it for almost 2months
Done with 2nd semester of computer sciences at UNI
And strong aim to go ahead in Offensive security

Always love to dive deep in systems and enjoyin' studies
Always love to connect the buddy with the same energy and mindset👀
Feel free to dm me to learn together or just grow with
Stay tuned

harsh pier
#

happy birthday

blazing lynx
#

Happy bday

queen veldt
#

Hello! I'm new to the cyber security world. Looking to transition to a career that allows me to have more flexibility to spend time with my family, enjoy my hobbies and make more money. I have absolutely no experience. Currently studying for CompTIA Sec+ and working on the learning paths through TryHackMe. Would like to get into pentesting and/or red teaming.

vernal wave
shell timberBOT
#

Gave +1 Rep to @harsh pier (current: #3100 - 1)

vernal wave
wet kernel
#

Hi everyone.

pallid inlet
#

hi

finite forge
#

Hello All

unborn wagon
unborn wagon
#

@wet kernel @pallid inlet @finite forge Welcome guys 👋

blazing lynx
#

Hello

mild shell
#

Hello world, I am MRX (a newcomers) I want to join in your team

modest haven
#

yoo sup!

#

welcome

#

i have been learning hacking for a while but im new to discord to

wanton galleon
#

Hello I'm a newcomer who just started learning

sinful grove
#

Hello guys,

upbeat wolf
#

hiiii

modest haven
#

hey guys

untold turtle
#

Hello

wintry rock
#

hello

slim topaz
#

Hi

errant raven
#

Hi I am a noob who has some knowledge here to learn and talk with like minded people

#

Really looking to get into physical pentesting as well as social engineering with ethical hacking knowledge of course

uncut fern
#

helo

slender trout
#

bonjour all, im studying cybersecurity and just found out there was a discord

meager nexus
#

hello

burnt matrix
still osprey
#

hi

burnt matrix
night moat
#

Anyone wanna become my mentor in my hacking journey?

wild compass
#

Hello!

burnt matrix
tepid yew
#

Welcome

south relic
#

Hello

dusky mica
#

hey guys im 19 and im studying a Cybersecurity course in my school. I didnt really take my education seriously and my gpa isn't the best however recently ive realised that I have some serious passion for what I am studying and now I dont really know where to start I was hoping you guys can give me some direction of what I should do to start

#

I just found out there was an intro section

vast mantle
#

Hola, I have very little knowledge, but I would like to learn everything I can about cybersecurity. Pleasure

snow sun
#

Hi

fleet quest
#

halow

slim ivy
#

o/

burnt matrix
ancient moss
#

Hello, I'm a business major and I am breaking into a career in IT and cybersecurity. I joined this discord to stay motivated in my learning lol.

fast shore
#

Wanted to create huge impact!, just begin with THM. I'm neelaganesh👍

ornate marsh
#

Hello guys ( new comer)

quasi olive
lethal lagoon
#

Hello! I just joined tryhackme after wanting to try my hand at cybersecurity for a career change. Completely new to it and really enjoying learning so far. Hoping to meet cool people and hopefully some where I'm from 🙂 🇨🇦

timid lake
#

hi

hushed hatch
#

Hello, I am Emike, I am medical doctor trying to break into cybersecurity to combine both in protecting healthcare data.

earnest harbor
#

Hello Guys, I am Ateeb Ahmed Khan. New to this commite and just getting into cyber security. Would love to connect with you all. Let's learn and grow together.

flat pollen
#

hello everyone, me ek bohot achhi ladki hoon thank you

white siren
#

hey everyone I'm Nul0 and I've joined yesterday, completed about 5 rooms, and it's awesome to be a member of the tryhackme community.

modest haven
#

supp everybody

#

i kinda just wanted to know when the im new here say hi logo will be gone

#

😅 😅

narrow radish
#

hello everyone, I'm Abhilash, new to community but doing thm since 3 months

frail grail
#

Hi guys ^_^ I'm new to the cybersecurity and THM but I can already tell it's gonna be a fantastic journey. I'm experienced frontend dev, dipping my toes in a new area. 😄

frail grail
storm hill
#

Heyo peeps. Keen to be part of the community

vital widget
#

hii, everyone

vague plover
#

ز

#

hi

empty crag
#

Hola Everyone. Please to meet you.

winter sparrow
#

Hi Everyone, it's nice to be here.

vocal tusk
#

hey there

wild delta
#

Hello everyone! Incident Response Engineer. looking to learn more and maybe even start a YouTube channel doing forensic CTFs.

stray oasis
#

Hey There

unborn wagon
unborn wagon
vernal wave
#

hi 🙁

solemn axle
vernal wave
solemn axle
#

Could i dm?

vernal wave
solemn axle
#

Okay😞

opaque cliff
#

Hello everyone, i'm new here 👋 I'm currently preparing the PT1 that I planned to pass in a few week 🙂

chilly trail
#

hello!! im another newbie here, im just getting ahead before i start my cyber ops major in january! 😄 nice to meet ya'll!

#

ive been interested in this field for about 14 years i wanna say (yes at 4 years old i was already messing with command prompt and playing with avast on windows vista/7) and now im just geeking out on thm getting prepared for the field :p thinking of leaning towards army/army civilian to higher up in the DoD career wise ^^ more than 80 percent done with pre-sec and will do cyber security 101, play around with rooms and use the chart to figure out where i am really leaning towards. 🙂

chilly trail
# dusky mica hey guys im 19 and im studying a Cybersecurity course in my school. I didnt real...

this is great!! im not too much younger than you then, maybe i can be of some help. my best suggestion is to try out the intro parts! look at the learning path, finish up pre-sec and cyber 101, or just do what you can for free. if youre loving it, try out a month of the subscription and get both of those certificates. i think as long as you have those down and really research the jobs and careers you can build for yourself (which thm has the room "careers in cyber" it will really help you in the mean time 🙂

#

i hope this helps you!! :> have a nice night/day 😄

fiery urchin
#

Hi, my name is Sush, as displayed on your screen. I'm new to this field and have a certification from IBM, but I lack practical experience. That's why I'm here to learn more, and I would greatly appreciate your support. Also, in our terminology, we refer to it as "zero trust."

lone ice
#

Hello my name is Manuel, i wish to learn and improve

lone lichen
#

Greetings all! I’m Havoc, based in New Zealand.
I’m here to connect with mentors, peers on similar learning paths, and people who share my values. I’m starting with OSINT and plan to follow a cybersecurity learning path—unless mentors suggest a better direction.
My goal is to use these skills for humanitarian causes I care deeply about, such as countering human trafficking and promoting child safety. If you’re already working in this space, I’d be grateful for any advice on the best pathways to follow.
I can dedicate around 16 hours a week to learning. Once I’ve built up my skills, I’m committed to giving back by mentoring others.
If you’re on the same path and want to collaborate—or if you’re experienced, share my values and want to clone yourself in me to amplify your impact—hit me up!

supple sandal
#

wind kraken
#

Hello

#

I'm newbie here

slender kindle
#

hello

glass rover
#

Hi, been here for a while but just starting to interact with it, I'm currently starting as a SOC analyst, anyone knows where can I share some wierd stuff I've been founding? maybe someone else has seen the same suspicious behaviour

round roost
#

Yo

brave wraith
#

Helloooo

modern fog
#

Hello I am mitch, I am looking to transition from a teacher into the cybersecurity industry. I would ideally like to get into IR.

hybrid peak
#

Hii,
Manan this side. I'm a grad student in SUNY Binghamton

deep jungle
#

hi

jade musk
#

A

vernal wave
#

I

rain mica
#

h

stiff jay
#

h

indigo crag
#

wassup guys

#

h

normal bay
#

Hi

slim solar
#

Hi

languid sluice
#

H

pulsar rock
#

Hello everyone

proper plinth
#

a

formal spear
#

beginner

cedar meteor
#

Hello

wide badger
#

Hello!! I'm Moustafa but you can call me wakwak from egypt

unborn wagon
grave haven
#

hi

sullen chasm
#

hi

fathom hare
#

yo yo yo wasup

sinful needle
#

hi

subtle cape
#

hello guys ,happy hacking

burnt matrix
burnt matrix
slim cairn
#

Hlo My Name Is Prabhjot Singh

soft temple
#

Good day everyone here.

#

Am Mike

#

So I just got started with try hack me.

#

Am still on offensive security intro

mortal night
#

Hello

cobalt merlin
#

Hey folks 👋, I’m new here! Just got started with cybersecurity and I’m diving into Security Analysis as my niche. Super excited to learn and vibe with you all!

wide dock
#

" Hi, I am Momina. I am a beginner in sybersecurity and just started learning on Try Hack Me. I am really interested in ethical hacking and want to build my skills step by step . Excited to be here and learn from this comunity!"

next zealot
#

Hi, I am Vinayak and have 11+ years of experience in Cyber Security. I am here to learn more and really excited to be part of the community

novel orbit
#

Good evening hackers :)))

#

Does anyone play PUBG or DayZ ? 🙂

mystic shoal
#

hello folks

thorn lava
#

Hi am Samuel just starting using tryhackme

burnt matrix
thorn lava
#

Thank you

lunar crest
#

Hello Everyone. I just joined TryHackMe. I have a background as developer with ERP systems but always wanted to get into the field and now is the time to get started.

grim shell
#

Hello Everyone. I just joined TryHackMe.

slate heart
#

Helloe Everyone

ocean spindle
#

hello people hope you all doing great

fading grotto
#

Hi yall

dark prism
#

hey guys , I just joined try hack me . i am beginner in this field, lets grow together ....

dark prism
umbral granite
#

Hey guys, happy to be join you in TryHackMe community.

lapis rapids
#

Hi team

fleet yarrow
#

Hello!

covert mauve
#

Hello

tardy pond
#

Hola

quaint spoke
#

nvm I found out why

charred bone
#

hello

latent aurora
#

Hola

#

I've enjoyed coding for a couple years and am now trying my hand at cybersecurity :) I am a student.

thin moon
#

yoo

unborn wagon
unborn wagon
thin moon
#

how i link my account again

slim pilot
#

Hi I'm UndiedP I'm just cyber trainee

#

Hello

#

Hello I'm UndiedP. I'm just cyber trainee Who wanna learn soc and ethical hacking path wanna try ans try more pls verify me I wanna practice and hard work hard work lorem problem prompram hello world verify me I'm a person not abot verify plz.

grand smelt
#

Hello I'm Rosie . I want to learn something new from this server, I'm Just a beginner here.

heady lotus
#

Hi! I'm Sapph, I hope to learn how new skills and methods 🙏

fickle gyro
#

im Charles a computer science student

robust zodiac
#

hello world! me just a newbie in field of CyberSecurity and wanna learn it so that primarilyi can secure a good job

mystic shoal
#

what have u done till now any course ??

sick crescent
#

Hello ppl !! I'm Jev, I'm new to this server as well.. and I'm interested learning about offensive security.. and I'm a beginner and new here.. I'm so passionate abt this field !! Just wanted to give intro Abt myself fam! ❤️😊

lusty cosmos
grand smelt
unborn glacier
#

Hello everyone I am new on discord.. I am a Cyber Security student with strong profile on TryHackMe (top 2%) .. here i am to seek guidance for practical business / earning opportunities in tech specifically in cybersecurity, as well as to engage informally with my fellow students on TryHackMe.. please feel free to dm me to engage..

elfin comet
worldly fern
#

Hey everyone! I am new on discord and on this server too! I am a 2nd year student persuing cysec degree and as a newbie I just want some guidance and clear vision about whats going on Cybersecurity! I am also planning to start my first project but don't know where to start from..Cheers 😀

elfin comet
sudden crane
#

Hey everyone! I am new on discord and on this server too! I am a 2nd year student persuing cysec degree and as a newbie I just want some guidance and clear vision about whats going on Cybersecurity! I am also planning to start my first project but don't know where to start from..

jaunty hound
#

Hi, I’m Abdulrahman. I’m a student studying cybersecurity for 5 years and also a content creator on Telegram. I’m part of Malware Team.

sudden crane
#

Thanks

mystic shoal
grand smelt
#

I'm just Little bit good in dsa

#

@mystic shoal but I want to learn Cyber security tooo

mystic shoal
#

Cs?

grand smelt
#

@mystic shoal yesss

mystic shoal
#

Follow what you enjoy and good at

grand smelt
mystic shoal
#

That's cool

#

So where are starting cyber security from

#

I mean which courses

grand smelt
thin heron
#

Good Morning Everyone, I am new to Try Hack Me. Been working on the content for a few days now and almost done with the Pre Security section. Hope you are all doing well.

bold python
#

hello

earnest swift
#

Hello

simple talon
#

Hello

graceful hearth
#

hi

surreal bronze
#

hi

glass breach
#

Hi

grave grotto
#

Hi everyone. I'm planning to start studying information security. It's a really interesting thing to do.

clever tulip
#

hi

unkempt turret
#

Hey there,
I’m a 37-year-old cybersecurity specialist, red team strategist, and CEO based in Europe. With years of experience in offensive security, software engineering, and infrastructure defense, I lead a private firm delivering services in penetration testing, secure system design, software development, and IT support.
Currently building my second venture—a next-gen SaaS platform—launching soon.
I’m here to connect with sharp minds, potential clients, and anyone serious about digital security, resilience, or innovation.
Open to discussions, collaborations, and new ideas. Feel free to DM.

tame lintel
#

Hey everyone, I'm 22 years old I just joined TryHackMe and I’m super excited to start this journey. I’m a beginner, but really eager to learn and connect with you all let’s grow together!

modern ferry
#

Hi I'm grey

burnt matrix
agile gale
glass breach
#

Hello

unborn wagon
#

Please don't advertise 🙂 #rules

unborn wagon
tulip elk
#

hello

red rose
#

Hello everyone im new here started doing Tryhackme few weeks ago i came to this space to network and connect with people who do this and have a passion for it.

vernal wave
#

.

glacial sparrow
#

Hello everyone I'm new to this gc I'm here to make my passion a reality I really wanna be an ethical hacker or something like it and do it with the people who have passion for this

unborn wagon
#

@tulip elk @red rose @glacial sparrow Welcome to community 🙂

wild hare
#

Hey, im not new to Cyber but new to THM. I work in Digital Forensics and aiming to specialise in Depth Analysis / Malware Analysis

orchid crystal
#

Hello everyone and I'm new to this GC

glacial sparrow
#

How can I start in this field

minor trout
unique atlas
#

hi iam new here

random night
#

hello all, I am new here and have been doing tryhackme for a few days now.

muted sun
#

hi

random night
#

👋

fluid talon
#

👋🏽

vernal wave
#

heyyaaaaa

vernal wave
coarse sluice
#

Hi, I'm 22 year old and I want to learn some cybersecurity tools

ionic jolt
#

Hi everyone coolguy

hard light
#

O genki desu ka minna ! new on the page, looking forward to to be a cybersec element. looking forward learning, and advice for my path. Best of luck to everyone. Français de base, au plaisr de se croiser autour d'une ligne de code 😉

daring hill
#

Hello

bleak oracle
#

Hello

idle summit
#

Hi everyone

main crane
#

Hello all, studying for my Pentest+ and just landed a job with an MSP and diving into this new career!

topaz river
#

Greetings, fellow travelers! I am here to learn, explore, solve puzzles, and support the community 👏👏👏

random furnace
#

👋

burnt matrix
onyx glenBOT
lilac jetty
shell timberBOT
#

Gave +1 Rep to @burnt matrix (current: #29 - 373)

fleet raven
thick spruce
#

Hello, My name is Zim and I'm gonna be hokage 🔥

celest quest
restive silo
#

Hello I’m Shane. I’ve been on THM for several months

finite forge
#

@restive silo 👋

unborn wagon
unborn wagon
sudden field
#

👋… hello everyone, it’s great to be here. I’m TJ. Can’t wait to have an awesome experience here

meager sage
#

Hi Everyone I'm Ace. Working at IT Distribution Channel focus on Cybersecurity products

pine dust
#

Hello everyone,
I'm new here and how and where do I start

vernal wave
#

hello everyone i am ali

lost vine
#

Hey everyone! Its been a while since ive joined this server but I'm not really active here. The reason why i joined this server was to get some guidance, how to land an internship in this field(as I've heard and experienced aswell that the entry level roles are a tight competition). I have completed some learning paths like jr penetration tester, red teaming, web fundamentals, etc but I have no professional certifications as of now. I would love to learn or hear your experiences, thanks : )

summer charm
lost vine
#

Okay, thanks!

shell parcel
#

Hello All

empty sparrow
#

afternoon all

exotic nacelle
#

Hi all

gaunt sonnet
#

HI

unreal pecan
#

👋🏽

grave vapor
#

hi

limber otter
#

Hello everyone, you can call me Dash. I have a passion for ethical hacking, but I’m a beginner and really need your assistance. I’m eager to learn! 🫡

tulip bridge
#

hi:D guys looking for a study partner im new here

tiny path
cerulean arrow
#

Hi guys, I know a lot about some things and not a lot about others, send me a message or friend request if you want to teach / learn from me, I'm friendly and respectful.

narrow knoll
#

Yo Yo 🪀

sacred cliff
#

Holaa 😙

mild sinew
#

Hi, I'm a novice looking to learn Cybersecurity and ethical hacking, I've taken a Cyber Forensics class at my Highschool but other than that I'm a noob.

digital relic
#

Hello

desert jacinth
#

hello

wraith edge
#

Hello, Im new to the server but how do i verify my account??

keen field
#

Hello

autumn musk
#

I am victor and I have a strong passion for security. * have done loads of things and educational activities and now I am here hoping to dive into the soc field and continue learning

low herald
#

Hello I have passion to join this group

rustic karma
#

hey i`m anwar madiyar CEH

solemn axle
open pebble
#

Cybersecurity specialist skilled in hacking, data recovery, and gaming security. Focused on protecting systems and optimizing performance.

crimson rock
#

I am El Pacific, IT Network Security Specialist, I am here to learn pen test

supple ore
#

Hi I am X3non. I am learning cybersecurity from scratch.

long raft
#

Hi I am RengarZz, i am bere for learning cybersecurity

burnt matrix