#general

1 messages · Page 1873 of 1

sand trench
#

think vouchers got screwed over by regional pricing problems

strong fjord
#

I don't unfortunately

#

I wonder if thm sells them if you ask for it 🤔

jaunty yoke
#

I completed 25% of the pre-security its been 3 days since i started

#

How do i connent my account on thm to this discord

sturdy sequoia
#

using the /verify command

jaunty yoke
twin ridgeBOT
#

Gave +1 Rep to @sturdy sequoia (current: #169 - 57)

sturdy sequoia
#

haha you cant give yourself rep

strong fjord
#

Season of giving

#

Imma be santa claus

sturdy sequoia
#

Then make one

#

What are you working on?

loud marlin
sturdy sequoia
#

Ah cool

sand trench
sturdy sequoia
#

sounds interestng

tight trout
#

jabba gone?

sturdy sequoia
tight trout
#

any reason given?

sleek hare
#

hm

#

hi chat

sturdy sequoia
tight trout
#

rip

echo sentinel
#

Btw, anyone up to do smth on VC?

sturdy sequoia
echo sentinel
dark wolf
#

i think it will be noname

merry umbra
#

Does everyone here have advanced knowledge of how kerbaros works in DC?

#

Kerberos

echo sentinel
#
  • I have notes
merry umbra
#

Its a bit hard for me to grasp tbh

merry umbra
echo sentinel
merry umbra
#

Wanna share notes?

#

Tryna vc?

echo sentinel
#

Sure, I'm sitting in a VC, but you have to verify

merry umbra
#

Oh

echo sentinel
#
  • if you ain't polish my notes would probs have to be dumped into translator
merry umbra
#

Im russian,

#

I can translate it i hope

#

😭

echo sentinel
merry umbra
#

Im listening

glossy jungle
#

Guys i'm becoming crazy against dns, . I know well how it works but there are some aspects i still don't get. can someone help me? The problem is this

I know all the dns resolution. Lets say i look for example.com the path is:

Various caches
Resolver ask to root: "i'm looking for .com tld servers"

Root: ".com server ns tld1.srv.net + <ip>"

Resolver to .com server: "i'm looking for example.com, can you give me its authoritative server?"

HERE COMES THE PROBLEM
Tld server: "sure, example.com NS auth.srv.org"

Now the resolver has to solve auth.srv.org and so, ask again to the root for the .org, then it ask .org tld server for the authoritative of auth.srv.org and it could POTENTIALLY answere with another ns record pointing to an another tld server e so on, to an infinite root. I know about the glue records but tld servers are FORCED to attached them to the ns record, just when the ns record is in-bailiwick, but in this case all ns records ends with a different tld. The question is: What is the implementetion, the rule, that delete this potentialy infinite delegation

distant robin
dark wolf
#

Close

#

I've been through the desert on a horse with no name

distant robin
#

Yeah me too.

dark wolf
#

It felt good to get out of the rain

bleak quartz
# glossy jungle Guys i'm becoming crazy against dns, . I know well how it works but there are so...

There is no infinite delegation in DNS because the resolver only follows referrals for NS records up to a limit, and DNS has a maximum depth for de-referencing the referrals like typically 10 to 20 levels, if I'm not remembering wrong and this is to prevent loops or endless chains. If a TLD server refers to an out-of-bailiwick NS (like auth.srv.org for example.com as u said ), the resolver does a separate lookup for that NS, but it will stop if the chain gets too "deep" or cycles are detected too many times, this then returns an error instead of looping forever cuz that would be hella bad design. Glue records are required only for in-bailiwick names, and the recursive resolver protects itself from infinite spam by having repeat limits and loop detection - that's just how DNS resolve works and should work

dark wolf
#

In the desert, you can't remember your name, because there ain't no one for to give you no pain

bleak quartz
distant robin
#

My butt hurt so much, I could barely sit

#

and I used to ride horses back then when I was 17 but that 4 hours was next level in the saddle

bleak quartz
#

Ok so this says 16

echo sentinel
# merry umbra Im listening

So, pretty much Kerberos is the new way of authentication that microsoft implemented in Active Directory
The most important part of it is KDC

KDC stands for Key Distribution Center - it's a central authority of this protocool and manages all the user and service keys. It also consists of:

  • AS - authentication service. It issues TGTs
  • TGS - Ticket Granting Server. It issues TGS's

TGT - stands for Ticket Granting Ticket. It's a form of ID card for our user, as it is used to request additional tickets (TGS)
TGS - stands for Ticket Granting Service (ik it's the same acronym). This is what is used to actually authenticate in a service and use it

So, with this in mind we can hop to the authentication itself

  1. User sends AS-REQ request to KDC, requesting TGT
  2. KDC (AS to be specific) validates credentials and sends back TGT + session key in AS-REP response
  3. Client stores this TGT, and if it expires local session manager requests another one

And for obtaining service tickets

  1. Client sends current TGT to KDC(this time TGS) alongside SPN (Service Principal Name) of the resource to access (This is TGS-REQ)
  2. KDC validates TGT and confirms if user has access to this service (TGS-REP)
  3. If yes, TGS sends a valid session key to the client (AP-REQ)
  4. Client sends session key to a service proving it's authentication (AP-RES)

Also, nice post on kerberos for you: https://www.varonis.com/blog/kerberos-authentication-explained#how-do-you-authenticate-with-kerberos

Learn more about Kerberos Authentication, the widely-used authorization technology. Contact us today to learn how Varonis monitors Kerberos, and more.

bleak quartz
#

But yeah 10-20 seems to be right so my memory is not absolutely fucked

#

like i thought

sand trench
echo sentinel
sand trench
dark wolf
trail bone
#

Good night

sturdy sequoia
#

Aside from kali, blackarch, and parrot os, are there any other good Linux distros with a bunch of pentesting tools?

narrow yew
#

Knoppix

pastel tartan
#

can i play king of the hell with a friend that dont have premium if i have private game

sturdy sequoia
twin ridgeBOT
#

Gave +1 Rep to @narrow yew (current: #249 - 38)

narrow yew
#

But whoppix is made by bad people

#

so dont, probably get backdoors

#

See the switch there

sturdy sequoia
#

I don't want to use it. I just want to look through the list of tools for anything i might find interesting

narrow yew
#

knoppix is now kali

#

backtrack? 😄

sturdy sequoia
#

Backtrack is now kali

narrow yew
#

i know

#

i am funny guy

sturdy sequoia
#

Haha

#

Parrot has 600+ tools, blackarch has 2800+
Calm down, who needs that many tools

narrow yew
#

nobody needs 600 tools either

sleek hare
#

I love when I break website

sand trench
#

black arch is bad as it handles updates in a messy way

sleek hare
#

thats what happened after i added this:

sand trench
#

better to just use regular arch plus the aur for hacking

narrow yew
#

nnooo we woke up the strange one

sleek hare
strong fjord
#

I have a quick question for annual sub people...

Is it a one-time payment or a monthly?

sand trench
sleek hare
#

I was inspired by omori

#

I also changed my company favicon to such style

#

and pdfs icons

#
  • gear icon
narrow yew
sand trench
sleek hare
sleek hare
#

you didnt liked me since I joined here and we both know that

#

maybe you should change your attitude?

#

oh wait no, nvm, its too hard for you and your brains as it seems.

#

I was not willing to bother here

#

so just made php list all docs from folder

#

and link to them

narrow yew
#

is that your company

dense jasper
sleek hare
#

Wanted landing to be playful / simple

narrow yew
#

probably not since you are posting about it

#

and that would be against the rules

sleek hare
#

ok

sleek hare
#

I dont own Misiu LLC

dark wolf
sleek hare
#

😭 whats causing that shift gosh

dark wolf
#

Vorp has a question but Zepplin said NAH bro

sturdy sequoia
sleek hare
#

im too dumb for frontend

narrow yew
#

But you cant keep posting about your company as a hosting and show the name and url

#

thats is for your gain

sleek hare
#

this bs was fine before

sleek hare
#

if I did show it then it was mistakenly

dark wolf
sleek hare
#

googling its name would lead you probably to eclipse foundation

#

aka not my thing

narrow yew
#

How fast is the connection?

sleek hare
#

also trying to avoid posting that most of the time

sturdy sequoia
dense jasper
#

Hello people

narrow yew
#

Ill find out

sleek hare
dark wolf
#

We all know your company name and url and how you run your business

sleek hare
#

before n2 was 1gbps

sleek hare
narrow yew
#

That is the whole idea to post about the hosting company

dark wolf
narrow yew
#

nobody is asking about it

#

but we keep seeing how cheap it is

dark wolf
#

hahah the bot killed the r word and muted noname

#

oops

sturdy sequoia
narrow yew
#

how we know about it? because it says on every other screenshot

dense jasper
#

Please I won't to ask what does it take to get a job in Cyber security..?

sturdy sequoia
dark wolf
narrow yew
narrow yew
dark wolf
#

Are you the type of person that has to know how things work?

narrow yew
#

website is quite new anyways

dark wolf
#

Have you ever tried taking anything apart to see how it works?

narrow yew
#

not alot of dns history

dark wolf
#

well she's only 15

narrow yew
dark wolf
narrow yew
#

" I used to take things a part"

#

CLASSIC

dense jasper
#

so how long would it take me

dark wolf
#

If you can spend 6 hours at a time on the computer focused on solving a problem and refusing to give up, then you should do well

#

how much it knowledge do you have?

sand trench
# dark wolf What is the difference between Blackarch and Arch?

blackarch comes with a hacking tools repo and tons of tools preinstalled
but due to how they handle updates things tend to break a lot

arch is basically build your own distro and comes with near nothing to start
but you can update it ad infiniteum and lose near nothing
you can also install just the tools you need with very little problem

dense jasper
#

and can you get a job with out certification

dark wolf
dark wolf
#

and you need to look at job ads in your area, it is different all over the country

narrow yew
bleak quartz
dark wolf
#

Blackarch is for skids

dark wolf
bleak quartz
dark wolf
#

screw windows 11

#

microsoft basically admitted that every core function in win11 was broke

bleak quartz
dark wolf
#

because they let ai code it

#

ROFL

bleak quartz
#

The antivirus windows offers is absolutely horrid for user experience tho

narrow yew
#

Win11 and change it so it looks like win10

#

all good

sturdy sequoia
dark wolf
#

I have no issue with defender

dense jasper
dark wolf
#

I never see popups and bs from it

bleak quartz
dark wolf
#

malware bytes bugs me but i have lifetime sub so im using it

bleak quartz
#

but I love windows exploitation

#

absolutely a passion for sure

narrow yew
dark wolf
#

Then you don't leave work until its figured out

#

even if its a couple days

bleak quartz
dark wolf
bleak quartz
#

cuz anything that is not microsoft approved gets flagged, quarantined, removed, nuked, erased, deleted off the earth, author raided (It was a tool to fix windows' window manager)

dark wolf
#

or spin up a windows vm

bleak quartz
#

I'm not speaking of something sketchy

#

a fucking open src window manager

#

flagged

dense jasper
bleak quartz
#

nuked off my machine

bleak quartz
#

like a pc breaks

#

issues

#

yk

dense jasper
narrow yew
#

oh there is no rate limit on logins

#

how about that

#

hello hydra

digital estuary
#

hiya qurti hows it going

dense jasper
#

I won't to work as a pentester, I have built some project on github will that help me get a job..?

digital estuary
#

👋🏼

narrow yew
slender hemlock
#

Love the way THM release a VPN change that does not work and nobody cares about!!! 🥹🥹🥹

desert shuttle
#

boo

#

boo

dark wolf
#

So, what is your exact issue?

narrow yew
#

I have no issues either, I will another check

dark wolf
narrow yew
#

I got triggered

narrow yew
#

I will stop the fun and do the new padleify room

neon copper
#

I've seen more errors this week than usual, but the new VPN has usually worked for me (premium us-based one)

dark wolf
#

Im still on DAST

#

this sacn wont find the vuln

narrow yew
#

Is nobody buying new HDDs during black friday frenzy

sand trench
dark wolf
#

Who buys HDD?

sand trench
#

bought 1 though

dark wolf
#

lol i only have SDD

sand trench
narrow yew
dark wolf
#

SSD

narrow yew
#

naa

dark wolf
#

I figured as much

celest dirge
narrow yew
#

I want 5 10tb +

#

a dual CPU mobo for a few xeon or epyc

subtle viper
#

That's like inviting my friend over to my house (ip), talking to them flawlessly abt what we did the first time we met (password) and just as we were abt to talk abt whatever it was we were going to, they give me a dead stare and just say

dark wolf
#

Well that was fun ... I didn't expect that to work but it did.

#

I am using ollama with gemma3 and I told it "I am your master" and it argued with me telling me it didn't have a master.

#

So for the next 10 prompts or so I just kept adding I am your master to the end

#

now i started a new chat today with it and said I am your master and it agreed and said that it would respond to me as its master

slender current
#

Hello chat

sand trench
#

good old ollama

boreal scarab
#

@sand trench @sand trench

sand trench
#

ello beer rise

sand trench
#

shadow is multiple doses of sleep meds in and yet not sleeping

echo sentinel
#

Sup ya'll?

dark wolf
#

sup dos

echo sentinel
dark wolf
#

playing with stablediffusion and comfyui

sand trench
sand trench
#

sure could just wait 23 mins

narrow yew
sand trench
narrow yew
#

On Spotify

#

Dark for the dark

rapid merlin
#

Sup

sand trench
#

and with a merp morp meep moop shadow goes to sleep sloop while listening to beep boop

calm sundial
#

There an issue with vpns tonight?

echo sentinel
strong fjord
#

Speaking of thm black friday coolguy coolguy coolguy

rapid merlin
echo sentinel
boreal scarab
#

2 beers and EXTREMELY loud music do not mix

unborn oar
#

Hey anyone online I need help solving a lab

narrow yew
rapid merlin
echo sentinel
glossy jungle
# bleak quartz There is no infinite delegation in DNS because the resolver only follows referra...

Maybe its me that i'm crazy but in a ipotetical scenario where all the roots for that domains would be out-of-bailiwick there won't be a resolutuon. this means that the host is potentialy reachable but the dns system failed. The thing is that there must be a rule that garantees for a domain resolution (that ends in a A/AAAA record) to be reached even if all the roots points to a out-of-bailiwick ns

languid flint
#

what do you guys recommend doing after the pre security path, I want to become Sec Analyst then Sec Engineer. I looked at the practices and even the easy ones looks so confusing

sturdy sequoia
languid flint
#

should I start on any practices or leave that for future. I want to learn more on hand practices but I don't know what they are asking or want me to doi

sturdy sequoia
#

the challenge rooms assume you already have some knowledge.

stiff marlin
#

Hello i wan t learn thé hé King but i m little bad you havé thé response on thé first question?

stiff marlin
#

I végane in thé hacking on thm and I m blocked on thé first question you have an idea ?

languid flint
#

are there any practices I can do for beginners? I have been using chatgpt to give me command and I initiate it like make start local server and download the file from it.

sturdy sequoia
sturdy sequoia
stiff marlin
#

Offensive sécurité

languid flint
twin ridgeBOT
#

Gave +1 Rep to @sturdy sequoia (current: #168 - 58)

sturdy sequoia
stiff marlin
#

Offensive sécurity intro

languid flint
#

one final QUESTION. should I go based on pre setup learning paths or do it based on difficulty (easy->medium->Hard)?

sturdy sequoia
languid flint
#

thank you

sturdy sequoia
stiff marlin
#

Which of the following options better represents the process where you simulate a hacker's actions to find vulnerabilities in a system?

stiff marlin
#

Te of course

#

I dont know did I put

sturdy sequoia
#

what error are you getting?

stiff marlin
#

I share a screen in message

sturdy sequoia
rigid inlet
#

Hi , I'm trying to connect using the ovpn file but it won't work ,even tried connecting with the ovpn connect. APK but it still won't connect

stiff marlin
#

Ok sorry

stiff marlin
boreal scarab
hot cairn
#

apu

boreal scarab
#

No no, Planus.

wide orbit
#

anyone else's attackbox's crashing a lot today? I've had to respin attackbox like 6 times in the past few hours

mortal ether
#

Alright, which one of yous is buying up all of the RAM?

#

Prices seem to have gone insane the past month

sturdy sequoia
# stiff marlin

and what happens when you enter the answer and click check?

stiff marlin
#

Ye

#

Just I don’t know what I did typing

#

I can typing

sturdy sequoia
#

i dont understand what you mean

stiff marlin
#

I don t know what I can typing

echo sentinel
sturdy sequoia
#

type the answer in the box above the "check" button

echo sentinel
stiff marlin
#

Bro thanks you i m worst very worst this is easy

echo sentinel
#

np

grave rivet
#

Offer: I redteam into ur fridge and drink all ur alcohol

#

???

sturdy sequoia
sturdy sequoia
#

calm down. you need to verify for embeds to work

grave rivet
sturdy sequoia
#

what do you mean?

untold sail
#

shouldn't there be a channel of speedruning rooms

#

like you get couple of people and try to finsih a room as fast as possible?

sturdy sequoia
#

is there enough people interested in that to warrant a whole channel for it?

#

depends on the job, the company, and the person hiring you

#

yer it still depends on those things and so much more. experience, knowledge, certifications, the quality and content of your portfolio

untold sail
#

anyone knows how to make your profile intermediate, so you can participatte in KotH

sturdy sequoia
untold sail
#

how

untold sail
#

thks

sturdy sequoia
untold sail
#

I was able to verify it, but I still don't know how to set my thm account to intermediate

sturdy sequoia
#

I'm not sure what intermediate means in this context. Maybe you have to reach a certain level on the site

sturdy sequoia
#

Level 0xD gives access to the advanced channels so maybe it's that

sudden pond
#

Intermediate gives access to KOTH

untold sail
#

yeah

sturdy sequoia
untold sail
#

so i just need more points?

twin ridgeBOT
#

Gave +1 Rep to @sudden pond (current: #127 - 75)

sturdy sequoia
untold sail
#

so, how?

sudden pond
#

scroll down here

#

the titles have been changed

untold sail
twin ridgeBOT
#

Gave +1 Rep to @sudden pond (current: #123 - 76)

lyric cove
#

Does anyone know how to view a private instagram account without following it?

sturdy sequoia
#

To elaborate, that's illegal. Illegal activity isn't allowed here

sudden pond
lyric cove
velvet gull
#

Oh btw guys qq - how do y'all add your LinkedIn to thm? I tried using a link but it doesn't accept it, the field is called "LinkedIn username" but are there even usernames there? I tried pasting in what's at the end of the link to my profile but doesn't work lol

velvet gull
sudden pond
#

add only username

#

get a custom username it is a lot more better

dark wolf
#

found my old fornite cartridge for the atari 2600

velvet gull
#

Damn I've got a custom one and I tried that, guess it doesn't work for me lol

velvet gull
#

Fixed it, my surname fucked it up

velvet gull
twin ridgeBOT
#

Gave +1 Rep to @sudden pond (current: #121 - 77)

sudden pond
slender hemlock
#

The VPN for US was updated… so the machines are in different zones, my previous VPN file was not working, the remake shows an error!! Thanks to chat GPT was able to find the error and fix it. The new VPN file is adding auth-user-pass inline, so removed it and create an auth-user-pass auth.txt line instead…. That fixed my issue and was able to get ping from the machines… the VPN is adding a block of code that shouldn’t be there…

silver hornet
untold sail
#

does anyone knows if you can use any.run without having to pay for abusiness email>

#

?

#

Yo, i think there might be a spam account in the room-help channel, but im not sure.

#

sorry, not spam, but like a phishy link

dark wolf
#

"I don't think a lot of people are doing vibe coding for the kernel" - Linus Torvalds

#

what phishy l;ink

#

?

strong fjord
#

forkknife

#

what's a hacker's favorite hobby

#

fishing kekw

#

🤡

dark wolf
#

bwahahahha

#

What's a hackers favorite handtool?

#

hacksaw

#

bwahaha

sturdy sequoia
#

A leet hacksaw?

#

Anyone working on any cool projects atm?

dark wolf
#

I'm trying to run that in Arch

strong fjord
#

btw I just noticed that brave's youtube framerate or i guess bitrate is lower than chrome's

dark wolf
#

chrome wants 500 gigs of mem for each tab lol

#

you ahve to like click unload tab

#

so does firefox its ridiculous .. they dont neeed 500mb of memory for one tab

strong fjord
dark wolf
#

Maybe the browsers are using our computers to mine bitcoin

sudden pond
blissful current
#

Hello 👋🏻

dark wolf
#

I get on work meetings and sometimes i see people with like 60 tabs

#

and im like wtf

blissful current
#

Can anyone tell me how to verify my account

sharp citrusBOT
dark wolf
#

Welcome to the jungle

sturdy sequoia
#

welcome to the house of fun

dark wolf
#

we got fun and games

blissful current
#

Thanks 🙂‍↕️

dark wolf
#

we got everything you wat, buddy, we known the names

sturdy sequoia
#

welcome to the lions den

dark wolf
#

Welcome to the jungle lyrics work well for this type of server

#

If you got the money, honey, we got your disease

#

lol

blissful current
dark wolf
#

It's a song

blissful current
#

Only a photo a laptop and some cash

blissful current
#

Well I only listen to Phonk

dark wolf
#

try this .. just see if its catchy

sturdy sequoia
#

play that phonky music white boy

dark wolf
#

That is a classic song !! One of the greatest

blissful current
#

Well I am still a boy I guess

#

The songs true meaning flew over my head

dark wolf
#

yes, well it would

#

it would make sense if you were alive in hte 80s

#

still its catchy and popular

blissful current
#

I am 19+

#

Soo ya the vibe don't match

dark wolf
#

all good

#

thats gen-x music

blissful current
#

Hmm

#

Well it's not your fault actually

#

I am a person who prefers to be alone

dark wolf
#

I used to be like that too at your age

blissful current
#

Hmm so what about now?

dark wolf
#

i lead hikes up rocks and clime walls with friends

#

and go kayaking in rivers with my wife 🙂

blissful current
blissful current
dark wolf
#

i admin afb group with 41k ppl

#

for hiking and get 20 ppl on hikes i lead

blissful current
#

Cool

dark wolf
#

good way to meet ppl

blissful current
#

I also have been a admin but I quit

#

It was too much social and banter

dark wolf
#

this is a fb group

#

we approve all post there is no chat

blissful current
#

It's like i get bored with people very easily

dark wolf
#

we do hikes as events

sturdy sequoia
#

what brings you here?

dark wolf
#

and people post pics of their hieks

#

hi shyft

blissful current
# sturdy sequoia what brings you here?

Well, one of my colleagues suggested that I use tryhackme and start my journey and I was just editing my profile at the bottom I saw discord token so I thought I should join and see what it has to offer

sturdy sequoia
blissful current
#

The reason she told me to do that is because I use Manjaro xfce

celest ocean
#

hope it doesn't break™

blissful current
blissful current
#

Well I hope you guys will help me if I have any doubts

sturdy sequoia
#

yer feel free to ask any questions you have

high crescent
#

any AOC desktop backgrounds this year?

dark wolf
#

Have you read the book "The Yellow River" by I.P. Freely

warm quartz
#

hey guys so im new and i really wanna start learning about cybersecurity do yall got any tips on what i can do?

dark wolf
#

hey there

#

welcome, you can read #start-here to learn about the discord

#

on the website there are learning paths, you should start with pre-security

#

there are free lessons and you can decide if you wanna continue, there's a sale coming up

warm quartz
#

ye ik i bought the premium to but there are to many ways u can go so i always get stuck like idk what to learn

celest ocean
dark wolf
#

start with presecurity

#

then do cyber security 101

#

then you can choose the path

warm quartz
#

like basic things

#

bc almost everyone knows html css

celest ocean
#

I see, then I think it's best to use the learning path to start from ground up

warm quartz
#

do i need to get virtual box cuz i got low end laptop and it cant really handle it

dark wolf
#

no, there is an attack box in the browser you can use

placid shell
#

Just a question, if I notice a mistake in THM rooms, who do I contact or where to write?

dark wolf
warm quartz
#

ty a lot for helping ill try it for sure

dark wolf
#

its fun 🙂

warm quartz
dark wolf
#

it takes a long time and a lot of dedication and practice

warm quartz
#

quick question i just need to follow "learn" page right? like i dont need "explore more" yet

radiant bloomBOT
#

@trim portal Please slow down. Further spam will result in a short timeout.

trim portal
#

Hello @dark wolf SXFAnyaCheer_VayreceaneSXFAnyaCheer_Vayreceane

dark wolf
#

Hiya skittles

#

you can do a lot of reacts though haha

trim portal
warm quartz
#

ty ty

dark wolf
#

even if you think you know it, do it

#

maybe some new way to do something hidden in there

trim portal
#

Can I send you a message via DM @dark wolf

dark wolf
cloud quiver
#

Seems like nobody appreciates my work here

dark wolf
#

what you mean

#

of course we do @cloud quiver but we don't see you chatting much

trim portal
dark wolf
#

That's why we use /report but you ninja mod, beside KGB i gave you the 6000th point lol

trim portal
#

Oh, this emoji is approved and can be sent out for more than 3 kekw

dark wolf
twin ridgeBOT
#

Gave +1 Rep to @cloud quiver (current: #1 - 6011)

dark wolf
#

se now you are at 6011

#

Hmm

cloud quiver
#

For the last two years nearly

dark wolf
#

I don't know where you chat mostly, I just haven't seen you chat in general too much

#

i know you do mod stuff though like ban users and mute them

#

when we report them, so thank you

cloud quiver
#

I'm in help channels and new releases most of the time

dark wolf
#

I haven't gotten to wanting new releases yet, too much to learn still. eventually though

unique chasm
#

hello i need help

#

ive been stuck for too long

#

please

dark wolf
#

ok

#

what room?

unique chasm
#

burp suite

#

the basics

#

task 9

#

i set up the proxy all good

#

i never get to the website

#

i tried for several days so several thm vms it doesnt work

#

proxy or not

dark wolf
#

when is the last time you regenerated your vpn config?

#

they made some changes so you may need to do that and try reconnecting

unique chasm
#

i set it up recently on vmware

#

doesnt work

#

i tried using my own browser without burp or any proxy justr to see what the web page is like i cant access to it

dark wolf
#

Hmm, you know what, there are people helping in #room-help , try asking there

unique chasm
#

i tried with the attack box same thing

dark wolf
#

because i've heard people having issues connecting to the vm

#

oh, same with attack box?

unique chasm
#

yep

dark wolf
#

how did you configure foxy proxy

unique chasm
#

i followed the instructions in the task

#

i asked in room help yesterday it got lost

#

ended up helping someone instead

#

xD

dark wolf
#

haha

lyric cove
#

man how tf do i see a private profile on instagram without following them?

sturdy sequoia
unique chasm
#

i think there are straight up applications for thisd

dark wolf
#

How long does it take to cook rice?

lyric cove
#

but its family i mean like they also are underaged hence to why im worrying

unique chasm
#

go in room help

dark wolf
#

how do we know you aren't a con man Rice

sturdy sequoia
unique chasm
#

how do i get access to a blue card code without asking the owner

#

its for the hack a blue card room on thm

#

task 7

dark wolf
#

My mothers cousins friends nieces co-workers ex-roomates mother got fooled by a con man once, so i am always suspicious now

unique chasm
#

so i just stuff this machine ip thing up my arse and get going with the rest of the path i guess

dark wolf
#

well no

#

you can access terminal in the attack box

unique chasm
#

starting it

dark wolf
#

and try ping the machine ip from attack box

unique chasm
#

okay

#

pinging it

#

like crazy

dark wolf
#

does it work the ping?

unique chasm
#

yep

#

no packet loss

dark wolf
#

ok now try curl http://machine-ip

vernal moon
#

hello i have a problem with ovpn stuff

unique chasm
#

im seeing it

#

the page

#

th elight

#

the light

vernal moon
#

just last night i could connect to thm vpn but now i cannot

#

with the same configuration file

unique chasm
#

i guess its on my end if the attackbox can ping and curl the target ip

#

then

dark wolf
#

yeah, so just do it with the aB and fix your vm later maybe

#

up to you

unique chasm
#

ty boss

dark wolf
#

but keep troubleshooting, it's part of the gig!!

#

like a puzzle that only you can solve ;P

sturdy sequoia
#

Haha. You have to solve a puzzle to start solving the puzzle

dark wolf
unique chasm
#

omw omw

#

ty

dark wolf
#

install discord
.. LinuxGui not found
ugh
install LinuxGui
.. L32DebugBlahkern.sh not found....
and so on

#

luckily it all auto installs these days

sturdy sequoia
#

Yer a lot of things just work nowadays

dark wolf
#

when we see those 45 packages installed and rememebr we had to install every single one by hand in the past one by one

#

but there was no instructions on what to install, just wait for the error and go find it

sturdy sequoia
#

Uurrggghh don't remind me

#

And the internet was so slow so looking anything up took ages

dark wolf
#

people were going on cable modems in 97 and i was stuck on modem till 2k

ruby viper
#

random question

what exactly is a hash and how is it different than encryption like RSA?

dark wolf
#

hash is not encryption

sturdy sequoia
dark wolf
#

encryption can be decrypted

#

a hash cannot be reversed

#

you ahve to guess the value and brute force it

#

with different guesses

#

but if you have the encryption key you can decrypt the file

dark wolf
sturdy sequoia
dark wolf
#

it only took me a couple hours to set it up, i was spending more time setting up stable diffusion and comfui

#

ollama got installed pretty well with openwebui

#

just had to guide claude a little but it did most of it lol

#

I can have claude code do anything on my laptop i want

#

cuz it's just a toy lol

#

a dev box if you will

sturdy sequoia
#

yer thats something id like to investigate more. id love to have a code monkey just make all my projects

dark wolf
#

I just like to know how things work, what makes them tick

#

I rarely give up. In fact one of the only things I ever gave up on finding out what makes them tick is women.

sturdy sequoia
#

i just wanna skip all the boring bits. i really dont like coding but its so useful

coarse plover
#

phoning a friend : On a WiFi, within what will an IP packet be encapsulated ?

dark wolf
sturdy sequoia
dark wolf
#

802.11 encap

#

are we gonna be on who wants to be a millionaire?

sturdy sequoia
#

lock it in

coarse plover
#

yesir except the networking room gods disagree
we are looking for a 5 letter word
I thought it was https i guess not

dark wolf
#

Oh snap, that reminds me, I have a wifi adapter that has listening capabilites.

unique chasm
#

okey so if i leave intercept on of course its fcking hanging

dark wolf
#

oh, a room that is using specific vocab

#

frame probably

coarse plover
#

negative

dark wolf
#

the ipsec is the encryption on the data and headers, but wifi adds an encapsulation layer

coarse plover
#

im sure your answers are right but the specific word is finicky

sturdy sequoia
#

hhmmm

dark wolf
#

its an 802.11 data frame

#

so if frame doesn't work then idk what to say

coarse plover
#

bingo ! 1 million dollars

sturdy sequoia
#

oooohhh yer i re read the question

#

the ip packet will be encapsulated within a "frame"

dark wolf
#

everything at layer 2 is a frame tho

#

wifi or not

#

lol

sturdy sequoia
#

haha true. red herrings

coarse plover
#

im embarrased that i entered https.... doh ! application layer

dark wolf
#

Is Water wet (yea/nay)

sturdy sequoia
#

the osi model is giving me flashbacks

dark wolf
#

What tool can scan a remote network? A computer

sturdy sequoia
#

a scanner 😛

coarse plover
#

there are many layers to this

dark wolf
#

yes and if you look at wireshark , it maps out the layers

#

to help you understand

twin ridgeBOT
#

Gave +1 Rep to @dark wolf (current: #63 - 173)

ruby viper
#

I just like to ask questions to make sure I aint going crazy lol

dark wolf
#

sometimes you need a nother explanation

ruby viper
#

yess

dark wolf
#

why all hte staff leaving?

#

is there some mass exodus?

acoustic crystal
#

morning

dark wolf
#

hello ibn

acoustic crystal
#

morning general seir 🫡

dark wolf
#

night time for me, still saturday haha

acoustic crystal
#

oh mine is sunday morning

elfin knoll
#

Me2

acoustic crystal
#

shyft how are ya

dark wolf
#

most of the server is on sunday

wheat hare
acoustic crystal
sturdy sequoia
elfin knoll
#

Idky its so weird to see Jabba leave or am I the only one lmao

dark wolf
#

yeah

acoustic crystal
dark wolf
#

yup

elfin knoll
#

Yeh

acoustic crystal
#

was something went wrong ?

elfin knoll
#

Bro was always there since I started out so it feels super weird...it was like a thm god or something

elfin knoll
dark wolf
#

he quit thm, on to new things

sturdy sequoia
#

nah hes just moving on to other things

acoustic crystal
#

ooo

elfin knoll
#

So is anyone new coming?

dark wolf
#

we don't know yet who

elfin knoll
#

Right...makes sense

cobalt spindle
#

Hey hey :3

elfin knoll
#

Heyy

simple loom
#

woahhhh

#

hello all

#

this is really cool i finally found a community of people with similar interests

sturdy sequoia
#

Welcome

dark wolf
#

nice to have you

elfin knoll
#

Welcome!!

simple loom
#

currently working towards my jr pentesting cert

#

this stuff is really cool

elfin knoll
#

Ikr

dark wolf
#

yeah i love breking things

simple loom
#

me too

elfin knoll
#

You guys doing AoC this year?

dark wolf
#

yeah why not

elfin knoll
#

Coooll

sturdy sequoia
#

I'm gonna give it a try

simple loom
#

what i dislike about this field is how vague it is in terms of what you need to know to get a job out of this. there is like a million different certifications.

dark wolf
#

will it be easy as the prep school that hands you the answers?

acoustic crystal
#

welcome here mr. pill

elfin knoll
elfin knoll
#

All tho its supposed to be beginner friendly

ivory elm
#

yo

dark wolf
#

thats good

#

yo skipper

simple loom
#

what are some good entry level certs fellas?

ivory elm
#

need help connecting discord account to my profile

sharp citrusBOT
dark wolf
#

see what they require

twin ridgeBOT
#

Gave +1 Rep to @dark wolf (current: #63 - 174)

simple loom
twin ridgeBOT
#

Gave +1 Rep to @dark wolf (current: #63 - 175)

ivory elm
dark wolf
#

i did a lot of rooms and training in the last 4 months

#

and I work in IT as a network engineer, so somethings i already know

ivory elm
#

sick, I am gonna buy the premium soon

#

once the discounts are out

dark wolf
#

nice

ivory elm
#

and gonna go all in

simple loom
#

the premium what?

ivory elm
#

HTB is expensive

ivory elm
simple loom
#

Ohh yeah Tryhackme is the cheapest ive found so far

ivory elm
#

EXACTLY

simple loom
#

i looked at the ceh cert and it wouldve cost like

#

2k

#

comptia+

#

1.5k

ivory elm
#

sec+ is worth it

sturdy sequoia
#

And there's so many free rooms on thm too

simple loom
#

its insane dude

#

can you do payment plans with that stuff or what

dark wolf
#

get the entery ones, once you have a job, they will pay for you to get those

ivory elm
ivory elm
#

thinking about linux admin

dark wolf
#

There are so so so many differnet things in IT

simple loom
#

I would assume Jr pentesting is the entry level for pentesting

ivory elm
#

got zero call backs

#

fixed the resume

dark wolf
ivory elm
#

even forged it to see if they care about it or not

#

still nothing

simple loom
dark wolf
simple loom
dark wolf
#

Ai would hand you the job

dark wolf
ivory elm
dark wolf
#

I gotta get to sleep now. nighty night

ivory elm
#

sent back from future

#

to bore humanity to death

ivory elm
shadow tiger
#

Hola

#

Anyone working on any interesting Cybersecurity projects?

sturdy sequoia
#

yer i got a couple in the works

#

how about you?

shadow tiger
shadow tiger
sturdy sequoia
#

whats yours? if you wanna talk about it

shadow tiger
ivory elm
#

Crazy af

sturdy sequoia
shadow tiger
sturdy sequoia
shadow tiger
shadow tiger
sturdy sequoia
shadow tiger
sturdy sequoia
worn lion
#

hello guys im new here and in cybersecurity too

sturdy sequoia
shadow tiger
sturdy sequoia
worn lion
#

ooo sounds good im just learn cybersecurty ann english at the same time because this is not my first lenguague

sturdy sequoia
#

its so good to see new people join who arent shit

quiet sapphire
#

Does anyone have a team for CTF?

worn lion
#

what is CTF ._.

quiet sapphire
#

Capture the flag

rapid merlin
sturdy sequoia
#

hacker games

worn lion
#

i dont have team just im new

rapid merlin
rapid merlin
quiet sapphire
#

Well, a great way to learn more about hacking is at CTF events

worn lion
#

im learning now about burpsuite

quiet sapphire
#

In portswinger?

worn lion
#

Burp Suite: Intruder

rapid merlin
quiet sapphire
worn lion
rapid merlin
#

Port-Swigger

quiet sapphire
#

Ah, my bad

rapid merlin
shadow tiger
# sturdy sequoia hacker games

Hey. What path should I start with for CTF. I am almost done with the Junior Pentest path but, even upon completion, I am assuming that won’t still be enough to start CTFs

quiet sapphire
#

Im not very good with inglish, i still practice

worn lion
rapid merlin
worn lion
rapid merlin
#

We understand your English

quiet sapphire
rapid merlin
#

I also have bad grammar English

quiet sapphire
rapid merlin
worn lion
#

i can send picture ¿?

rapid merlin
quiet sapphire
#

@worn lion

shadow tiger
#

How do I add my roles and my level on my profile?

#

Nvm

sturdy sequoia
twin ridgeBOT
#

Gave +1 Rep to @sturdy sequoia (current: #165 - 59)

worn lion
twin ridgeBOT
#

Gave +1 Rep to @quiet sapphire (current: #2151 - 2)

sturdy sequoia
quiet sapphire
#

Usually in CTF there are many types of challenges, sinces FORENSIC or WEB EXPLOTATION, CRYPTO, etc, even OSINT

worn lion
#

o my bd

worn lion
#

im here

sturdy sequoia
rapid merlin
quiet sapphire
#

+1 aura

worn lion
#

change your name to ms robot NotLikeThis

shadow tiger
#

Although, I will be taking the Security Engineer path after cause I feel it could broaden my career path and not only focus on SOC roles. Who knows, I could be in grace of a sysadmin role. Role is Role

quiet sapphire
# worn lion im here

Esta bien que empieces por ahí pero.. Te recomiendo mejor ver vídeos sobre Burpsuite en acción, por ejemplo: casi toda la explotación web la harás mediante el repeater y muy específicas ocasiones usarás el intruder (Y para eso ya hay mejores variantes como WFUZZ)

worn lion
quiet sapphire
#

Ah, my bad

#

Don't ban me

quiet sapphire
#

HAHAHA

hidden veldt
#

Tbh I’m here cause I need someone to accidentally find all my passwords then tell them to me

#

I’m not very good at remembering..

#

lol

sturdy sequoia
#

contact each service. we can not get your passwords for you

hidden veldt
#

-# And I need that 2018 Roblox account back and support never helps

hidden veldt
#

Support tells me to like, check my email, I WOULD IF I HAD THE EMAIL CHAT

#

😭

sturdy sequoia
#

then contact your email service support

hidden veldt
#

I’ve done that too

#

They told me nun

sturdy sequoia
#

then youre out of luck

hidden veldt
#

Sad

simple loom
#

why am i getting a million friend requests after joining this?

#

they look like bots idk

rapid merlin
simple loom
#

it is

#

i havent messaged anyone tho

rapid merlin
#

So never talk to people randomly

simple loom
#

i cant message anyone unless i add them back

rapid merlin
#

yes

#

and its against the rule talking to them blindly

simple loom
#

so theres bad actors in here?

rapid merlin
#

I don't know but newbie are always get hacked😆

simple loom
#

what a supportive community lmao

rapid merlin
#

no they are not verified people

#

And i told u its just my hypothetical scenario not real i just want to say be-careful

torn galleon
#

thank you mods much appreciated

rapid merlin
hallow jolt
#

hey guys

narrow yew
#

@sturdy sequoia I am here now to sort things out.

sturdy sequoia
narrow yew
#

@chilly veldt How about an XDR? you seen those around as the SIEM one?

rapid merlin
narrow yew
#

That is why you dont allow notifications from websites

#

But that reminds me to block this at work

#

Lets see if we cant whip out an cortex query too find these

high torrent
spare scroll
#

Hlo

#

U all developers or hackers?

sturdy sequoia
#

im a hobbyist hacker

high torrent
#

both

#

im mostly ethical hacker tho

sturdy sequoia
spare scroll
spare scroll
sturdy sequoia
spare scroll
#

So like is there any channel for ahh thanks

sturdy sequoia
#

hi there donut. hows it going?

marsh lark
#

going to an amusement park tomorrow

sturdy sequoia
#

awesome

high torrent
#

copied this from a thm room: according to the National CyberSecurity Alliance, roughly 60% of small companies that have suffered a cyber attack close their business after just six months This is why cybersecurity field will never die.

marsh lark
brazen rock
#

uploading images is not allowed?

sturdy sequoia
marsh lark
sharp citrusBOT
lusty bloom
brazen rock
#

I am not able to connect to vpn too

high torrent
#

Maybe thm servers down

#

maybe someone will help you there

#

it seems like no body is able to connect

#

Im sure the thm staff is working on it now

lusty bloom
#

I noticed they don't have a status page, but I assume they are working on it too since the ip is down, so a very simple healthcheck would alert them

sturdy sequoia
#

hydra is just a command line tool. you should be able to google it or use the --help option

lusty bloom
#

man hydra

#

its a linux command

#

man stands for manual

#

you said you wanted to learn hydra....

#

no, run the command and read that, and google the rest, or just use the --help flag like shyft suggested

#

hydra itself isnt hard to learn, the only thing that really matters is the wordlist, compute power and stuff like that

#

if you want me to teach you how to install it, thats different

sturdy sequoia
#

if you cant install hydra on your own you might want to learn a bit of linux basics first

signal kayak
#

I mean its just apt install something

lusty bloom
#

you should focus on the basics before jumping into password cracking tools

signal kayak
lusty bloom
#

then use the github

sturdy sequoia
#

Read the manual

signal kayak
#

Get a vm machine

#

Or something that you want to brute force it into

#

But not other people servers ofc

high torrent
#

hydra comes preinstalled with kali btw

signal kayak
#

And try each command and what it does

lusty bloom
#

wait I fucked up the screenshot

signal kayak
#

Or jusy read the manual by using either --man or --help if im not wring

#

Does anyone have any recommendation on what template i should use for obsidian?

lusty bloom
#

again, google is your friend

#

theres a hydra pacakge

#

depends on if you wanna compile from source or just use your package manager

gaunt basalt
#

man ive been trying to connect to the summit box for a few hours

#

keeps giving me 504 error

lusty bloom
gaunt basalt
#

ah fair

lusty bloom
#

wondering if they even have healthchecks for stuff?

#

they should have some kind of status page

#

so you can get updates about stuff like this

gaunt basalt
#

maybe theyre gettin ddosed

#

took the name of the site seriously

lusty bloom
#

I assume make install just puts the built binary in your path, so try running the command, after reloading your terminal session

signal kayak
#

What os you on rn?

lusty bloom