#general

1 messages · Page 493 of 1

sturdy thistle
#

@scenic maple

#

check my site - added a start page

supple plume
#

I see

#

The iq of the temperature of the room

cloud osprey
#

@sturdy thistle want to see the big shark tooth i found this weekend at the beach?

sturdy thistle
#

oh yeah sure

cloud osprey
alpine pumice
#

dammit paint

cloud osprey
#

new record worlds largest

sturdy thistle
#

noice

cloud osprey
#

thats all of the ones i found

sturdy thistle
#

poor shark

#

without teeth now

cloud osprey
#

poor shark rich paint

sturdy thistle
#

aight bed time

#

ikea tomorrow

cloud osprey
#

meatballs

scenic maple
austere sinew
#

stay up

#

no choice

#

@sturdy thistle

cloud osprey
austere sinew
#

(i am attempting to make sure youre too sleep deprived to make your way out of the ikea maze) @sturdy thistle

austere sinew
cloud osprey
#

yare yare

austere sinew
#

AN UNSTOPPABLE YOUNG LADY

#

i remember when every asian was fighting to be like THEYRE NOT FROM US BLAME THE OTHER COUNTRY

#

peak times

sturdy thistle
#

Eating some nuts now and watch Netflix

austere sinew
#

hell yeeeee 🔥

austere sinew
ocean marsh
lunar kindle
#

can any body get this xss in here ?


function check($input) {
    $whitelist = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789;"/';
    $result = '';
    $len = strlen($input);

    if(str_contains($input, '<')){
        return false;
    }
    if(substr_count($input, '"') > 1){
        return false;
    }

    
    for ($i = 0; $i < $len; $i++) {
        $char = $input[$i];

        if (strpos($whitelist, $char) !== false) {
            $result .= $char;
        }
        else {
            return false;
        }

        if ($char === '/' && isset($input[$i+1]) && $input[$i+1] === '/') {
            if (strpos($result, '"') !== false) {
                break;
            }
            $result .= '//';
            $i++; 
        }
    }

    return $result;
}




function remove_all_whitespace(string $s): string {
    return preg_replace('/[\p{Z}\p{C}\s]+/u', '', $s);
}



$name = remove_all_whitespace($_GET['name'] ?? "Guest");

if (!check($name)) {
    $name = "Guest";
}

?>


<h3 id="welcome"></h3>
<script>
document.getElementById("welcome").innerText = "Welcome, <?=$name?>";
</script>
sturdy thistle
#

Wall of text

ocean marsh
supple plume
austere sinew
sturdy thistle
lunar kindle
supple plume
#

But I'm with my phone

#

Check throughly the $name variable

lunar kindle
sturdy thistle
#

Wouldn’t it be cheating if we solve it for you

ocean marsh
#

cant you bypass some blacklisting of characters?

cloud osprey
#

cant even use proper syntax highlighting in discord, you get no help from me

supple plume
lunar kindle
#

just the alert will be the solve there is no flag in it

sturdy thistle
#

Still

#

Imo if you can’t solve it and ask for someone else it’s cheating

scenic maple
#

we dont want to solve it for you
we want you to solve it yourself

#

lookup xss filter bypass guides specially portswigger and payload all the things

lunar kindle
austere sinew
sturdy thistle
#

Or wait until the writeup was published

lunar kindle
#

chill guys you're right i know, it's just the chall tickled my brain so i was wondering if any of you have the way

scenic maple
sturdy thistle
#

I watch Netflix

#

Solve it on your own

austere sinew
supple plume
#

Now I feel the urge to turn my pc on and solve it why

sturdy thistle
#

No

sturdy thistle
#

Or I get you banned

austere sinew
#

golam helped plenty

#

they told them where to look

#

horse water drink

supple plume
#

I need to start watching something to fall asleep to

#

Too much coffee today

austere sinew
#

ezpz

supple plume
austere sinew
supple plume
#

No

lunar kindle
# austere sinew golam helped plenty

one last question don't you think the hint lookup xss filter bypass guides specially portswigger and payload all the things is really broad like it's a custom filter no something famous

supple plume
#

It's not what you think

scenic maple
supple plume
#

I just dont know how to say it correctly in English

austere sinew
#

tinker around see what works

scenic maple
sturdy thistle
#

Im watching superstore

supple plume
lunar kindle
rancid snow
#

Ive tried nothing and its not working!!

supple plume
scenic maple
#

BC top 10 btw

supple plume
#

Best name ever

cloud osprey
austere sinew
supple plume
#

Next cat aill name it thingthinga

scenic maple
cloud osprey
iron galleon
supple plume
#

What you need is g0blin beard g0b

lunar kindle
# cloud osprey

i wassss asking for a hinttt not the straight solverrrr chillllll

iron galleon
#

i just want to be covered in blue paint

warped plank
vital heron
#

How long has HackTheBox been around for?

#

The actual website.

supple plume
vital heron
supple plume
lunar kindle
iron galleon
#

When is Hack The Box the movie coming out?

ocean marsh
#

try it

supple plume
ocean marsh
#

Keep trying and researching

cloud osprey
#

literally paste the chal in chatgpt and be like, "help pls"

scenic maple
#

wait i seeo now lol

#

its innerText

warped plank
scenic maple
#

there is no xss kek

rancid snow
supple plume
scenic maple
#

unless u get out of string hmmmHug

cloud osprey
scenic maple
lunar kindle
scenic maple
#

hmm could be

lunar kindle
#

no { or < or %

warped plank
lunar kindle
molten bobcat
#

Goooooood evening

cerulean knoll
#

Yooo chat my portswigger lab just solved itself 😂

dense turtle
#

This way it’s way too hard focus on the modules, you guys are funny

cloud osprey
scenic maple
rancid snow
molten bobcat
#

I'll be less funny from now on sorry

scenic maple
warped plank
#

why you lyin?

molten bobcat
#

Or you can just

austere sinew
#

guys

molten bobcat
#

Say the name of the challenge

austere sinew
#

the writeup is tomorrow

molten bobcat
#

Instead of pasting it here lmao

austere sinew
#

let's just let them wait

supple plume
#

Its going to be what I said

ocean marsh
#

OSCP wolo 🤔

austere sinew
#

youve said where to look

austere sinew
#

hush

rancid snow
#

damn you have the whole source code and havnt solved it?

austere sinew
#

youre right but hush

lunar kindle
# warped plank

it's inline script

<h3 id="welcome"></h3>
<script>
document.getElementById("welcome").innerText = "Welcome, ";heremate//";
</script>

ocean marsh
supple plume
austere sinew
austere sinew
supple plume
molten bobcat
#

I'm on break from work

austere sinew
ocean marsh
#

Oh I see

#

get some good sleep later on wolo

lunar kindle
ocean marsh
#

yk it helps a lot

warped plank
iron galleon
#

When's Hack The Box the movie coming out

supple plume
#

I know how to.solve it

ocean marsh
#

dw

supple plume
#

I just realized

austere sinew
# lunar kindle i said i will what some just askedddd

see it's the way that you asked which threw everyone off, you didnt mention what you tried, you didnt search up what the others said, and the way you were like what xss works would have given up the whole challenge. there wasnt a lot of effort on your end which is why everyone is reacting the way they're reacting

lunar kindle
iron galleon
cerulean knoll
# scenic maple sometimes its a get request solve so if you were fuzzing or let burp ai do it it...

Naa this is different.
I was working on the bypassing 2FA authentication lab.
I accessed the lab and was just messing around trying to find something interesting. I'd create an account login and move from page to page then log back out.
After about 2 mins of messing around I get hit with the Congratulation lab solved message.

I was confused and thought the lab was broken. So I closed the browser and started the lab again and it was still there.

So I checked the solution and apparently what I called messing around was actually the way to solving the lab 😂😂

rancid snow
molten bobcat
supple plume
#

I know how to do it

ocean marsh
#

some ban c1oud

supple plume
#

And I decided to gatekeep it

warped plank
lunar kindle
rancid snow
#

You actually do have to prove it when youre looking for assistance

supple plume
#

No gpt

ocean marsh
lunar kindle
warped plank
supple plume
west lynxBOT
#

No hints are allowed for the duration of the event. Once the event is over, feel free to share solutions.

warped plank
iron galleon
#

context clues

rancid snow
#

how to ask for help:

  1. Describe problem
  2. Describe steps done to solve it.
  3. Describe roadblocks
  4. Describe how youve tried to get around roadblocks.

When you receive help:

  1. Describe how you implemented the help
  2. Describe what results you got vs what you expected.
  3. Correlate new data with the roadblocks. Did new roadblocks arrive? Old ones change?
  4. Repeat from step 1
sturdy thistle
#

Too complicated

#

Just and over and over the same question

#

Kiss

ocean marsh
#

tf

sturdy thistle
#

Im putting my phone away

warped plank
sturdy thistle
#

Or I yap more

ocean marsh
austere sinew
#

nait nait @sturdy thistle

supple plume
warped plank
sturdy thistle
#

Ah that ping

ocean marsh
#

lmfaooo poor guys

rancid snow
#

Also interestingly, the above is also an effective strategy when trying to get AI to help you too. Just verify as always.

warped plank
sturdy thistle
#

Almost thought u say like stay here

supple plume
#

Just replying to ceald 1 year ago

supple plume
#

A bot command would be best

supple plume
#

My first pin 0n_beefarmleft

ocean marsh
#

why is that arm so strong

#

dude has premium emojis

austere sinew
#

Im laughing at the pins

warped plank
#

Just saw my message that was pinned...

#

who tf pinned that?

ocean marsh
#

lmfaoooo

#

omg

scenic maple
#

hmmm i tried it now its actually easy

#

got js execution without asking ai

supple plume
#

Aright time to sleep

sturdy thistle
#

🍿

scenic maple
#

but what now

supple plume
sturdy thistle
#

Now u explain me how u did it

supple plume
#

Gatekeep it

scenic maple
sturdy thistle
#

That looked weird

ocean marsh
#

sleeping like he pays the bills

#

bruhhh

rancid snow
supple plume
#

I'll get to see my cat next week

ocean marsh
scenic maple
#

does he want to see u tho

supple plume
#

This is my cat

ocean marsh
#

he a jojo char

supple plume
sturdy thistle
#

Ai cat

supple plume
ocean marsh
#

he looks like that

sturdy thistle
#

Man

#

I put my phone away

#

Don’t ping @austere sinew

supple plume
sturdy thistle
#

Busy sleeping

ocean marsh
#

echoes

#

wait

supple plume
#

Same @austere sinew

supple plume
austere sinew
#

WHAT

sturdy thistle
#

I wanna k ow

austere sinew
#

STOP PINGING ME PEOPLE

sturdy thistle
#

Quickly

austere sinew
#

what

sturdy thistle
austere sinew
#

ok

#

say

#

SAY

#

WHAT IS IT

supple plume
sturdy thistle
austere sinew
#

.

#

.

#

.

sturdy thistle
#

Got ya

austere sinew
ocean marsh
austere sinew
#

.

#

.

supple plume
#

Got em

austere sinew
#

right

sturdy thistle
#

What what

austere sinew
#

both of you

sturdy thistle
#

What

ocean marsh
#

my evil cat

austere sinew
#

im just gonna

#

fight you

#

both

#

keep in mind

sturdy thistle
#

Ok

molten bobcat
#

Howdy hey are fighting now

austere sinew
#

both of you are a plane ticket away

sturdy thistle
#

Try

austere sinew
#

i shall have this information used maliciously

sturdy thistle
#

Invite me to fight ya

pale belfry
#

Hellen Keller was not real

scenic maple
#

i need to visit china

austere sinew
#

i can make my way to germany and spain

supple plume
austere sinew
#

i am in prime location to torture you both

sturdy thistle
#

Or we come to you

austere sinew
ocean marsh
#

just ban wolo already

sturdy thistle
#

Ryan will protect me

austere sinew
#

a fight in my homeland

molten bobcat
#

Oh this antisemitic asshole still here lol

sturdy thistle
#

(Hopefully)

austere sinew
scenic maple
pale belfry
#

Who is antisematic

austere sinew
#

uh

#

i dont have a threat

sturdy thistle
austere sinew
#

but no one can save you

austere sinew
sturdy thistle
#

I can

pale belfry
#

Somebody said “this antisematic asshole is still here”

supple plume
#

It must have been the wind

sturdy thistle
#

You are a plane?

molten bobcat
#

Who knows

scenic maple
#

wdym where?

austere sinew
#

i can learn how to fly

#

nyoom

sturdy thistle
#

On the ground

#

To the floor

#

Hit the floor

supple plume
sturdy thistle
#

My English sucks

molten bobcat
#

My German sucks

pale belfry
#

Learn Hebrew

molten bobcat
#

I think it's funny, how you think you're being clever.

supple plume
pale belfry
#

Yeah? What about it?

#

Somebody has to be the best

sturdy thistle
austere sinew
#

guys does yall hear something

sturdy thistle
#

Are the best

molten bobcat
#

True

ocean marsh
sturdy thistle
#

I can hear my tv

ocean marsh
#

keep it to yourself

#

dw

austere sinew
#

it sounds like

#

a failed troll who never got much love as a kid

sturdy thistle
austere sinew
#

either that or the wind

pale belfry
#

Is this the silent punishment?

sturdy thistle
#

Oh

#

True

pale belfry
#

For expressing my opinion?

sturdy thistle
#

Wind it is

molten bobcat
#

I had chicken salad for dinner

austere sinew
#

yummy

sturdy thistle
#

Nice

#

Took picture?

austere sinew
#

i had souvlaki

molten bobcat
#

Nah we ordered it I didn't make this one haha

austere sinew
#

wasnt that good though

sturdy thistle
#

Did u took pics?

molten bobcat
#

I don't take pictures of food I didn't cook myself

dense turtle
#

Guys, how can I learn how to hide ptrace?

scenic maple
#

sometimes i wonder how blind people are happy sometimes i dont cause they dont have to read chat

molten bobcat
#

Blind people touch grass more than us

scenic maple
#

true

ocean marsh
austere sinew
#

damn it's so windy today

sturdy thistle
#

Bro

ocean marsh
molten bobcat
#

This guy doesn't know what an IP address is lol

sturdy thistle
#

Shut up, thanks

ocean marsh
sturdy thistle
#

@pale belfry

ocean marsh
#

@austere sinew

#

good album

pale belfry
#

What the hell did I do? I’m a paying member of this community

austere sinew
zealous charm
ocean marsh
austere sinew
molten bobcat
#

You can pay however much money you want that doesn't make you immune to the server rules

sturdy thistle
#

^

pale belfry
#

What rule did I break? Did I say something offensive?

austere sinew
#

guys the wind is smelling like poop

#

full of it actually

molten bobcat
#

Following moderator instruction is a server rule

#

He asked you to shut up

#

Because every message of yours so far has been a troll

#

Engage with the community honestly or get the fuck out lol

pale belfry
#

I offered help for CPTS

#

I am

austere sinew
#

cloud when are you gonna apply to be a mod

sturdy thistle
#

You that this is cheating

molten bobcat
#

I already was

austere sinew
#

sigh

sturdy thistle
#

And I hope you get punished

pale belfry
#

No… for studying

molten bobcat
#

People got very very pissed off that I enforced the rules lol

austere sinew
#

idk i woulda banned "theadmin" by now...

pale belfry
#

Help somebody study for CPTS is not against the CPTS rules

sturdy thistle
#

You didn’t say that

supple plume
sturdy thistle
#

So keep your trolling away

austere sinew
ocean marsh
sturdy thistle
#

I'd appreciate it

ocean marsh
#

dictator wolo

pale belfry
#

I feel like everybody is attacking me for nothing

austere sinew
#

i wasnt the problem in that server

ocean marsh
#

DUDE IM KIDDING

#

😿

molten bobcat
#

I'm not a fan of the antisemitic dog whistle comments either

#

Like "Hellen Keller isn't real"

pale belfry
#

That’s not antisemitic

molten bobcat
#

All of these excuses are paper thin and so is your personality

pale belfry
#

Damn this is cyber bullying

molten bobcat
#

Hardly

pale belfry
#

I am trying to move on and you guys keep causing fights

#

Why can’t we all live in peace

molten bobcat
#

If you think someone saying you suck on the internet is "fights" you're mistaken lol

sturdy thistle
#

Just stick to rules

molten bobcat
#

Change yourself for the better

sturdy thistle
#

Or someone will remove you from the server eventually

manic anvil
molten bobcat
#

One more hour left of work

#

Also.. bleh. I've been chosen by management

pale belfry
#

I want to work at an MSP for the rest of my life

supple plume
molten bobcat
#

I do indeed need a mentor

pale belfry
#

1 month ago I went on a rant to assert my dominance. It clearly worked

#

Everybody remembers me as the best hacker in here

sturdy thistle
#

Well

austere sinew
manic anvil
molten bobcat
#

You're currently remembered as a "douche" so sure it made an impression alright

sturdy thistle
#

The hard truth is that you are just annoying us

supple plume
pale belfry
#

Everybody enough bickering

#

What is everybody’s favorite color

obtuse fern
molten bobcat
obtuse fern
#

hi cloud how are you?

molten bobcat
#

I'm alright

sturdy thistle
#

@austere sinew rescue me

molten bobcat
#

Having my tea and a smoke

#

Waiting on the shift to end

austere sinew
#

RUUUUNNNNN

sturdy thistle
#

I can’t run in bed

#

Would be awkward

austere sinew
#

THROW THE DAMN PHONEEEE

supple plume
#

Run harder

sturdy thistle
#

Poor iPhone

austere sinew
sturdy thistle
#

Okay bye

austere sinew
#

gngn mick

supple plume
#

Cya chat

terse dirge
sturdy thistle
#

Im staring at my phone

terse dirge
#

finally got like half of my CI CD pipeline in gitea actions workin

molten bobcat
terse dirge
#

I now need to get a working templating engine for helm charts for these docker images

sturdy thistle
#

Fine

#

Bye

#

Enough staring

elder inlet
#

@terse dirge GET BACK IN YOUR CAGE!

#

@austere sinew Why'd you let Ceald out?!

terse dirge
terse dirge
gloomy yoke
#

yurrr

#

im knew here

#

obviously

west lynxBOT
heavy oak
dire plaza
#

thats hard

manic anvil
#

so the company that supposed to handle the discord ID scanning got hacked?

iron galleon
#

mb

warm lava
#

The only ranked points we get came from seasonal machines right?
I mean, a seasonal machine after a week its just a normal machine and dont grant any points

muted olive
#

yes

#

yes

#

the logic is hard to understand tbh

lofty warren
#

gm everyonee

austere sinew
ionic berry
#

sup

#

so basically

warm lava
#

Interesting, so i'm changing my focus on machines since i'm taking many days to finish a bo

#

work 3 shifts and try ctf it's just sad lol

#

i'll def go back to vip

dense turtle
#

hostname
htb-hnoob6uhd2

terse dirge
dense turtle
#

why does it have noob ? 🤡😭

warm lava
#

yoru rank

dense turtle
#

nah this is bullying

warm lava
#

lol

dense turtle
#

😂

warm lava
#

script kiddie isnt so walcoming also

dense turtle
#

is what comes after the noob?

warm lava
#

it's whats expecting you

#

i'll try to finish wingdata today for a better role lol

dense turtle
#

bruh

wooden jacinth
#

welcome

warped plank
#

Literally just do an active box, ez script kiddie rank.

warm lava
#

bro saying that like it was nothing pepehands

iron galleon
warped plank
dense turtle
#

where do u see classifications ? i just saw tiers

wooden jacinth
#

idk, im focus on get better, not worry about ranges

warm lava
#

click on season 10 -> leaderboards

#

i think the rank system it's pretty cool to get motivated on the learning process

warped plank
dense turtle
#

thanks guys

warm lava
#

oh i remember sawing that on the htb post's on faq i guess

muted olive
#

@austere sinew

dense turtle
#

Do the exams have an expiration date, or are they lifetime certifications?

gaunt gale
#

at least for HTB certs

dense turtle
#

bruh

#
    link/none
    inet 10.10.15.46/23 scope global tun0
       valid_lft forever preferred_lft forever
    inet6 dead:beef:2::112c/64 scope global
       valid_lft forever preferred_lft forever
    inet6 fe80::a48d:e468:643:443d/64 scope link stable-privacy
       valid_lft forever preferred_lft forever
alienware@pop-os:~$ whoami
alienware
alienware@pop-os:~$```
gaunt gale
#

nice

dense turtle
#

you can make fun of me

#

😂

gaunt gale
#

honestly, my linux box is named windows

#

as a joke

dense turtle
#

lmao

gaunt gale
#

so you should be making fun of me

#

but whatever

dense turtle
#

The funny part is that I was expecting it to show something like noob@parrot lol

gaunt gale
#

that's ok

molten bobcat
#

If you need any advice just ask

gaunt gale
#

I would be fine if a box was noob at parrot

#

like who cares

#

linux users give non-serious names to their device all the time

#

who fucking cares

dense turtle
ornate ibex
dense turtle
#

time to play cs2 and then finally go sleep hmmmHug

dense turtle
#

what is cod?

dense turtle
#

nope, used to play fortnite, but since on linux switched to cs

#

crazy how many cheaters in cs2

tired sleet
#

I'm having trouble accessing any web servers on my kali vm in the CTFs. Everything else works perfectly fine, I am able to pull headers with curl, I add the hostname to /etc/hosts, but I am unable to actually access the port 80 webserver on firefox itself

frozen zinc
#

How started:

#

How is going:

quick verge
frozen zinc
#

Could be a favicon

quick verge
frozen zinc
#

for example

quick verge
#

What application are you using to create it?

frozen zinc
#

gimp

quick verge
#

Ok thanks

frozen zinc
dense turtle
mighty scroll
#

Hi HTB team, is there any issues going on with spawning machines??

#

I have to keep on changing the servers to get the machine spawned

rugged dune
#

which machine u trying to spawn ?

mighty scroll
#

I am facing this issue from last day

rugged dune
#

send me link

#

u mean it's with all machines , or a specific one ?

mighty scroll
#

It’s with all modules

#

Specifically Active Directory module

rugged dune
#

ah on academy?

#

i ll test now

mighty scroll
#

Yup on academy

rugged dune
#

give me a sec

mighty scroll
#

I have to wait for like 30 mins and then change the servers to other locations

rugged dune
#

which server you are on

#

am spawning one now let me check how much it takes

mighty scroll
#

On EU4

cerulean bloom
#

@scenic maple codeforces has been hacked

mighty scroll
#

Then i have to change to US 1-4

rugged dune
#

ngl it also always takes some time for me but not that long

scenic maple
#

Shiiiiiiiit

cerulean bloom
#

it is definitely not good

mighty scroll
cerulean bloom
mighty scroll
#

I never had that issue in academy before.

cerulean bloom
#

u can go to the site and see actually

scenic maple
#

Dang i missed it

cerulean bloom
cerulean bloom
#

it pops up

mighty scroll
scenic maple
#

How tho

#

I went on mobile nothing yet

cerulean bloom
cerulean bloom
#

weird

rugged dune
cerulean bloom
#

I went to the site on mobile just now, immediately popped up

scenic maple
#

Maybe cause i am not loggedin

rugged dune
#

servers on academy are pretty slow and hell sometimes i have same issues and reported it before specially when they give u a jump kali lol nightmare ..

cerulean bloom
#

maybe

mighty scroll
scenic maple
#

Nope went on pc still cantvsee

cerulean bloom
#

but here’s the thing, a new blog post came out

scenic maple
#

Can u show me urs

cerulean bloom
scenic maple
#

Gib link

cerulean bloom
#

I closed it lol

mighty scroll
cerulean bloom
#

let me send ss

#

but someone says that they were the ones to send this message, not codeforces

#

but most likely just a troller lol

scenic maple
rugged dune
cerulean bloom
rugged dune
#

but what i usually do is i always check if there is a lab in the end of the module and spawn it directly before reading when i finish reading i find it spawned lol

mighty scroll
#

I am doing that same way. But after finishing the content my status is still on spawning target

#

🤣🤣

rugged dune
#

i tested now with eu & uk and it takes less than 5 mins

rugged dune
mighty scroll
#

Still for me it’s taking a while .. 🥺

rugged dune
#

am on EU 6 UDP

mighty scroll
#

Let me check on that server

cerulean bloom
#

@scenic maple new announcement lol

mighty scroll
scenic maple
#

i dunno i just dont see

cerulean bloom
mighty scroll
supple rain
#

hi all

hard oracle
#

hello, is there and admin or moderator here? i would like to open a ticket concerning an issues i found in the academy

hard oracle
# scenic maple i dunno i just dont see

hey man, sorry for the ping, can i DM you or can you tell me how to open a ticket about the issue i'm talking about in my previous message? thanks in advance

bronze lion
#

U killed the chat ⁨@scenic maple⁩

green kite
bronze lion
#

Ye

green kite
#

🍨 for all who chat

molten bobcat
#

I'm fixing my report

bronze lion
green kite
#

Sprinkle of screenshots

bronze lion
molten bobcat
#

It ain't too bad

#

Just takes some time and love

green kite
#

You got this

molten bobcat
#

Of which I have plenty

green kite
#

1.5yo is pretending he’s on a phone with an electric BPmonitor

terse dirge
muted olive
smoky agate
rapid badger
smoky agate
#

Just sharing my automation script in case it helps someone. No pressure.

sonic blaze
#

Do some people not want to work in cyber security or IT but want to do bug bounty hunting as a side thing ?

obtuse fern
#

yes

green kite
#

Although I’m slowly leaning into dipping my toes in it

sonic blaze
unborn wharf
#

Does it take time on weekends for support to respond?

green kite
green kite
molten bobcat
#

Half my report is done now

green kite
#

yay!

#

how long have you got to submit?

molten bobcat
#

7 days

green kite
#

you got this boo

molten bobcat
#

Only reason I'm stopping is because it's 3 am and I need sleep lol

green kite
#

yeah 😄

#

good night C1oudy

static burrow
#

why does comtia think insiders are a bigger threat than phising when it comes to intellectual property

#

this whole cert feels like a joke

supple plume
#

Morning

static burrow
supple plume
#

@mystic harbor 7565_gunpointlALERT

minor loom
#

box the hack

#

let's defend should be renamed to box the hack like mitigate the hack but hack the box

supple plume
#

@mystic harbor pepeOk

copper geyser
green arrow
#

Hello how to access the subscription page I would like to subscribe as an individual and not a company

bronze lion
#

In labs just press plans and billing

obtuse fern
bronze lion
#

U should be able to see vip+

obtuse fern
#

sorry it may have changed endpoints

obtuse fern
obtuse fern
#

there are multiple different subscriptions:
Academy has the monthly and yearly plans
Main Platform (Labs) has VIP+ and ProLabs

#

VIP has been removed, it is only VIP+ now, they dropped VIP a while ago

bronze lion
#

Ye

obtuse fern
#

that article is from 2 years ago

green arrow
bronze lion
obtuse fern
obtuse fern
bronze lion
#

Oh ok got it

green arrow
# bronze lion Wdym? Did u get what u were looking for now or?

When I went to any page I was not logged in every time and it put on the account page the link you gave me to go to the app and directly connected that's why I couldn't find it I didn't know the URL by heart and I couldn't access it via the links

bronze lion
minor loom
green arrow
supple plume
#

You have 20 seconds to answer

upbeat tangle
#

DANCE!

#

BOOGIE WONDERLAND

upbeat tangle
#

@austere sinew happy Bir... nvm

austere sinew
upbeat tangle
lyric robin
#

how do i increase these points

supple plume
lyric robin
#

because i remember it increasing whn i did retired

supple plume
muted olive
#

@austere sinew happy 51st day of the year day

austere sinew
#

@muted olive WHYYY

muted olive
#

@austere sinew idk

austere sinew
#

@muted olive quit

muted olive
#

@austere sinew ok

austere sinew
#

@muted olive like rn

muted olive
#

@austere sinew ok sure

austere sinew
#

@muted olive stop pinging

#

@muted olive do not respond to this message

muted olive
#

@austere sinew acknowledged 👍

supple plume
#

wth

sturdy thistle
#

What do i see

#

And morning

mystic harbor
#

@iron galleon

wild tusk
#

do you need to find the login page of worpress inorder to do RCE

upbeat tangle
wild tusk
#

one of the machines ask is wordpress and it says i need to find username but i cant find a login in page so what is the point of lookin for username if i cant login in and its rce machine web

upbeat tangle
wild tusk
#

well i tried everything looking for hidden vhost subdomains directories but still there is no login in page for the wordpress they have hidden it i think but cant find it

south nova
#

How do i know which things to memorise and which to just take notes of?

left atlas
#

hi there where should i start learning in hacking ?

wild tusk
#

or tryhackme

left atlas
south nova
#

I’m in the file transfer module. i’m seeing a lot of practical stuff like commands and tools and i find it very hard to memorise even a bit of them. So i just take notes of the tools and example commands of them and just keep in mind that there are many ways to transfer files that differ in operating system and in internet protocols.

minor loom
#

@cerulean bloom Can I ask you something? Have you ever made dough in a bug bounty before?

left atlas
#

are you guys an experienced hacker?

#

care to teach me or give me some tips please

upbeat tangle
#

All the materials you need are right here

left atlas
upbeat tangle
#

go to the hacktebox website and sign up

left atlas
#

okay thank you

upbeat tangle
#

then you open your wallet and put your money where your mouth is

austere sinew
upbeat tangle
# austere sinew Woah that was mean

i dont think it is! i buy vip+ because im a cheap mf and if i purchase something im going to make damn sure i get my moneys worth so i spend obscene amounts of time

austere sinew
#

Idk :/

upbeat tangle
#

Putting your money where your mouth is, is a self motivator

austere sinew
#

If you say so

cerulean bloom
#

not yet

upbeat tangle
austere sinew
upbeat tangle
austere sinew
#

Either way, not really positive encouragement NotLikeThis

supple plume
supple plume
minor loom
supple plume
austere sinew
#

Damn 😭

cerulean knoll
#

Hi @zealous charm hope u good. Want to really thank u for the advice u gave me sometime ago on starting bug bounty.
I started with portswigger and I love the contents. I'm learning a lot.

At what point will I be able to tell I've done the 70% of learning and it's time to start bug hunting

ocean marsh
#

do you have the necessary informatino on /etc/hosts?

gray wraith
#

Do you know about resolving hosts

supple plume
#

yeah, add htb target ip and domain wingdata.htb in your /etc/hosts then wait a couple of minutes for the browser DNS cache to refresh

devout sail
#

Did u do starting point? How would your machine know where wingdata.htb is??

devout sail
ocean marsh
#

Always add the domains/subdomains you discover in the /etc/hosts file

supple plume
#

you can verify it instantly by running curl

ocean marsh
#

That's host resolution

devout sail
#

So you tell your machine, wingdata.htb is on this IP in there

dawn frigate
#

guys, what's the difference between HTB and THM ?

supple plume
#

because things work this way

devout sail
#

This guy got nice icon decoration tho

supple plume
devout sail
#

Oh cuz the creator decided to redirect

dawn frigate
devout sail
#

I redirect on my machine too

#

I don't want y'all to use it with IP

supple plume
#

cool

#

it depends on some things

devout sail
supple plume
#

are you using burp?

devout sail
#

Yep

ocean marsh
#

@dawn frigate If you can, try a month of HTB academy or HTB labs and see for yourself if you like it

supple plume
#

yes, important

#

I believe burp is one of the things that makes it delay

#

I recommend using burp always too, it will record all your requests and help you see more stuff

austere sinew
supple plume
devout sail
#

Burp

#

Yes

supple plume
#

burp = burpsuite

thick forge
#

i am hacking

supple plume
#

blame portswigger

#

xd

devout sail
#

Yes

devout sail
ocean marsh
#

You'll probably feel dumb, but dont get discouraged and just keep searching

thick forge
devout sail
supple plume
#

heck yeah

#

learning how to fly mid air

dawn frigate
devout sail
#

If need any help, don't hesitate to ask @supple plume

ocean marsh
austere sinew
ocean marsh
#

try and see if you like

supple plume
#

specially about web stuff

ocean marsh
#

yo @thick forge , send the cat screaming emoji before I leave

austere sinew
#

Tryhackme afaik does not go to the same level of detail

devout sail
dawn frigate
#

@devout sail @ocean marsh @austere sinew thank you so much for caring about my question. i won't forget

ocean marsh
#

If you need something just ping me and I'll try to help

patent hollow
#

@austere sinew

austere sinew
patent hollow
#

@austere sinew

ocean marsh
dawn frigate
austere sinew
devout sail
austere sinew
patent hollow
ocean marsh
dawn frigate
austere sinew
patent hollow
austere sinew
#

Im in the middle of transit rn

dawn frigate
ocean marsh
#

have fun wolo

austere sinew
#

Danke

upbeat tangle
patent hollow
dawn frigate
patent hollow
devout sail
austere sinew
patent hollow
dawn frigate
upbeat tangle
#

@dawn frigate The thing with the oldschool western movie is that it can go 20 minutes between people saying something 😄

dawn frigate
upbeat tangle
patent hollow
#

@dawn frigate how fast can you shoot

dawn frigate
#

but as i said. it's nostalgia
i guess everyone have good mind about their past.

devout sail
#

Breh he's underage

patent hollow
#

dude...

devout sail
#

Delete and Ignore him

upbeat tangle
dawn frigate
devout sail
#

Easy blank stare for hours

dawn frigate
#

@upbeat tangle did you ever watched high plains drifter movie ?

#

with your father ofc. sadglas

upbeat tangle
#

its like 30 years ago

dawn frigate
lofty marsh
#

Where the cube talks atttt sadglassadglassadglas

upbeat tangle
west venture
#

It would be torture to me

#

I'm not gen alpha

lofty marsh
devout sail
#

I think he was there yesterday?

cerulean bloom
west venture
#

in case of sevear lightning, please go to a well exposed area with a tall metal rod and hold it as high as possible. This will cause the buildup of charges to discharge through you, instead of hitting your house, thus protecting your electronics.

supple plume
devout sail
supple plume
supple plume
#

I could make anew article today

#

any suggestions?

muted olive
supple plume
#

just a bit hard

#

chained vulns, crazy bypasses

meager kernel
#

Alot of pings

muted olive
#

sounds ideal

meager kernel
supple plume
# muted olive JWT forging?

hmm sounds easy to me but probably because I am familiar to it, it could be a good suggestion tho, I'll take a look

zealous charm
muted olive
#

@zealous charm any hacking today?

cerulean knoll
zealous charm
supple plume
#

@muted olive jwt great suggestion I always wanted to learn this one lab-jwt-authentication-bypass-via-algorithm-confusion-with-no-exposed-key

#

well mostly JWT algorithm confusion attacks

zealous charm
#

Nice!

#

What was the bug class/impact?

muted olive
#

Will tell you in dms, waiting for monday to report it

dawn frigate
#

gorilla

supple plume
muted olive
#

yup

supple plume
#

gaddayum

#

🎉 congrats 🎉

muted olive
#

ty

#

still have to report it

#

waiting because they wont reply on the weekend :(

signal mica
red ore
#

"Now I can see the full picture clearly"
#ShitAISays

supple plume
red ore
ocean marsh
devout sail
#

RCE IN AGENT IF U USE !CMD nerd_boom

#

Wait that would be command injection Giggle

mystic harbor
#

the spam

devout sail
#

Leave

supple plume
# mystic harbor

@mystic harbor @mystic harbor @mystic harbor get some extra pings just in case

devout sail
#

It pings just once 💀

mystic harbor
zealous charm
supple plume
#

@mystic harbor

thick forge
twin spindle
#

Hey everyone, maybe i'm missing something but is there a repo with all the retired machines writeup PDF ?

zealous charm
#

do the hacky hacky

remote lintel
#

Hi, I had an accidental auto-renewal on my subscription and just noticed the charge. I’ve already cancelled it. Could you please let me know if a refund is possible?

hoary dawn
#

just started doing electrical stuff and man this world is cooler than the coding world

#

i have a mobile thermostat on my hands at the moment, not sure what i can venture into hacking related but ill get there

zealous charm
remote lintel
#

Okay thank you! @zealous charm

cerulean bloom
#

@austere sinew health check

bronze lion
#

lol

dawn frigate
west lynxBOT
lime trout
zealous charm
austere sinew
austere sinew
thick forge
#

updating i am suite brup

cerulean bloom
supple plume
cerulean bloom
supple plume
#

someone told me I know nothing about hacking and coding

thick forge
austere sinew
cerulean bloom
bronze lion