#general

1 messages ยท Page 489 of 1

meager kernel
#

its KDE

#

but its not the HTB edition

#

also idk why but when im using parrot in vbox, the clipboard doesnt work

eternal mango
#

I know, I was just curious if it was the same as 6

meager kernel
#

its very annoying

#

i would have stuck with parrot if the clipboard worked

meager kernel
#

not for me

eternal mango
#

Guest additions installed right?

meager kernel
#

atleast

meager kernel
bronze lion
#

I can't recall if it did for me or not , I used it wayy back

eternal mango
#

weird, not sure why it wouldn't work then tbh

mystic harbor
bronze lion
bronze lion
meager kernel
#

@eternal mango what all should i check once to make sure the clipboard works?

mystic harbor
#

Do it in VMware it works for me

#

Maybe Virtual box issue

eternal mango
#

But they are the same thing AFAIK

meager kernel
eternal mango
#

I don't know then tbh

#

sudo /usr/sbin/VBoxService -V shows additions running?

zealous charm
#

@maiden anvil sup big dawg

exotic pendant
#

@zealous charm so i dug deeper, its actually caused by windows

#

so windows bug and maybe i can report the secondary to google since it hits that also

zealous charm
#

Nice, would be neat to stumble across an accidental windows bug

molten bobcat
#

One day I'll be able to find stuff like that too

#

But for now it's tummy aches and sadness

maiden anvil
#

hbu @zealous charm what you up to today playa

#

also greetz to the channel

zealous charm
merry pagoda
#

hi

neat wharf
#

any shortcuts to find particular variable when doing reverse engineering apart from searching whole application because i dont know the exact name of variable

eternal mango
#

Depends, are you running the target, or purely doing reverse engineering in a static fashion?

#

Assuming it's a binary application, not a web applianace

sacred lynx
#

hi

eternal mango
#

There's a channel for that anyway ๐Ÿ™‚ #binex-rev If the query is related to an Academy module, there's also #modules

normal wyvern
#

hello all! is HTB coming out with an AI cert? the content is really nice & structured, feels like the wifi one before it came out

eternal mango
normal wyvern
#

ahh I'll save my voucher for that then ๐Ÿ˜„ thanks!

eternal mango
#

HTB AI Red Teamer Certification Coming in Q1 2026

hexed horizon
#

hI guys, I'm doing Wi-Fi Penetration Testing Basics, where do I have to ask for help?

rapid badger
hexed horizon
rapid badger
#

yes ๐Ÿ™‚

hexed horizon
#

th

#

thx

normal wyvern
untold valley
#

anyone else had AI take away the coding power from them

#

?

#

I used to script in python but i've fallen into the chatgpt generate trap

#

and now I don't remember shit i decided to take the beginner's python course on academy to refresh ๐Ÿ˜ญ

eternal mango
#

I wouldn't say take away, I've had little time for coding personal projects in the past while, and so working with AI and then improving what it's created has helped me to be creative.. ish..

#

I mean I didn't code much before due to work, now I code a bit more, and get to explore stupid ideas with help

#

..but I still get my hands dirty

eternal mango
#

Certainly I'm rusty, but that's down to my current position in work / life I think

neat wharf
#

i am using apktool and jdx

rancid snow
#

the most important part is just being able to verify the results.

as long as youre not shipping code you dont understand its all good

eternal mango
rancid snow
#

Lately Ive been having fun using it to generate targetted semgrep rules

neat wharf
#

nah its personal

eternal mango
#

But the TLDR would be.. either you can switch to active reversing instrumenting with things like Frida, or explore the codebase and walk back to where the variables are utilised based upon what you are observing in the app itself

#

There's no real shortcut I don't think if the source is obfuscated, apart from knowing where it's used, in what UI / resource, connecting the dots from the strings and walking backwards

neat wharf
eternal mango
#

Not with packages no

#

but with devices

#

as in running the package, and instrumenting it with Frida

rancid snow
#

frida is the #1 active reverse engineering tool for android apps

eternal mango
#

frida is omnomnom

neat wharf
#

i have apk, does frida accept it

eternal mango
#

No

rancid snow
#

most of the frida content I see is in fact mobile related lol

eternal mango
#

You run the app on a device

#

and you instrument it WITH frida

#

You can then hoook on to specific classes/methods/etc

untold valley
neat wharf
#

thats sounds too complicated from what i am planning

eternal mango
#

frida also very useful for active binary work too, like hooking methods etc

untold valley
#

it feels good to write code again by hand to be honest

eternal mango
#

Well, it's a good skill to learn, but ok

#

then my first recommendation stands I think

rancid snow
#

frida sounds too complicated until you learn it and realize it makes life easier

eternal mango
#

Yeah, it's not that hard honestly, and has a lot of useful tools that would help you in this situation

#

eg with discovery of your variable and the methods that use it

#

But if not then aye, you're gonna have to do some reading and understand how the app accesses and uses that variable you're interested in if it's all obfuscated

rancid snow
#

yeah watchdogging a variable is one of the best use cases for frida

eternal mango
#

...oooorr

neat wharf
#

i mean, idk if any tool can spoonfeed me with the variable or functions i am looking for

eternal mango
#

Working with LLMs for reversing and "humanising" source is a thing

#

So long as you control the temperature so it doesn't imagine TOO much

rancid snow
exotic pendant
#

OK reported bug

#

nice

eternal mango
#

Aye, a foundation in the language you're reversing is still needed, but using LLMs to humanise a program from decompiled binary or extracted obfuscated Java, it then allows you to query that codebase

brittle quail
#

can i install wine on parrot if im on arm64

eternal mango
#

The prompts for it aren't that hard to come up with, nor are they massive

#

ike literally a couple of paragraphs, repetition and patience

#

Damn now I've forgotten what I was actually doing

rancid snow
#

I think people overcomplicate prompts

eternal mango
#

Certainly can do aye

#

Lemme see if I can find a prompt as example from my workflows which have worked well for me

#

Might be on my laptop though, which is upstairs

#

Too far away.. wi ll check on this machine anyway

rancid snow
#

me too, the application Im bug hunting in right now is Java and I want to barf

#

its not even using any dangerous java functions which means I need to actually hunt for java based logic bugs if I want to find anything useful

exotic pendant
#

๐Ÿ˜„

oblique rivet
#

Anybodyโ€™s help me? ๐Ÿคฏ

exotic pendant
#

eyes are still bleeding

oblique rivet
#

I need help with module

rancid snow
eternal mango
#

Ok yeah.. can be as simple as Your role is to analyse the obfuscated project source code in this directory, and create a deobfuscated and human readable version of it.

#

or more targetted if you've already reverse it to a degree in Binary Ninja or whatever

#

..but of course you can now do so much more using skills and formatted prompts etc

#

It does work surpisingly well anyway.. now, I gotta figure out what I was working on before I got distracted..

silver forge
#

lasers. and rockets.

eternal mango
#

Oh right haha that's what

#

Proper camera projection and movement around the space..

austere sigil
#

Gday!

eternal mango
#

This should totally turn in to some janky game jam horror puke of a thing

brittle quail
#

bro it keeps saying unable to llocate package wine32:i386

austere sigil
#

path maybe?

eternal mango
#

You're on arm @brittle quail ?

brittle quail
#

is it possible

eternal mango
#

What do you want to do with wine?

zealous charm
eternal mango
#

Run Windows x86/x64 programs?

brittle quail
#

install something that works on windows

brittle quail
eternal mango
#

That won't work

#

You need more than just wine for that

molten bobcat
#

Don't you have a windows host?

#

Didn't we go over this yesterday?

brittle quail
eternal mango
#

Google it

molten bobcat
#

I need more than just wine for this conversation I'll tell you that much

eternal mango
#

Sorry

#

but you didn't even try

brittle quail
#

i did

#

it told m

molten bobcat
#

"it told you"

#

What is it

eternal mango
#

Right one sec.

molten bobcat
#

Who is this great creature that makes you do things

brittle quail
#

u need wine to run windows applications

#

didnt say i needed anything else

eternal mango
molten bobcat
eternal mango
#

That took two seconds

molten bobcat
#

For one, you're running parrot in a VM on a windows host. Why are you trying to run Windows applications within your Linux host when you're literally using a fucking windows machine?

brittle quail
#

uh

molten bobcat
#

See that's

#

Called critical thinking

#

It's an important skill!

brittle quail
#

i dont want it on my windows

molten bobcat
#

What is "it"

#

That you need to run so badly

exotic pendant
#

all my microsoft bugs

eternal mango
#

Beast

molten bobcat
#

I see the word heap twice

exotic pendant
molten bobcat
#

One of those is definitely stored xss

exotic pendant
#

open redirect -> XSS for the opens

eternal mango
#

Ok nevermind, not gonna try that joke

zealous charm
eternal mango
#

I'll get told off

molten bobcat
#

Hehee

#

I need to start doing stuff like this..

exotic pendant
#

other ones are like $5k

#

DoS ones paid $0

molten bobcat
#

I want a thank you letter

rancid snow
#

you have some nutty workflows

brittle quail
molten bobcat
#

I have small goals lmao

exotic pendant
eternal mango
#

hyper-v escape is big biscuits

zealous charm
#

Nice, I've got some OOB writes in chrome I am waiting to see how they turn out

molten bobcat
#

Don't you have me on LinkedIn?

silver forge
molten bobcat
#

I haven't used LinkedIn in like, a year and a half lol

eternal mango
#

FPS gamers, what's a "comfortable" fov? I've NFI

#

Oh wait

#

I'll Google it

molten bobcat
#

Oh!

#

I don't know if you're interested at all goblin

eternal mango
#

Always

vital heron
#

I love that game.

molten bobcat
#

But kingdom come deliverence got

#

An update

eternal mango
#

Oh yeah?

rancid snow
#

kcd is rad

molten bobcat
#

It plays at 4k 60fps on PS5 now!

eternal mango
#

I finished the first one not long ago

#

Not started the second one yet

molten bobcat
#

If you owned the PS4 version they let you upgrade for free yay

eternal mango
#

Noice

#

Can't remember the last console I owned tbh

molten bobcat
#

It looks very pretty I got my shit kicked out of me by a guy who stole my dad's tools

eternal mango
#

probably PS1 or N64?

silver forge
#

I'm playing mostly Arena Breakout Infinite. As long as you don't stress about the PVP it's actually pretty fun.

rancid snow
#

I like to roleplay as a serial killer in kcd

eternal mango
#

JFC

#

What the HELL was that

molten bobcat
#

Hey hon

#

Why's there a uh

#

Demon turtle..?

eternal mango
#

Man that's horrific

#

I'm leaving it

molten bobcat
silver forge
#

Mostly I'm getting my ass kicked in ABI, but I'm taking it chill and doing some missions pepecoffee

vital heron
#

I don't own fallout 4, but I had fallout 3

molten bobcat
#

It's new!

eternal mango
#

I really wanna play that London mod

molten bobcat
#

I heard about that

eternal mango
#

It's bloody impressive

vital heron
eternal mango
#

I've played a bit, but it really dislikes wide monitors, even with tweaking it just shits the bed

vital heron
#

But yes, you are correct.

#

It takes a lot of memory space too

molten bobcat
eternal mango
#

Oh yeah, so many mods and such bundled for it

vital heron
molten bobcat
#

They're okay

rancid snow
#

my monitors are like a decade old. Itd be nice to upgrade but on the other hand... they still work

molten bobcat
#

I dislike ultrawides though

eternal mango
molten bobcat
#

Too much info across too much space

eternal mango
#

..but it does make some games angry

molten bobcat
#

This isn't minority report

vital heron
vital heron
#

afterplace was a fun game though

eternal mango
#

No, I mean some games literally are not compatible

#

You can try to convince them, and some times succeed

eternal mango
#

But some REALLY fight you

molten bobcat
#

Minority Report

#

Tom Cruise movie

eternal mango
#

Good film

vital heron
#

I see

molten bobcat
#

The glove hand hologram thing is referenced a lot haha

vital heron
signal mica
#

nice pfp cloud

#

looks like sm from a perk

molten bobcat
#

It is

#

It's the four eyes perk

#

It's me irl

vital heron
#

Hm.

#

I'm looking at something that has to do with HackTheBox

rancid snow
#

same

vital heron
#

How long has everyone been on this platform?

bronze lion
eternal mango
#

A while

molten bobcat
#

I've been here since 2020

rancid snow
bronze lion
eternal mango
molten bobcat
#

Won't you gentlemen

#

Have a Pepsi?

bronze lion
#

I don't like pepsi

molten bobcat
#

I'm quoting movies again

austere sinew
molten bobcat
#

You'll have to forgive me I didn't have internet growing up, it was movies and TV.

molten bobcat
#

Me and Dad like watching movies together. Ever since I was little

eternal mango
#

ruhrow

bronze lion
#

Oh damn mb

rancid snow
#

when I was 12 I caught a frog with a friend. he nailed the frog to a tree. I think about that frog sometimes

austere sinew
molten bobcat
#

Hey mad what the fuck

eternal mango
#

I did

#

You check yours

bronze lion
molten bobcat
#

Ahh

#

I only know how to read really well because of final fantasy

rancid snow
#

did I care too much ๐Ÿ˜ญ

molten bobcat
#

Share too much sadglas

#

Also can my boss quit putting me on the damn priority queue

#

Every other case I pick up I have to call the damn client and none of them ever answer

#

So I'm just in hold music hell

bronze lion
molten bobcat
#

Nah lol I just helped him out in a client call

bronze lion
#

Get this month's salary and throw the file then

molten bobcat
#

Dude is mad we're not creating cases for unsuccessful bruteforcing activity

bronze lion
bronze lion
rancid snow
#

line go up

molten bobcat
molten bobcat
bronze lion
vital heron
bronze lion
rapid badger
#

๐Ÿธ

austere sinew
#

EVERYONE @static pasture @zealous charm @molten bobcat @sturdy thistle IM TOO SCARED TO PING MORE PEOPLE IN CASE I GET THINGIED BUT GOBLIN OVER HERE NEVER KNEW THAT YOU COULD FAVOURITE GIFS IN DISCORD.

rancid snow
#

My post wasnt about frogs

eternal mango
#

Fake news

austere sinew
#

LIAR

bronze lion
#

I just wanted to ask u something. I see the GOS tag so I'm guessing you are using grapheneOS. What are the down sides of using graphene over google android โจ@vital heronโฉ

eternal mango
#

Don't believe the lies

austere sinew
#

DONT FAKE NEWS THIS

#

I HAVE THE EVIDENCE

#

I HAVE

eternal mango
#

Haaaaahahahahaha

austere sinew
#

THE

#

EVIDENCE

eternal mango
#

Do it

austere sinew
molten bobcat
#

Fork found in kitchen, yawn

austere sinew
austere sinew
austere sinew
#

WELL THEN

molten bobcat
#

YOU THINK GROWN ASS MEN KNOW HOW DISCORD WORKS?

silver forge
austere sinew
#

ILL GET SOMEONE ELSE TO SEND IT FOR ME

molten bobcat
#

HELLO?

austere sinew
molten bobcat
austere sinew
#

Shut the fuck up yumi

eternal mango
#

It's fine

#

I deserve it

molten bobcat
#

We'll just ban her it's fine

austere sinew
molten bobcat
#

Silence the haters

austere sinew
#

HOW MANY GIFS HAVE BEEN USED

austere sinew
#

I am immune

#

I am basically

austere sinew
#

The server mascot at this point

rancid snow
austere sinew
#

My presence is required

#

This is my job

bronze lion
austere sinew
#

Without me

#

There would be a hole

#

In this server

molten bobcat
#

Ayo?

eternal mango
austere sinew
#

The server would even risk becoming

#

More productive

#

And less toxic

bronze lion
austere sinew
#

That cannot do

molten bobcat
#

Only toxic cuz I'm here

rancid snow
#

this server has never been productive or non-toxic

austere sinew
#

LET ME PRETEND MY LIFE HAS PURPOSE FOX

rancid snow
#

nah lol

molten bobcat
#

Look man, some people genuinely eat glue

bronze lion
rancid snow
#

server is more tame nowadays

austere sinew
#

Hallicon

eternal mango
#

Man I had an image for that somewhere

#

Wtf is it

austere sinew
#

It*

#

If

#

You used

#

THE FAVOURITES

#

BUTTON

#

HOW DID YOU NEVER USE IT

molten bobcat
#

I'm fully convinced most folks here are just ralphie with internet access

sturdy thistle
#

I sometimes love this channel

molten bobcat
#

I'm a hackers!

austere sinew
molten bobcat
zealous charm
#

idk how to hack

bronze lion
#

Heck

zealous charm
#

im just here to yap

bronze lion
#

Ez

sturdy thistle
austere sinew
#

Pfft

bronze lion
#

Sudo

#

Loic

austere sinew
#

You dont even know web hacking

#

Like

bronze lion
#

127.0.0.1

austere sinew
#

That guy a few months ago knows so much more web hacking than you

bronze lion
#

Professional hacker here

austere sinew
#

Some guy tried to mansplain web hacking to homebrewer

#

Which I found to be hilarious

rancid snow
molten bobcat
#

Real

eternal mango
austere sinew
#

Iโ€™m dreading turning 22

#

Like

#

What even happens

#

I think thatโ€™s what they call middle aged

#

How do people even live

#

Where is my mortgage

rancid snow
zealous charm
turbid goblet
#

I love meetings

austere sinew
turbid goblet
#

Anyone else wanna put a teams meeting on the books?

eternal mango
#

Teams...

#

TEAMS!!!

austere sinew
#

NO

austere sinew
#

nO

zealous charm
#

let's hop on a quick call to discuss

molten bobcat
#

Huddle?

zealous charm
#

Teams only

turbid goblet
#

Sorry im already in a meeting

eternal mango
#

Quick Zoom right

molten bobcat
#

Slack anyone?

austere sinew
#

The only slack I know is slacking on my oscp

exotic pendant
#

๐Ÿ˜„

molten bobcat
#

Slacka lackin

exotic pendant
#

there we go in review now

eternal mango
#

JFC I'm learning so many terms regarding rendering techniques with this stupid ascii thing

#

So awesome

austere sinew
#

hell ye

molten bobcat
zealous charm
exotic pendant
austere sinew
sharp holly
#

Is there a role selector place

eternal mango
molten bobcat
#

Htb blanket when

eternal mango
#

hah, duvet and pillow cover set

molten bobcat
#

Exaaasctly

#

Hack the bed

eternal mango
#

๐Ÿ˜„

#

Another April 1st contender

#

I hope someone is writing these down

sharp holly
#

Idk how to change they

#

That

eternal mango
vital heron
eternal mango
#

Maybe a legacy role or something?

sharp holly
#

Maybe

#

Mystery!

molten bobcat
#

That's all it does

eternal mango
#

Well yeah, but I don't see where it's assigned anywhere

exotic pendant
#

๐Ÿ˜„

molten bobcat
#

Bot command for it

#

Former, bot command I assume

eternal mango
#

Right

#

so legacy role

molten bobcat
#

Yes yes

eternal mango
#

๐Ÿ˜„

exotic pendant
austere sinew
#

see there's a problem

#

i do that a lot

torn cedar
austere sinew
static pasture
#

I have been pinged

austere sinew
#

Is*

#

He has had discord since 2015.

#

Shame the man.

static pasture
#

Not everyone knows the ins and outs of Discord. No need to shame someone for it

austere sinew
#

@eternal mango you are immune to being shamed

#

How is this even possible

eternal mango
austere sinew
#

teach me your ways

eternal mango
austere sinew
static pasture
#

Thats the neat part, he doesnt

austere sinew
jaunty pulsar
eternal mango
#

Not something I thought I'd ever say

austere sinew
eternal mango
#

I mean it did do what I asked, repeating the initial tree model

#

...which was a triangle... on a stick..

austere sinew
#

So you asked for hot water and got hot water

#

And you complain about the BURN

eternal mango
#

I've never been accused of being a designer

jaunty pulsar
austere sinew
eternal mango
#

I did win 2nd place in a CSS hackathon competition at a HTB meetup a couple of years ago mind

#

but I think that was my stubborn nature over talent

jaunty pulsar
#

this is my 1st time hearing of a CSS hackathon

eternal mango
#

We had to draw various scenes using only CSS

#

and get them as close as we could

austere sinew
eternal mango
#

accuracy mattered, as did speed

#

I'm sure it was some platform, but I don't recall the name

jaunty pulsar
#

very interesting

eternal mango
austere sinew
#

Based

molten bobcat
jaunty pulsar
#

it looks fun

zealous charm
#

kat

jaunty pulsar
austere sinew
#

KITTEH

molten bobcat
#

I signed him up for a vet appointment and he's clueless hehe

glad needle
#

Does anyone know, why the latest cube talk uploaded to spotify is from the 23.1.?

molten bobcat
#

It's just an annual checkup

eternal mango
jaunty pulsar
#

the true definition of a randomforest

#

ok jokes aside it is impressive work

eternal mango
#

It's pretty mad right

#

Like the rendering engine is pretty simple, as is the camera and projection math

#

So cool to see it represented in such a simple way

#

Ok so we gotta have something hunting us in this forest. What should it be

heady sage
eternal mango
#

A wild Seadris

#

...how would I represent a seadris... ๐Ÿคฃ

molten bobcat
#

Hmm..

eternal mango
#

Keep it simple.. chop trees, run from ents, die horribly

#

I didn't intend for this to go this far.. it was supposed to just be a test of a model..

#

Oh well shit happens

molten bobcat
#

Ent moot

#

Oh my god.. what if I'm gay for Tolkien?

eternal mango
#

lol

frigid mountain
#

hi

#

๐Ÿ˜„

maiden anvil
dim lagoon
#

CYBER \

frigid mountain
#

green ranger was so dope

maiden anvil
#

it's crazy you know the lore

dim lagoon
maiden anvil
#

that was before your time ๐Ÿ˜ญ

dim lagoon
#

Malk.

maiden anvil
#

Malk it out
HTB now Malk it out

#

@zealous charm side step now Malk it out

zealous charm
dim lagoon
maiden anvil
frozen zinc
eternal mango
#

How's it going b4ndit

#

That was not intentional.

frozen zinc
#

Is going, today was a different day actually, had to go early to the hospital, to finally get a full radiography of my back and hips

eternal mango
#

Good to get it done, you get results the same day, or does that all go off somewhere else?

frozen zinc
#

So the results are there for the get got, now i need to go tomorrow to ask for an appointment with my Doctor so they give me a proper diagnosis

#

Which is nice to finally get done, bcs It have been years since I have pain on my left leg and back

eternal mango
#

Ah gotcha, well I hope for the best.

#

Wait

#

You have a left back AND a right back?

frozen zinc
#

I started 3 months ago doing exercises and is getting quite better

eternal mango
#

Urgh nvm

#

That sounded funnier in my head

frozen zinc
#

๐Ÿ good

eternal mango
#

NOT THE BEEEES

frozen zinc
#

muahaha

eternal mango
#

Well yeah fingers crossed.

frozen zinc
#

nah more like a tight plank

eternal mango
#

Some answer finally will be good

frozen zinc
#

Im flying the 21 of march

#

new life

eternal mango
#

Just so you can at least focus on the right path, or whatever else if needed

frozen zinc
#

Im going to the beach

#

Tenerife

eternal mango
#

Can you take the rain from the UK with you please?

#

Like, just arrange for it to meet you at the airport

azure remnant
#

โ˜๏ธ

#

Ive never been on a beach yet

#

Im 21

frozen zinc
#

I left the UK exactly a year ago

eternal mango
#

I know as soon as the sun and warmth comes back, I'll be moaning again

#

but at least I will be moaning with air con this year

frozen zinc
#

I feel you

eternal mango
#

Well, enjoy Tenerife!

azure remnant
#

Come to jordan its 20ยฐ here

frozen zinc
#

Thanks!

eternal mango
#

20c is a good temp

azure remnant
#

Last summer it hit 45ยฐ for some days

#

Hottest ever been

eternal mango
#

my next holiday location is gonna be Iceland with the daughter though

#

We been going on about it for years

frozen zinc
#

?

azure remnant
#

Go to greenland

eternal mango
#

Iceland first, but greenland did look mindblowing from the air

azure remnant
#

Last time i went out was 4 years ago

#

To egypt

frozen zinc
#

Did you saw the pyramids?

azure remnant
#

I saw it from the plane

#

But never been to it

#

Its massive tho

eternal mango
#

insert joke about pyramids and blocks having already been sawn

frozen zinc
#

must be so cool to see them

azure remnant
#

It is a lot bigger than it looks in the photo

frozen zinc
#

have you been inside?

eternal mango
#

Ok that went down about as well as if I'd even tried to write a joke

#

So I'm glad I put a placeholder

manic anvil
#

guys i have a dumb question

azure remnant
#

A question is never dump

molten bobcat
#

I have a dumb answer

#

CONGRATS ON THE RANK UP RAVEN AHHHH

#

LOOK AT EM HES NOT NOOB ANYMORE

#

RAISE HIM UP

eternal mango
#

๐Ÿ’ช

#

poggers

azure remnant
#

Welcome to script kiddie

cerulean knoll
azure remnant
#

I promise ill be a pro hacker in 1 month after i finish cpts

frozen zinc
#

Looks like the same color

eternal mango
#

Forgot how freakin funny this Norsemen series is

manic anvil
#

now the passwords supposed to be stored on company servers as hashes , but i suppose when you put a new password it have a host side function to see if the password meet the way the password supposed to be if the password is getting thro server does it go to the logs as well?

manic anvil
eternal mango
#

But you shouldn't

molten bobcat
eternal mango
#

That's called compppliaaaance

molten bobcat
#

I'm having trouble understanding the question

eternal mango
#

As a host, you never want to log passwords in plaintext, and never should you need to

manic anvil
eternal mango
#

You do the checks in memory, and then move on

azure remnant
#

Why would one output passwords to logs

manic anvil
#

so does that function store them as plain text?

eternal mango
#

No

molten bobcat
#

Nope

#

They're stored as hashes ๐Ÿ™‚

eternal mango
#

I mean, you COULD

#

But you shouldn't

molten bobcat
#

That leads to things like RockYou

azure remnant
#

Maybe if the authorization header was logged ?

molten bobcat
#

One of the largest password breaches of all time

eternal mango
#

Again, they COUL be

#

but shouldn't

wooden jacinth
#

Helllo good morninggg ๐Ÿ˜„

molten bobcat
#

One layer of security is better than zero layers

manic anvil
azure remnant
molten bobcat
eternal mango
manic anvil
molten bobcat
#

But yes, the hashing algorithm turns the passphrase into a hash and the hash is what is checked against and saved

river adder
#

Good evening everyone

manic anvil
#

i think i will go to HTTP site and test it with burp and see what i get during creation

eternal mango
#

In theory you could encrypt client side with a public key before it's sent to the server

molten bobcat
eternal mango
#

If you got MITM on a target, they got much bigger problems

#

...or you got much bigger connections

molten bobcat
#

There's a whole world of easier lower hanging fruit than waiting for an account to be created haha

azure remnant
maiden anvil
manic anvil
chrome tree
west lynxBOT
molten bobcat
#

As if you have the ntlm hash, it's effectively the password.

#

You don't need to know what it says when cracked

#

That's called Passing The Hash

#

Or, PTH

#

๐Ÿ˜„

molten bobcat
#

Real

eternal mango
#

What a film

azure remnant
#

Is ntlm still being used in the wild ?

manic anvil
#

waz ok now another question , i have only 50 cubes left should i take the payloads and shells module or password cracking ?

molten bobcat
#

I'm sorry why is that thing in a toilet paper roll lmao

azure remnant
#

At least in hybrid configs ?

molten bobcat
azure remnant
eternal mango
#

Raaaalph

azure remnant
#

Temporary solution that will stay forever

rancid snow
#

Pretty much if its a windows env its still using ntlm. Its an absolute massive undertaking for most networks to disable it completely

molten bobcat
rancid snow
#

though some orgs do manage to do it

azure remnant
molten bobcat
#

No!

#

Don't be wrong!

#

How else are you gonna be correct in the future if no one catches you on it?

azure remnant
frozen zinc
#

testing something

rancid snow
sharp beacon
#

can you teach me to be a subject matter expert

azure remnant
rancid snow
#

usually its vendor limitations that prevent disabling ntlm completely

#

or legacy shit

azure remnant
#

I saw military computers running windows 7 and connected to internet

#

Used for comms

molten bobcat
#

Welcome to the world

rancid snow
#

Ive seen telnet running on humvees in the military

molten bobcat
#

It sure is wild out here

#

Just because something is "not good" doesn't mean you ain't gonna see it

azure remnant
#

Good news this day

#

Finally

rancid snow
#

I almost said why I saw it but realized that might actually be against the law for me to say ๐Ÿ˜‚

molten bobcat
#

All of the world's technology is still here it didn't go anywhere

river adder
#

We live in dark times

rancid snow
#

im like 90% sure the cause is decomissioned now but...

molten bobcat
#

If you have to question it

azure remnant
#

The one i saw is less than a month old

molten bobcat
#

I hate when they put a phone number down and it's their reception auto phone number.

azure remnant
#

Bro be like "how did they knew our plan

#

๐Ÿฅ€

molten bobcat
azure remnant
#

This call will be recorded for quality control purposes ๐Ÿ—ฃ๏ธ ๐Ÿ—ฃ๏ธ

azure remnant
river adder
#

Hey guys, curiosity, what's the difference between chatgpt and openclaw?

vital heron
#

ChatGPT isn't run by AI components like OpenClaw is.

#

I'm hearing OpenClaw is very exploitable and I would be against using the technology with your home-labs

river adder
#

Ye, i was reading now that openclaw was already under attack

eternal mango
#

ChatGPT is a provider of services, models, etc. OpenClaw is a piece of software you apparently trust implicitly, and then wonder how you got owned

vital heron
#

I wouldn't trust that software for anything, its a major cybersecurity flaws all in it.

eternal mango
#

1,184 malicious skills were found on OpenClaw's ClawHub marketplace - stealing SSH keys, crypto wallets, browser passwords, and opening reverse shells. One attacker uploaded 677 packages alone. The #1 ranked skill had 9 vulnerabilities and was downloaded thousands of times.

#

OpenClaw is an agentic framework which performs tasks, either prompted by the operator or by itself.

#

And yeah, wouldn't touch it with a barge pole imho

#

It's interesting, but damn just read the articles out there on the risks.

#

Funny thing is Kirtaner created something like OpenClaw, a framework that had access to machines, accounts, data, history and was let loose to act as it wanted, like a year or so ago?

#

Scary thing now is people are trusting this thing with their personal data, their computer, their details

wicked dagger
#

Hey guys quick question, when do you think it is the "good" moment even if there is no one to start to do some machines? My problem is I always do a lot of academic htb but never machines, is there a certain rule that you follow or had followed in the past (for the good ones of you)?

rancid snow
#

Ive considered playing with openclaw in like maybe a vm but I wouldnt let it touch anything important

molten bobcat
river adder
#

Imo, ai start to be a problem, but maybe i'm paranoic

molten bobcat
#

The picture I sent is malware btw

eternal mango
#

Ohh, that's why calc popped up with 80085

molten bobcat
#

It's the Clickfix malware campaign using a Cloudflare Turnstile

wicked dagger
molten bobcat
#

It tricks users into opening the windows run key dialog and copy pasting clipboard contents that the web page filled with malicious powershell

rancid snow
eternal mango
#

Sneaky, null byte hiding the tailed script?

molten bobcat
#

It's annoying as shit and has a damn near 45% success rate.

eternal mango
#

or whatever escape char it is

river adder
rancid snow
molten bobcat
wicked dagger
molten bobcat
#

They barely obfuscate it and tack on a dumb message at the end of the powershell block that echos "verification complete โœ…" back to the terminal.

eternal mango
#

Right but the malicious script is hidden between a couple of control chars in the seemingly safe text

molten bobcat
#

Works every time

eternal mango
#

Right?

rancid snow
molten bobcat
#

It just states "this is what the box will output"

wicked dagger
eternal mango
#

Ohh nevermind yeah

#

I should probably read it properly first.

molten bobcat
#

But when you click "copy to clipboard" to copy the thing it'll fill the clipboard with straight up powershell commands

#

Then they paste and you're off to the races.

eternal mango
#

But that is another technique, hiding malicious scripts in a seemingly safe string using a couple of characters in HTML, gotta find what those are now

#

But ok got it

rancid snow
#

eventually youll learn how to learn without having a good guided direction but the walkthroughs are nice till then

molten bobcat
#

Haha a client set up a firewall rule backwards

#

Blocked a bruteforcing IP by placing a block on traffic destined for the malicious IP?

#

Honey..

#

I pointed it out and he felt so silly lmao

rancid snow
molten bobcat
#

Lul

manic anvil
#

dude it appear that HTB is really the platform to learn was watching a playlist to learn website pentesting from 2017 just for HTB to be mentioned as one of the places to practice what you learned

molten bobcat
#

Nah past two days, same bruteforce ip

eternal mango
#

Ok maybe not a control char, but simple hidden span in between text

molten bobcat
#

An IP block is appropriate here

austere sigil
#

can I have your attention, cloud?

#

just for a moment

molten bobcat
#

Not at all

#

What's up

austere sigil
#

thanks

eternal mango
#

I'm sure there was a technique using a control char to hide appended text from a copied string though

rancid snow
#

for sure, its mostly a concern when people do automated ip blocks without a sensible whitelist

molten bobcat
#

Oh gosh no this was manual for sure

gray wraith
rancid snow
gray wraith
manic anvil
#

i have question guys , proxy chaim come with linux right ? but i never saw a mention use for it so far only once , why ?

eternal mango
#

Right but that's Right but that'sencoding, requires decoding after

#

Maybe I'm just being dumb and mis-remembering that invisible span trick

rancid snow
eternal mango
#

span with font-size:0 was one I found in my notes

manic anvil
rancid snow
#

yeah

eternal mango
molten bobcat
#

Yep

#

Used it during my OSCP exam to proxy my traffic through a compromised host

rancid snow
#

I prefer other tools that dont rely on proxychains personally but thats preference

#

ligolo-ng my beloved

molten bobcat
#

I used proxy chains lol

manic anvil
#

NotLikeThis it hurt my head like when you would know your IP got blocked

crimson mantle
#

hello

manic anvil
#

also what IP get blocked yours or the router ?

molten bobcat
molten bobcat
eternal mango
#

I think there was a control char in the hidden span that was interpreted in a terminal that kept it hidden too

#

but I can't find a source and wanna get back to my show ๐Ÿ˜„

molten bobcat
#

The outside world has no knowledge of what IP is in any given private network

#

Unless yknow, it's leaked

#

Various other exceptions

manic anvil
#

waz so in case you get your router IP blocked is it permanant if yes is there a solution for that beside buying a new router?

rancid snow
#

tfw testing nasa and they block you ๐Ÿ˜ญ

jade cove
#

Hey guys can i have some help with a command?

eternal mango
#

Or maybe a prefix, like move cursor to start of line, and clear current line before the "legit" script snippet pastes

molten bobcat
supple plume
rancid snow
#

setup a cheap aws ec2 instance with wireguard, connect through that for your testing

eternal mango
#

Damn it that's gonna piss me off now, I know there's SOMETHING like that

zealous charm
#

Getting banned from every site on the internet using Akamai is a rite of passage for bug bounty hunting

rancid snow
eternal mango
#

I ain't about to scroll all my likes to find it though ๐Ÿ˜…

keen elm
#

what would be the easiest way to transfer a set of tools lets say to the pwnbox

manic anvil
molten bobcat
#

You lease 1 IP address from the ISP. You don't get to choose what it is at any given moment.

upbeat drift
#

Hello, someone know how I can prepare me for the CPTS exam after the Academy path ? I read about the Ippsec YT playlist but some people sayed it is outdated. There is the CPTS preparation path in Labs but most people are not talking about it. Is the path better or the Ippsec YT playlist

manic anvil
supple plume
eternal mango
#

Will do, either it's out there, or I imagined it in a feverdream

crimson mantle
#

curious if HTB is planning on moving it's discord community to another platforme, following the discord privacy issues

molten bobcat
molten bobcat
#

As this server does not have 18+ content

crimson mantle
supple plume
rancid snow
manic anvil
rancid snow
#

^

crimson mantle
molten bobcat
#

And we're giving you an answer

#

You just don't like what it is

rancid snow
eternal mango
rancid snow
#

This server isnt affected by the concerns so why would it move?

molten bobcat
#

And also, htb will never ask you for your ID

rancid snow
#

outside a show of solidarity or something

molten bobcat
#

Not that I'm aware of at least

crimson mantle
supple plume
rancid snow
#

are you esl?

zealous charm
#

Get back to work!

supple plume
rancid snow
#

oh rad which one

eternal mango
#

Meant the refresh token thing, or was that not you

supple plume
rancid snow
#

I forget weirdos like 10 minutes after I stop interacting with them

rancid snow
gray wraith
rancid snow
#

Weirdo got baited into being a weirdo so easily

gray wraith
#

Im battling gym tmrw vs figuring out a box

#

I might do da box

supple plume
molten bobcat
#

I have my exam report to spruce up this weekend

gray wraith
#

Cuz I feel like I know what I have to do

gray wraith
#

I dont remember kek

molten bobcat
#

Yessir

#

You got it right ๐Ÿ˜„

supple plume
gray wraith
supple plume
gray wraith
#

Iirc I started working On reset

#

Have you done it?

supple plume
#

I don't remember

molten bobcat
#

Paper is a reference to The Office

gray wraith
#

I have to study more and harder

eternal mango
#

but that's for sure the one

molten bobcat
#

Pastejacking.. huh

eternal mango
#

They had to name it something I guess

#

but yeah, overriding clipboard copied contents with simple events in js

molten bobcat
#

Nah brah, just copy paste powershell invoke web request immediately

#

It just works

eternal mango
#

Ok sorry for sharing

molten bobcat
#

I'm just kiddin

eternal mango
#

I know, so am I

molten bobcat
#

I think what you shared is very interesting

#

I crave.. a burger of some kind

frigid mountain
#

I suggest a hamburger

#

perhaps a cheeseburger

#

definitely a meatburger

gaunt gale
#

a beefburger

#

a sheetmurder

gaunt gale
#

a frankfurter

#

a flat earther

#

lmao

#

I had to

rapid badger
#

fry a runny egg in the burger juices after finished and slap it on top of the patty RPOGGERS

scenic maple
#

happend to bingbong pika

gaunt gale
#

fly a runny egg on your face and slap your face on top of your buns hun

rapid badger
#

how bout i slap deez nuts on yo face ?

winged ridge
#

so I spend 2 weeks straight just to rapport a high bug that is a duplicate?

#

are you kidding me

lime trout
zealous charm
lime trout
frigid mountain
#

๐Ÿ˜„

lime trout
winged ridge
#

and the bug is now patched 3 days after I rapported it

#

that is SUS

crimson mantle
# rancid snow and you got the answer and didnt know why it was relevant

yeah, generic answer from people that only understand stuff on surface level.... my bad for asking in the general chat where people like you think they're gods and MUST share their opinion. But it doesn't really mater to me, just wanted to check... and btw, you should know this isn't just about the age verification thing... that was the the straw that broke the camels back, as the saying goes. You do You

scenic maple
eternal mango
#

Lol wtf

terse dirge
lime trout
#

Need to make sure your not them

zealous charm
scenic maple
winged ridge
crimson mantle
#

no doubt you're going to correct me on my grammar too

dusky smelt
dusky smelt
#

bruh

#

I had similiar problem

zealous charm
#

I believe that usually means the original report had more info or sensitive data compared to your report

dusky smelt
#

thats why I quit

winged ridge
#

like if that is actually a duplicate rapport why dont they let us see that rapport?

dusky smelt
#

and they are deleting reports I think after they "close" it

winged ridge
#

that is a SCAM

dusky smelt
#

idk if it's a scam but it could be tho

#

still, it depends on their day xd

rancid snow