#general

1 messages · Page 271 of 1

fiery copper
#

at 50% discount

livid vine
#

Nice (assuming it's true :D) - how did you get into cyber security?

gray wraith
#

Do boxes

#

Get your hands dirty

#

Boxes, portswigger labs etc

livid vine
#

Have you done the Portswigger Academy yet?

gray wraith
#

I was stuck with too much of academy and got tips to do more boxes and doing them have expanded my knowledge and toolset more

fiery copper
gray wraith
#

Though I didnt rly do active ones bc i dont care bout the rank

livid vine
# fiery copper no

That could be your next step. Try to do as many labs as you can without looking at the solutions.

hoary nebula
supple plume
#

Pro tip, do the portswigger labs just with python 💀

gray wraith
supple plume
#

I have a lot of fun doing that

gray wraith
#

Because you dont have official write ups

#

Shouldmt have 3rd party either due to the TOS, but well..

livid vine
hoary nebula
supple plume
hoary nebula
#

My fav thing are busty asians

supple plume
gray wraith
livid vine
#

(Flame alert) Are you guys on Burp or Caido team?

supple plume
fiery copper
#

is there a market that people buy CJCA vouchers from other people that dont need em?

fiery copper
livid vine
# supple plume I have pending to try caido

I have both since the company pays for them anyway lol. I use Caido as primary, with Burp configured as upstream proxy for Caido, so all requests go through booth tools and I can seamlessly switch between them depending on the feature or plugin I need.

supple plume
#

That sounds amazing

#

Did you tried burp ai?

#

If so, is it any useful?

molten bobcat
#

Done.

livid vine
livid vine
livid vine
#

Ah, earlier I was asking about your locations. Does any of you live in Amsterdam? I might have a chance to speak at the next KubeCon in March so I thought it would be nice to meet some of you in person

livid vine
heady sage
#

I’m based in Texas

livid vine
supple plume
heady sage
supple plume
livid vine
heady sage
supple plume
#

Hopefully in the next 2 years

heady sage
#

I found a neat little gadget that might have security impact

livid vine
heady sage
#

If you did it right you changed the email in your unauthenticated state

livid vine
heady sage
#

Oh I just wanted to post about something cool I found

livid vine
#

Ah

heady sage
#

What’s your opinion on it

supple plume
#

What is bb?

#

Google doesn't help

heady sage
#

4ospel called it a race condition

livid vine
#

What's the coolest bug you've found so far? Mine was a race condition in a refund functionality. I could purchase a digital product, and then use the race condition to issue many refunds simultaneously since they have a no-questions-asked refund policy for 7 days. So I would buy a product and get back 20 to 30 times the amount. A cash machine. 😄

supple plume
#

Oh bug bounty psyduck

livid vine
heady sage
livid vine
heady sage
gray wraith
#

Plenty of flavor was left on da pan

molten bobcat
#

I made this plate for my partner because he doesn't like apples

heady sage
#

Clouds gay?

gray wraith
#

Fair

heady sage
#

Huh

#

Didn’t know that

sturdy thistle
#

In love with me

livid vine
# heady sage Uhhh what do you want to know

For example, normally apps enforce uniqueness of the email address, but you said you were able to set the email for account 1 to be the same as account 2? Did I under1stand that correctly?

molten bobcat
supple plume
molten bobcat
livid vine
sturdy thistle
heady sage
molten bobcat
#

Ich liebe dich

livid vine
sturdy thistle
#

Saw my new coffee setup?

molten bobcat
#

I did yeh

#

I said it looked expensive haha

livid vine
sturdy thistle
#

1.3k in total

molten bobcat
#

Goodness gracious

vivid flower
#

My dad has a Breville also. They're very good.

sturdy thistle
#

Or in us slang a bit over 1 grand, or?

gray wraith
livid vine
molten bobcat
#

I have already finished all my food. Good gravy that was delicious

heady sage
molten bobcat
#

That food needs like.. a beer

livid vine
heady sage
#

The call to change the email is completely detached from the state of the website

livid vine
gray wraith
heady sage
#

The changed email but here’s the thing I never registered an account with that email

livid vine
heady sage
#

Another cool little gadget I found was that I’m able to bypass the email verification by simply using oauth before verifying the account through a normal email

livid vine
# heady sage Correct

Ok. Are you absolutely sure that the request you sent to change the email address after logging out was actually unautheticated? Meaning, no session cookie or token auth header and such?

heady sage
hoary nebula
livid vine
heady sage
gray wraith
#

These were internal ones for saases and platforms we work with

vivid flower
#

Hey if i do cbbh is it comprehensive if i want to be good at bug bounty? I always figured people were doing portswigger labs but i never actually got into it

heady sage
#

Portswigger is better for bug bounty imo

vivid flower
#

Will i be able to actually find stuff

gray wraith
#

Spoiler: not a thing NotLikeThis

heady sage
#

I learned more in the field by asking myself questions than I ever did from cbbh

livid vine
livid vine
heady sage
#

You’re pretty intresting

livid vine
heady sage
#

Friend request

livid vine
#

Ah, sure

#

I usually ignore the requests from people who I don't interact with first

gray wraith
vivid flower
heady sage
gray wraith
vivid flower
#

I am serious about wanting to understand it though

livid vine
#

OSCP is great and all, but hunting on real targets is quite different

vivid flower
#

Do you know whats involved with pentesting a mobile app?

livid vine
livid vine
frigid mountain
#

About to get this tattoo in my sleeve. Filling the gaps. Just counting down the last minutes of a work day that's irritated me

livid vine
frigid mountain
#

ok

#

We have probably nothing in common

vivid flower
#

Whats a good way to learn about web app development?

livid vine
frigid mountain
#

yes it is

gray wraith
#

Who wouldnt want a hole on his chest like payton talbott

vivid flower
#

Im always changing so much i have rarely found something i would tattoo on myself

#

Im careful about the symbols i put out the most i have is a water bottle with techy stickers mostly because i want most people who see me to believe i think like them and leave me alone

livid vine
# vivid flower Whats a good way to learn about web app development?

If you have a solid foundation in how the web works (as in, what happens between when you enter an address in your browser and when you see the result), then you can pick a language and a framework and start building some real app. Scratch an itch you may have perhaps, but build some apps with a realistic feature set. Authentication, authorization with possibly different roles and permissions, and whatever features make sense for the type of app you are building. Build more than one app, and try using different languages, frameworks, and databases. Get familiar with all the components in the stack, including database servers, proxies, web and application servers, etc etc. There is a lot of stuff to learn before you can effectively hunt for bugs in real targets with lots of eyes on them.

frigid mountain
vivid flower
#

I just feel like sometimes I can read a person's mind just by the symbols they cover themselves with

gaunt gale
#

hi guys

#

I installed KDE on Ubuntu yesterday

vivid flower
#

I have more respect for people that dont put meaning in it fr

gaunt gale
#

didn't want to do a fresh Kubuntu install so put KDE on default ubuntu which is essentially same thing

#

missed Kubuntu is why

#

KDE > GNOME

#

change my mind

vivid flower
#

Some people put their whole lives on their shirts and it aint much

worthy cargo
#

KDE > *

#

Xmonad > KDE > *

#

change MY mind

vivid flower
#

I still prefer xfce over everything

#

Maybe i will try parrot kde when 7 launches

#

It used to be really nice but architect edition kde was barf

#

If they rice it up all nice again i may bite

livid vine
#

Gotta go to bed now. A long day is waiting for me tomorrow. Good night or enjoy the rest of your day depending on what time it is for you.

frigid mountain
#

what do you guys do when you're in a crummy mood to cheer up?

supple plume
frigid mountain
#

tomorrow is the day

supple plume
#

Maybe some small labs or something

#

Achieving something even small helps

frigid mountain
#

normally I clean

#

labs don't make me happy

#

😄

supple plume
#

That is achieving something too

vivid flower
vivid flower
frigid mountain
#

good food sounds good

#

maybe after my tattoo

#

noodles sound good

#

I gotta pick up MAP gas for my dad's flamethrower xmas present

supple plume
vivid flower
gray wraith
#

Get some food, watch old ufc fights

vivid flower
#

Oh yeah or i do bjj stuff with friends

#

We dig into some youtube video and we have a spreadsheet of all the moves all of us know

gray wraith
vivid flower
#

As long as i can do it back

gray wraith
#

You do gi or no gi?

vivid flower
#

Mostly no gi

gray wraith
vivid flower
#

Nah im not confident enough for that

gray wraith
#

Fair, nogi is tough considering how some guys go heavy on leg locks

#

Nothing worse than getting your acl torn in a sport you do 4fun

#

Facing roided gorillas aint fun either kek

vivid flower
#

My legs arent that long either i cant do that many leg locks

#

And im kinda short

#

I have a good kesa gatame and a few other things i can go for but i mostly do it because i have friends who are better at it than me

gray wraith
vivid flower
rapid badger
#

Judo is fun if rolling on the the ground with half-naked men is not a requirement.

vivid flower
#

Bro i go for the cuddles

charred hemlock
#

Helllloooooo

gray wraith
vivid flower
split patio
winged ridge
#

.

rapid badger
jaunty niche
#

Where can i submit/report a bug?

lofty warren
split patio
lofty warren
turbid goblet
#

where does the kids game of tag originate from

terse dirge
#

Chat, I'm so sick of wazuh that I'm switching everything to elastic security instead

thick forge
dusky jacinth
#

English is fucking weird

shell hollow
#

suppoooooooort

dusky jacinth
#

they ain't here

#

they schleep

turbid goblet
#

the more im forced to brute force the more often i walk away from my computer to grab a snack

#

im getting fat

shell hollow
rustic carbon
#

Sup nerds

turbid goblet
#

hi glitch

rustic carbon
alpine pumice
#

5x 1 year VIP+ giveaway going on in the giveaway channel if you never check it #giveaways message

sick gate
#

Oh I'm not verified???

#

How am I not linked lmao

alpine pumice
#

They changed how discord links, so you have to re-do it.

#

It's via linking your htb account to discord on the htb website in settings

shell hollow
alpine pumice
#

Also I'm not staff so I can't do anything special for you like that

shell hollow
noble crystal
#

Hey does anyone know if the order of arguments matter in nmap script?

#

nmap -Pn --disable-arp-ping -p53 -sU -sC 10.129.2.48 -v --packet-trace
nmap -Pn --disable-arp-ping -sU -sC -p53 10.129.2.80 --packet-trace…the first one is working, the second one fails, and its consistent

warped plank
noble crystal
#

update, the IPs are different, my bad thanks

#

😭😭

ornate ibex
hoary nebula
meager kernel
#

Good morning

#

Time to hack the whole world

terse dirge
#

Zabbix doing a ping sweep on the network:

jolly cobalt
#

yo guys im new here i joined yesterday and i feel like im in a room full of crazy idiots 😂

sharp shuttle
#

Youre an idiot

jolly cobalt
#

i dont just jump but these bros are wild start from the start

lime trout
#

Trojan.JS.YouAreAnIdiot

sharp shuttle
#

Why of course

jolly cobalt
#

not just one but few in account

gaunt gale
#

More like a dozen

jolly cobalt
neon zealot
#

was the

#

chat deleted

neon zealot
terse dirge
neon zealot
#

my timezone

#

has been changed

#

its showing am instead of pm

#

i just wokeup so

terse dirge
terse dirge
#

Fuck I love the intro for bedlam by Whitechapel

buoyant ruin
#

i wanna john the team guys

terse dirge
buoyant ruin
#

ctf

terse dirge
ornate ibex
buoyant ruin
terse dirge
ornate ibex
ornate ibex
terse dirge
#

I'm super excited for cactuscon, I still need to get tickets tho

#

And a hotel

ornate ibex
neon zealot
ornate ibex
#

Amazing

#

take care hugthebox

cerulean bloom
jaunty niche
#

Wait... No more Hackthebox battlegrounds? I was Afk for about 2 years. I just noticed that today. What happened?

sharp shuttle
#

It was completely scripted

#

It not being procedural killed it

jaunty niche
sharp shuttle
#

They were not random

#

All the people who played bg alot had an arsenal of scripts

scenic maple
#

they werent indeed

#

it repeated

#

after 10-20 matches you would know every machine

sharp shuttle
#

yep

scenic maple
#

the better clanker wins

cerulean bloom
scenic maple
#

ye

#

they might bring it back with enough feedback

ornate ibex
#

who? us?

sharp shuttle
#

the issue is everybody on this platform spams AI at ctf, boxes, and challenges, so why would it be any different on bg

#

i have no faith in the future cyber practitioners

jaunty niche
#

I remember i hacking the registration in HTB doing a post Request, just to create an account.

Gone were the days.

ornate ibex
sharp shuttle
#

oh i agree

#

its bleak

#

I havent done an active machine in like 2 years and im still somehow top 1000

#

still*

ornate ibex
#

I think we should start taking into account the abilitiy to do things with AI as an assistant as a plus point and not a one stop solution to replace us.

sharp shuttle
#

I would not bring bg back if i was htb

jaunty niche
sharp shuttle
#

Thats an entire other issue

jaunty niche
sharp shuttle
#

The writeup market is always hot for certs.

#

At any given time I assume 80% of people who have certs on this platform cheated

#

In fact I have no doubt

ornate ibex
sharp shuttle
#

Please no, make me the last rank

scenic maple
#

so the backend is sql

ornate ibex
#
DELETE FROM solves
WHERE username = 'Brathadair'
#

happy?

scenic maple
#

bro just leaked the schema

scenic maple
sharp shuttle
#

yes thank you

cerulean bloom
sharp shuttle
#

thats why these folks cant get jobs

cerulean bloom
sharp shuttle
#

And i respect the hell out of that

jaunty niche
scenic maple
#

do you think the people who passed honestly can get a job?

cerulean bloom
#

#1: no one I know will help me cheat or know enough to cheat
#2: I have more dignity than that kek

scenic maple
sharp shuttle
#

CPTS is clearly more difficult than OSCP and teaches the big 4 firm lifecycle well

ornate ibex
lime trout
#

no one played it, so we couldnt justify spending time to improve it, and thus no one played it

scenic maple
#

its sad it was a nice way to ragebait other people

rose onyx
#

The amount of times one could play a month was awful

lime trout
#

there wasnt that many machines to play

jaunty niche
rose onyx
#

Turned me off from playing any more than I did

ornate ibex
sharp shuttle
#

you want bg? just go make your own platform. its technically a open market

#

good luck

#

VL did it, so go for it

lime trout
#

about that...

ornate ibex
sharp shuttle
#

Thats sorta the goal when you make something

lime trout
#

no

#

depends on the person tbh

sharp shuttle
#

I assume xct tried to work you guys and got undercut so he simply undercut you

#

no?

ornate ibex
#

If i make something big, I don't wanna be acquired

sharp shuttle
#

He didnt try to make you guys pro labs?

lime trout
#

i know exactly 0 of the history

lime trout
#

fuck shareholders

sharp shuttle
#

I am talking out my ass too

#

complete speculation

#

what drives someone to make their own platform

ornate ibex
#

matter of fact, if I make something big. I want it to be bootstrapped

lime trout
#

heres a idea for you

#

made a VS Code fork that plays brainrot

ornate ibex
#

lol

iron comet
#

thats already done!!!!

lime trout
#

oh i know

sharp shuttle
#

i should make a vscode plugin that puts htb general in my ide

lime trout
#

its fucking YC too

sharp shuttle
#

what the lmfao

lime trout
sharp shuttle
#

its not a question of if

lime trout
#

im still sad Credit Suisse is gone

#

they where very fun to make fun of

ornate ibex
#

How much does SoftBank have? I see its name pop up more than I expect it.

sharp shuttle
#

a number you cant even reasonably say

cerulean bloom
#

I just realized, you know those wired earphones you can use on your PC? it seems like I always had the cable not fully plugged in 🤣

ornate ibex
#

I guess, one per cent of their too much would be enough for me.

sweet yoke
#

Which one do you guys prefer, pro labs vs boxes on the main platform?

I’m a pro lab lover myself! ❤️

neon zealot
vast mango
#

Someone said people who study coding look like the nerdiest sticks that have no muscles, thats wrong isnt it??

meager kernel
vast mango
#

Do the most people exercise in the IT

cerulean bloom
meager kernel
#

depends from person to person

meager kernel
#

honestly if you dont care for physical health, you are foolish

vast mango
#

True

#

I already thought i cant do sports when i want to become a ethical hackersadglas

meager kernel
#

im a pentester and ive been boxing for 1.5 years along with strength training

#

its all about time management

mystic harbor
meager kernel
#

do gym early morning, keeps you active for rest of the day

#

yea, arch doesnt do that bro

mystic harbor
#

😼

visual hollow
neon zealot
#

with 2-3 message and gone

sturdy thistle
#

morning

visual hollow
visual hollow
neon zealot
#

@visual hollow yea im keep tracking

#

i keep tracking*

patent elbow
#

morning

idle mauve
#

gm

sturdy thistle
#

how r u?

cerulean bloom
heady sage
#

Yall ever have tacos with cilantro

terse dirge
#

I enjoy tacos with pico

#

Which has cilantro

placid plover
#

Hello, i'm starting to do prolabs, i just want the subcription for one month, if i cancel right now, i keep the access until the next "renew" right ?

open vigil
#

3 days left

#

3 days left

#

3 days left

meager kernel
#

for?

open vigil
#

weekend hehe

meager kernel
#

oh

open vigil
#

notice how I sent 3 sentences with 3 words kek

meager kernel
#

no

open vigil
#

plz do

#

where r the boys at

#

why is the chat dead

#

@supple plume

sharp shuttle
#

Chats dead because the usual suspects are busy

open vigil
#

ruined morning

meager kernel
terse dirge
junior harness
#

morning 🙂

burnt fox
#

How do you guys bypass openvpn connection if block by your institute ?

green kite
gray wraith
gray wraith
empty sphinx
#

Hi , i want to ask what is the next step after networking linux web req courses

sharp shuttle
green kite
sharp shuttle
#

occams razor goes hard here

#

actually i guess it would be called reverse occams razor

#

surely there is a term for this

green kite
#

no clue kek

#

until 30 sec ago I did not know the term

terse dirge
#

@rose onyx what should I add to the HTB TUI? I'll have more time to work on it soon

#

I just added a seasonal box option on the main menu

terse dirge
green kite
#

heya

#

hows it going

terse dirge
#

I'm alive, how about you?

green kite
#

I am good

#

alive sounds like sometihng ahppend

terse dirge
terse dirge
green kite
sharp shuttle
#

i say this with love, and if i have to say it again it will be with disgust

green kite
#

man I forgot how good oranges taste

cerulean bloom
#

I really liked the winter bananas lol

burnt fox
green kite
#

not just as a newbie

#

you'll never be handed everything on a golden platter

#

there is no route to heaven

cerulean bloom
#

you need to do a lot of research whatever your skill level is

green kite
#

if you dont like to learn and research, dont come in IT

cerulean bloom
#

@austere sinew daily ppppppiiiiiiiinnnnnnnnggggg

#

at this point it aint even annoying lol

green kite
#

@austere sinew ping 2

cerulean bloom
austere sinew
#

@cerulean bloom @green kite ping

cerulean bloom
austere sinew
cerulean bloom
# austere sinew I had a crazy day yesterday so I didn’t sleep the best but today is a new day ho...

oof
I'm doing good, interviews were okay yesterday
first one probably went quite well, the second one (for the school that "liked" me last year and I want to get into) was going good UNTIL I misunderstood the interviewer's question twice (same question, even after clarification). I was able to answer the question with the correct understanding, but the facial expression of the interview didn't look good hellokittysob

#

its very likely it was nothing, since these interviewers know that people misunderstand stuff, especially when they are nervous (people aint perfect)

shell hollow
#

Hii

pale phoenix
#

hello, may I ask if there is a place to ask questions regarding retired boxes here?

lime trout
austere sinew
cerulean bloom
subtle plover
#

Bingus bongus chongus amongus

visual hollow
cerulean bloom
# visual hollow What was the question?

its for high school, so basically, it was what I wanted to do in the future. I was assuming it was about chess (because that was what we were talking about just before the question), but it meant in general hellokittysob

cerulean bloom
austere sinew
visual hollow
sharp shuttle
#

Why is Love is Blind the best trash television show ever

visual hollow
#

Because drama

lime trout
sharp shuttle
visual hollow
halcyon basalt
#

Hi everyone! Does someone work with MobSF? Or else tools for dynamic analysis apk? I need help for work with this! Thanks a lot

sharp shuttle
#

I mean... MobSF is a VA, why not just skip it and use Frida?

supple plume
green kite
supple plume
#

Tomorrow is the deadline

halcyon basalt
green kite
supple plume
#

Im getting a little break to make coffee

sharp shuttle
supple plume
austere sinew
ashen flare
#

Hi guys, what job titles do people list for purely internal pentesting / Active Directory testing / cloud infra? Struggling to find job listings for this it seems most are just looking for web testers, maybe my search term is wrong though, it seems most “pentester” listings are like that at least

ionic moth
#

Hi

#

After we analyzed the pcap traffic, the Security Manager has come back and confirmed the user was smuggling data out of the network via the images. He is requesting that we now capture traffic to determine if anything else is going on from the user's host 172.16.10.2. We will need to start a capture, categorize and filter the data, and extract anything significant to the investigation.
Connectivity to Lab

Access to the lab environment to complete this part of the lab will be a bit different. We are using XfreeRDP to provide us desktop access to the lab virtual machine to utilize Wireshark from within the environment.

We will be connecting to the Academy lab like normal utilizing your own VM with a HTB Academy VPN key or the Pwnbox built into the module section. You can start the FreeRDP client on the Pwnbox by typing the following into your shell once the target spawns:
Code: bash

xfreerdp /v:<target IP> /u:htb-student /p:HTB_@cademy_stdnt!

You can find the target IP, Username, and Password needed below:

Click below in the Questions section to spawn the target host and obtain an IP address.
    IP ==
    Username == htb-student
    Password == HTB_@cademy_stdnt!
#

I don't understand ts

sharp shuttle
#

ask a chatbot man..

ionic moth
#

I used the vpn file on my machine

#

What

sharp shuttle
#

what did i say that you did not understand?

ionic moth
#

Well. For instance. Is that I can't do what they tell me

#

I used the vpn file at my machine

#

VPN works fine

#

But then I tried using this xfreerdp and can't use to the target

ashen flare
cunning marsh
#

Yo gello guys!

rare star
#

hi guys

#

I've been having issue getting the number ofservices in a server on all interfaces, I've triedusing the command for all listening services only, it's not giving me the correct answer, I've been on this since last night, please help me

#

even chat gpt can't solve it

#

I'm actually looking for the number of listening services

sharp shuttle
ashen flare
sharp shuttle
ashen flare
#

I guess red team roles are gonna be mostly full time infra but they’re more senior positions as well

sharp shuttle
#

Internal red team is only for huge orgs

ashen flare
sharp shuttle
#

Its pretty bullshit but thats where the industry is

ashen flare
#

I find security engineer very vague but I guess you just have to communicate well in interviews

sharp shuttle
#

Pentesting is QA and companies HATE paying for QA

ashen flare
#

To get into this role requires you to first obviously be senior because actual red team engagements are hard and require a lot of experience, and second to be very good with Active Directory environments

#

The first happens naturally but the latter seems difficult

#

Outside of labs that is

sharp shuttle
#

Its actually just who you know

#

red teams are comprised of bros who are skilled

#

be skilled and make some bros

#

there is no career path into rto, you just gatta be a chill dude and make friends

ashen flare
#

That’s a good point yea, getting skilled is the hard part though, maybe security engineer really is the best path for it

#

You can learn in labs how to find and exploit vulns but that doesn’t prepare you much for the commercial side of it

#

Being able to understand and communicate about an organisation’s internal infrastructure and how it works etc, this comes from doing a lot of internal testing or internal work

#

I think Crowd strike red team is mostly AD actually but could be wrong

sharp shuttle
#

Most red teams are specialized in windows environments

sharp shuttle
#

ram is 500 % more expensive now

green kite
#

yes

sharp shuttle
#

g fucking g

#

those billionaires want immortality that bad

#

fuck the whole planet

gray wraith
sharp shuttle
#

puts you in a metal box and drops you to the bottom of the ocean

gray wraith
sharp shuttle
#

We are so cooked

gray wraith
#

and wait till AI datacenters milk the silicon resources so bad

gray wraith
#

EVERYTHING will be way more expensive

sharp shuttle
#

They are building a data center a mile from my house, my electric and water bill about to explode

gray wraith
sharp shuttle
meager kernel
sharp shuttle
gray wraith
#

also, I have labs VIP but it tells me i have ran out of pwnbox time, dont i have unlimited access?

green kite
#

VIP had a limited amount of time iirc

gray wraith
green kite
#

what does it say top right next to your username?

#

according to your role you have VIP 🙂

gray wraith
#

guess ill upgrade

#

lol

lime trout
cerulean bloom
muted olive
#

some quieter state?

gray wraith
#

ill upgrade

lime trout
#

but no one new can buy it

gray wraith
#

🤠

muted olive
#

🔥

gray wraith
muted olive
#

I would love to live in states like Montana

#

or Colorado

gray wraith
muted olive
#

Yup

#

Would prefer that than busy states like NY

green kite
#

hello emma

lime trout
#

hi

green kite
#

how it going

lime trout
#

been better; feeling like crap today

#

u?

green kite
#

sorry to hear that

#

I am alright

#

attempting to fix an issue for a irregular customer

#

regretting life choices

gray wraith
dusky jacinth
#

Jackson hole

#

Or Monument CO, nice small town right up on the edge of the mountain range

hard turret
#

i love the academy 2.0

#

idk who I should tell but pls keep it

#

much more neurodivergent friendly

#

great job UI/UX team

zealous charm
visual hollow
zealous charm
#

yes sir

subtle plover
#

Brew some beer

#

For me

#

And @hoary nebula

#

@mystic harbor is too young dont give him any

nimble parcel
#

Why am I not able to enter the Giveaway? it just shows I need a role in the server, but how do I get a role? HTB portal doesn't help.

native plume
nimble parcel
supple rain
#

Can someone please give me a push with JET, I'm a bit stuck.

green kite
#

pushes laki towards jet

native plume
green kite
#

@zinc steppe - please no advertisement

supple rain
green kite
#

please ask module related questions in #modules

dusky jacinth
#

Kill La Kill seems interesting

split patio
green kite
#

thats the user their name

split patio
#

wtf 🤣

supple rain
exotic pendant
#

New steam RCE

green kite
#

nice one

#

here I am trying to find simple web bugs

#

and you find RCE's daily kek

young glen
#

Good find

native plume
#

The only bugs I'm finding is in my own software Sad_Squidward_Pepe

native plume
#

I'm going to RCE myself real quick 🔥

green kite
#

Top 1%

muted olive
#

I RCEd myself 🔥

lofty warren
#

g9 everyone

visual hollow
sturdy thistle
#

@austere sinew

neon zealot
#

@pearl spruce why did u stop typing mate

gray wraith
green kite
#

one shall not randomly ping wolo

sturdy thistle
#

second one joins

pearl spruce
neon zealot
green kite
#

@sturdy thistle any fun bugs?

pearl spruce
#

I got a new f* keyboard

gray wraith
#

Test

sturdy thistle
#

no 🙁

pearl spruce
feral jackal
#

what if my golam sees that?!

green kite
#

now I am looking through code from an ios app

neon zealot
neon zealot
azure remnant
#

who said that VGA cables are bad for the health

neon zealot
gray wraith
#

Test

green kite
#

but if you leave a VGA cable alone, safe

azure remnant
gray wraith
azure remnant
#

reminds me of the Wii warnings

green kite
#

sorry to be the bearer of bad news @rose onyx

lofty warren
#

finally got one CSRF, fuck vendor

green kite
rustic carbon
#

hello guys

lofty warren
lofty warren
rustic carbon
#

i am new

feral jackal
exotic pendant
sturdy thistle
#

lies

exotic pendant
#

2nd XSS got approved

green kite
#

nice

sturdy thistle
#

"Im a noob"

feral jackal
#

his rank

#

I did not see something like that before

sturdy thistle
#

what rank

feral jackal
#

what does Guru mean

#

is it like a GOD or something

sturdy thistle
#

just a rank

gray wraith
exotic pendant
exotic pendant
#

Only 750

sturdy thistle
#

if you don't want it - i take it kek

feral jackal
#

maybe you are I don't know

cunning marsh
#

Hey

#

Hello guys

#

what's up?

feral jackal
sturdy thistle
#

ceiling

cunning marsh
feral jackal
feral jackal
exotic pendant
supple plume
exotic pendant
#

Echo

green kite
#

❤️

feral jackal
#

guys

exotic pendant
#

I might reward myself with pizza

#

2 Steam RCE is huge

feral jackal
#

I did not pay for th e sub my account was empty but I still have access

#

it has been 5 days and still have access

exotic pendant
#

This latest one I’m going to blog

#

Super easy to explain

green kite
#

frosto had a blog?

scenic maple
#

have u gotten a domain yet

exotic pendant
#

Everyone who will see it be like “why didn’t I see that”

supple plume
exotic pendant
feral jackal
#

and still have student sub

supple plume
#

Pro tip

exotic pendant
#

The kid made perogies last night

#

Turned out good

feral jackal
supple plume
#

Idk

green kite
#

if you completed a module its yours forever

feral jackal
feral jackal
supple plume
feral jackal
#

it is like I am still sub

green kite
#

you have access until your plan runs out

feral jackal
supple plume
#

Download inside your brain

feral jackal
supple plume
#

RTFM peepoDevilBop .

feral jackal
#

is it a problem that I should report 🥺 ? or maybe HTB want to give me free access

green kite
#

what module do you have access that you dont thkn you should have?

green kite
#

🤷‍♂️ contact support I guess

feral jackal
#

have a student account

feral jackal
#

am I going to jail?

long forum
#

Can Support reset a pwnbox (I mean change some files that are in the user_data)?

green kite
#

only one way to find out @long forum

#

contact support

scenic maple
#

sparkling the apps you write uusally are they all related to ecom?

green kite
#

yes

scenic maple
#

🔥

green kite
#

ecom is my expertise

#

😄

scenic maple
#

do all of them have magento as base?

green kite
#

My customers? Yes

scenic maple
#

oooh thats pretty cool

#

cause you dont have to hop frameworks

green kite
#

Yeah 🙂 I don’t take on clients on other platforms

#

Unless they wanna move towards Magento

scenic maple
#

ur probably the top dudes in the space

green kite
#

No lol. Far from

scenic maple
#

how do you sustain doing one thing if you are not pro at it

#

right

green kite
#

I’m good at what I do, but I’m not the best

scenic maple
#

ye but one of the best for sure

green kite
#

I just am lucky to be recognised by Adobe as a SME kek

scenic maple
#

i feel like no matter where you go there is just better people

scenic maple
green kite
#

No, unfortunately not

scenic maple
#

thats just sad

#

would have been so wholesome

green kite
#

Say hello to my new neighbour

scenic maple
#

what a handsome fella

green kite
#

He likes to get attention

scenic maple
#

attention is rare these days

green kite
#

Is it?

pearl spruce
scenic maple
#

yes

#

its called the attention apoclypse

#

only dopamine detox guys are safe

green kite
#

Be back in a bit. Gotta give my kid some attention at the playground

pearl spruce
scenic maple
#

sad to see the epic downfall

pearl spruce
#

idk why I'm nervous

#

Anxiety hell 🔥

buoyant ruin
#

guys

#

i need help plz

#

@everyone

long forum
scenic maple
#

around 300k ish

#

but ok

buoyant ruin
#

Eighteen is anyone solve this machine

rain pollen
#

jo, u guys know how to get into school wifi? just asking for a friend yk

scenic maple
long forum
buoyant ruin
#

i get a pass for admin in dashboard and now im stack

visual hollow
buoyant ruin
#

okay sorry

molten bobcat
#

Sleepy

visual hollow
lofty warren
molten bobcat
#

I just woke up

lofty warren
#

nice challenge

visual hollow
#

So?

#

Sleep again

molten bobcat
#

Nah I have to be awake for work

lofty warren
molten bobcat
#

Yeh it's morning

rain pollen
scenic maple
#

then tell him to figure it out

scenic maple
#

its his job to know

#

all jokes aside if you both dont know and you are doing what you are supposed to

#

just ask him to reset

#

but dont do it on your own

rain pollen
feral jackal
#

Hi ab7v, my name is Allan. I have terminated your subscription. No further billing attempts will be made. Is there anything further I can assist you with today?

#

ok that was a bad idea

supple plume
#

I hate working extra hours for no extra money

scenic maple
#

cold world

feral jackal
scenic maple
#

😩

feral jackal
feral jackal
#

good boy

scenic maple
#

reading a book from 1988 and they built gurdrails against attacks
and there are people who write nextjs

carmine pecan
#

Hmm

scenic maple
#

Hmm

supple plume
#

Hmm

carmine pecan
#

That's still an OOB though if you use negative numbers

#

or if you can get an integer overflow there

#

So not a good guardrail

scenic maple
#

there are other gurdrails above and bottom so

#

funtion never sees those

carmine pecan
#

😭

#

Programmers and their guardrails

scenic maple
#

what can you expect from the guy who wrote C

carmine pecan
#

Oh is this from K&R ?

scenic maple
#

yeah

frigid oracle
carmine pecan
#

Which one is the dead one and which one is alive one again?

#

Is K the dead?

#

or R the dead?

scenic maple
#

i think so

carmine pecan
#

ah

scenic maple
#

richite is dead

carmine pecan
#

Yeah R is a complicated initial

#

If your name starts with an R

#

you will die earlier than most

#

Don't know how it works in other alphabets though

#

alpha bet

supple plume
#

By this rule if you don't have a name you won't die

native plume
#

Convert the letters to numbers

scenic maple
#

well all letters are infact numbers in C

#

they just represt their ascii values

carmine pecan
#

Wait until you meet ascii's younger yet more sucessful cousin

dusky jacinth
native plume
#

I don't know the exact name of it but literally for every language there's a table of number to alphabet letter

dusky jacinth
#

Neeeeerd

scenic maple
#

i think i sound like a redditor

dusky jacinth
#

Exactly like one

scenic maple
dusky jacinth
#

Me when UTF 🤯

carmine pecan
stoic ginkgo
#

UTF-32

dusky jacinth
#

Shut up

#

Don’t even bring that energy over here

molten bobcat
#

Working on my Plex server for a bit

dusky jacinth
#

Hope that goes well

scenic maple
#

i want to put base256 on a box just to see how they would react

molten bobcat
#

Some seasons are duplicates of others for some reason so I'm having to sort through and find which seasons are screwed up

carmine pecan
#

just to see how everyone will react

molten bobcat
#

Poorly

#

And then we killed you

dusky jacinth
#

LOL

carmine pecan
#

Good good

scenic maple
#

feel free to use base256 if you can

dusky jacinth
#

We don’t say heap here

molten bobcat
#

Guess the encoding is my least favorite mini game actually

dusky jacinth
#

Stack is already pushing it

carmine pecan
native plume
#

Tic-tac-toe for privesc

scenic maple
#

dang thats cool

carmine pecan
#

boooo largebin attacks

scenic maple
carmine pecan
dusky jacinth
#

Boooooooo

native plume
dusky jacinth
carmine pecan
#

😛

dusky jacinth
#

It really popped

#

Okay I’m done

molten bobcat
#

Meds taken, smoke in hand

#

I shall prevail

dusky jacinth
#

Real

scenic maple
molten bobcat
#

This is about to be fucking legendary

native plume
#

Uhh wait let me just open CSP 💀

carmine pecan
#

people will try to RCE this

molten bobcat
#

Cyber can I take your place I'll be your champion

#

I'll mop the floor with this kid

scenic maple
#

dont download and edit the image just draw ur own

#

but keep positions as is

dusky jacinth
#

Just to random positions

supple plume
molten bobcat
dusky jacinth
#

Oh to be a car snuggled under banana leaves

molten bobcat
#

Your move

native plume
molten bobcat
#

FUCK

carmine pecan
#

race condition

native plume
#

I forgot to ping

#

lmao fr

molten bobcat
#

At least we picked different colors

scenic maple
#

wait wait one guy at a time

molten bobcat
#

FOOL

dusky jacinth
#

HE GOT YOU

scenic maple
#

i am cross no?