#general

1 messages · Page 681 of 1

warped plank
#

I'm saying that selling point is moot in async cos Tokio and dynamic dispatch add too much overhead on runtime.

undone fossil
#

However almost always not the case, as the language pushes a lot of code smells unless you write it in a specific way

undone fossil
#

Well sure yeah the ecosystem is fucked but that's an entirely seperate problem from the core language itself

#

Also why tf does my "epic best fast language" require me to install a package to use bitflags which are only exposed via a macro

rancid totem
warped plank
#

Well most people find it really hard to actually write idiomatic Rust the way it's meant to be written. Also stupid stuff like:
<Pin<Box<dyn Future + Send + 'a>>>

terse dirge
#

Golang gang 🔥 gigagopher

warped plank
terse dirge
#

Going from go to C is a bit of a learning curve because of header files, type definitions, and typing system is a bit different

#

Also you can cast things to functions which I thought was insanely sick

worthy cargo
#

I found an alternative

#

Free

warped plank
terse dirge
#

The whole pointer initialization and handling pointers is also a curve because I've never really had to mess with pointers like in C before

#

I don't like having to break out of switch cases too

austere sigil
wanton kayak
#

What's the Crt website for?

austere sigil
opaque cradle
#

Hi all

warped plank
terse dirge
warped plank
austere sigil
#

I am so ready for the weekend

modern star
warped plank
worthy cargo
#

Now using a diff service for subdomain enumeration which works nicely

austere sigil
worthy cargo
meager kernel
#

gonna try out parrot os today

wispy flower
#

Hey

#

I watched the batman trilogy

warped plank
worthy cargo
azure remnant
#

I think i read this before

worthy cargo
#
def fetch_subdomains(domain: str):
    """Enumerate subdomains using the SSLMate API (free tier)."""
    # Use SSLMate's public API - no API key required for basic usage
    url = f"https://api.certspotter.com/v1/issuances?domain={domain}&include_subdomains=true&expand=dns_names"

    try:
        response = requests.get(url, timeout=15)
        if response.status_code == 200:
            data = response.json()
            subdomains = set()

            for issuance in data:
                dns_names = issuance.get('dns_names', [])
                for name in dns_names:
                    # Filter to only include subdomains of the target domain
                    if name.endswith(f".{domain}") or name == domain:
                        subdomains.add(name.lower())

            return sorted(subdomains)
        else:
            console.print(f"[yellow]SSLMate API returned status code {response.status_code}[/yellow]")
            return []
    except Exception as e:
        console.print(f"[red]Error with SSLMate API: {e}[/red]")
        return []
warped plank
#

interesting, it's in json too waz

undone fossil
#

i.e.

char* x = 0x1000;
x++; // 0x1001
int32_t* y = 0x1000;
y++; // 0x1004
#

also void* increments by 1

wanton kayak
#

Anyone else sat in the garden on this lovely sunny day?

raven rain
#

it is dark outside

wanton kayak
#

17 and sunny here in Manchester

meager kernel
#

is it natural for my system to lag the fuck out when my parrot os VM is updating

raven rain
#

17 degrees?

meager kernel
#

its hogging all my network resources

wanton kayak
#

17 degrees is a good temp for here, also it's just pure sun so it feels hotter than 17

raven rain
#

18.3 here in osaka

meager kernel
raven rain
#

i am not japanese

meager kernel
#

but youre living in japan

#

same thing

#

it seemed entirely useless downloading parrot

#

ill stick with kali

rancid totem
wanton kayak
#

I feel 31 cubes is an awkward amount to have left over. The 10 cube courses are absolutely beginner/minimal and the rest are either 50 or 100 cubes

#

Is the price always set by the Tier?

devout sail
#

yeah

jagged storm
warped plank
#

@worthy cargo thanks, just migrated my tool to it and it worked kek

     Running `target\debug\tricoder.exe -t hackthebox.com`
[*] Domain found, enumerating subdomains...
[*] Gathering Entries...
[+] Found 30 Subdomains!
[+] Resolved 29 Subdomains!
[*] Scanning Ports...
[+] Scan finished in: 12.3639464s
[+] Target: sso.hackthebox.com
PORT  STATE
80    OPEN
8080  OPEN
443   OPEN
8443  OPEN
[+] Target: wayback.hackthebox.com
PORT  STATE
80    OPEN
443   OPEN
8080  OPEN
8443  OPEN
[+] Target: api.jobs.hackthebox.com
PORT  STATE
443   OPEN
80    OPEN
8080  OPEN
8443  OPEN
<SNIP>

-# edited for clarity of what the tool's actually doing

cyan grove
#

Anyone got any opsec tips?

warped plank
jagged storm
rancid swallow
warped plank
#

btw how you like the new nav bar and site icons?

devout sail
#

its great 😂

#

icons are actually nice

warped plank
devout sail
#

still codeblock butts arent working 🍑 👋

#

oh u are using your own icons for machines

warped plank
devout sail
#

too much efforct

warped plank
devout sail
#

i would just make it monochrome

devout sail
warped plank
devout sail
warped plank
devout sail
#

only broken on homepage tho

rocky wraith
warped plank
devout sail
#

😳

#

wokrs

#

now tell me how tf do i fix my machine time

#

sudo ntpdate what?

rocky wraith
warped plank
devout sail
#

no no i wannt change it back to my local time

warped plank
#

ohhh

devout sail
#

with as less effort as possible

#

i dont wanna reset vmware setting from windooz

warped plank
#

sudo ntpdate <region code>.pool.ntp.org something or other

#

pick your poison for date server

warped plank
devout sail
#

ive been trying taht

#

something funky going on

#

cant ping or access

#

office network is annoying

#

well ill just live in future ig

#

ts is annoying xD

#

yesterday 🤓

jagged storm
scenic maple
#

always

high cobalt
#

But istn't a DNS problem just a layer 8 problem in disguise?

#

Lol, I found out there is a german law firm called Layer 8

heavy tusk
high cobalt
warped plank
#

@devout sail clicky clicky

azure remnant
#

my friend started posting bitcoin wallet app ads stories on instgram after installing a cracked game

muted olive
high cobalt
#

Seems like it was totally safe and definitely not a trojan

muted olive
#

I assume its to sync your time with the DC

#

for kerberos to work

sharp shuttle
#

trojan is a condom brand

patent elbow
#

IT'S FIXED

devout sail
devout sail
sharp shuttle
#

holy fuck 72 in 1

ornate ibex
sharp shuttle
#

hes in the business of penetration, safely

devout sail
#

Safe penetration

ornate ibex
#

I should have known.

devout sail
#

Well ask for some for testing

ornate ibex
#

he is stingy

sharp shuttle
#

ill have what shes having

high cobalt
high cobalt
sharp shuttle
#

i mean, when you have to lay pipe sometimes a little pipe grease gets the leak plugged

high cobalt
undone fossil
balmy basalt
#

VPSes deleted. Huzzah for finished projects and a lower cloud bill. 🥳

sharp shuttle
#

im american i dont need to buy 72 in 1 i can buy a gallon of red 40 for dinner

high cobalt
sharp shuttle
#

behind the 72 in 1

undone fossil
#

look at the left of the image i replied to

sharp shuttle
#

osint challenge failed

warped plank
sharp shuttle
#

that will be 1300 dollars

raven rain
#

is it worth buying a VPS

sharp shuttle
#

digital ocean is cheap as hell

#

aws lightsail

ornate ibex
undone fossil
high cobalt
#

Ahahaha!

raven rain
#

i already have VPN access configured

balmy basalt
raven rain
#

what benefit would rolling my own VPS bring

undone fossil
#

tailscale muh beloved

high cobalt
worthy cargo
#

I got a vultr VPS and OVH dedicated.

#

I run Proxmox VE on the OVH

sharp shuttle
#

start on the edges first then move in

ornate ibex
sharp shuttle
#

thats how you keep yourself safe from the fridge girls at the club

austere sigil
#

fridge girls?

austere sigil
#

insert omg what is that meme here

sharp shuttle
#

they big as a fridge, they eat from the fridge, they dont run like the fridge. fridge girls

austere sigil
#

I just ate

raven rain
sharp shuttle
#

froj you still lurking

worthy cargo
#

$20/mo for the OVH dedicated. I just create containers and VMs. I keep the VPS as my jumpbox/bastion into my services. Only that IP is allowed. And only my home IP is allowed to connect to the VPS.

sharp shuttle
#

yes, this is how you do it

sharp shuttle
#

the camera man had to pan away from the pants

#

the pants tent was there

#

he cannot beat the allegations

scenic maple
#

no fat shaming plox

warped plank
austere sigil
#

thats why vertical pictures are bad

#

I see, I see

sharp shuttle
#

its just a bastion

high cobalt
worthy cargo
scenic maple
sharp shuttle
austere sigil
warped plank
scenic maple
#

or desktop mode ig

sharp shuttle
#

0xWild more like 0xMILD

#

got eem

austere sigil
#

mod aboose

raven rain
#

0xCHILD???

undone fossil
sharp shuttle
#

0xPiled

austere sigil
#

very mod aboose

sharp shuttle
raven rain
#

sorry @warped plank i need to confirm your age

scenic maple
#

0xDiscordModerator

scenic maple
undone fossil
#

Nah sadly not, I can get you in touch with someone that has though if that's what you're after?

#

Have done myself for other cons

sharp shuttle
#

just want any tips

warped plank
austere sinew
austere sigil
#

@austere sinew please enjoy your ping

scenic maple
raven rain
raven rain
#

oh shit

austere sinew
scenic maple
austere sigil
austere sinew
warped plank
scenic maple
scenic maple
austere sinew
#

Unlinkedin

worthy cargo
#

Iinkedout

#

!

austere sinew
worthy cargo
#

What do I win?

austere sinew
#

The internet

worthy cargo
#

Haha

austere sinew
#

My condolences

warped plank
worthy cargo
austere sinew
heavy steeple
#

whats your opinion on certificates? HTB vs TryHackMe vs OffSec ??

worthy cargo
#

HTB is better/harder

austere sigil
#

ha got you

worthy cargo
#

More difficult

warped plank
scenic maple
austere sigil
#

@warped plank accept my request darn it

warped plank
austere sinew
raven rain
scenic maple
raven rain
#

i guess they referenced my blogpost for the cost of the exam + modules

austere sinew
ornate ibex
austere sinew
#

I found him

#

😭

austere sigil
austere sinew
#

Uhhhh

#

Uhmmmm

raven rain
austere sinew
#

I give up

austere sigil
#

not hard to find either

ornate ibex
warped plank
scenic maple
#

maybe i should write my blogs in chinese because they are more in numbers than english speakers

heavy steeple
raven rain
#

it's more of a limitation of my budget than it is a lifestyle choice

#

there is a s3 bucket backup service i wanted to try though

ornate ibex
raven rain
silk talon
scenic maple
ornate ibex
ornate ibex
undone fossil
austere sinew
undone fossil
#

id win

austere sinew
ornate ibex
sharp shuttle
# scenic maple

this is really smart to do, at work just start rubber ducking your fingers in front of your coworkers

scenic maple
sharp shuttle
#

wolo are you a pilot yet?

undone fossil
#

i will hotbox my room again

raven rain
#

huh.. that's pretty cheap

silk talon
austere sinew
undone fossil
#

blown to smitherines

worthy cargo
#

My domain

austere sinew
scenic maple
#

i would ppost my side project but it would leak a lot fo things sadge_business

#

hmmm

#

lots of swiss users

sharp shuttle
#

they are not exactly local though

worthy cargo
#

LOL

rancid totem
worthy cargo
#

Traffic on my website

scenic maple
#

how do u know its not asian boys

sharp shuttle
scenic maple
worthy cargo
#

I pay $110/3yr for a 2TB storage server for my PVE backups

#

It's from HostHatch

#

Pretty good service

zealous charm
sharp shuttle
#

guys why do they ruin every single season finale

#

invincible and the boys, absolute shit

raven rain
#

what about the One Punch Man season 1 finale

worthy cargo
#

And I also use Proxmox Mail Gateway. I'm a huge lover of Proxmox products.
PVE Proxmox Virtual Env.
PBS Proxmox Backup Server
PMG Proxmox Mail Gateway

#

Been self hosting my own email for my own domains since 2010

#

Damn, going on 16 years email server admining

sharp shuttle
#

stranger things did their rword inverted hermeneutic, i bet they thought they were so fuckin esoteric

#

it was so lame omg

worthy cargo
#

https://www.youtube.com/watch?v=2H0nXaReH0w

We need to take you with us! In order to make... experiments!

➤ Subscribe: http://bit.ly/PsyUniverseSubscribe
Liquid Soul & Zyce - We Come In Peace (Feat Solar Kid) - Iboga Records
After their last collaboration delivered us the MASSIVE HIT - Anjuna, Nicola Capobianco aka Liquid Soul & Nikola Kozić aka Zyce gathered here once again to produce yet another MEGA HIT! so close your eyes, turn up the vol...

▶ Play video
raven rain
#

ok what about dragon ball z finale

worthy cargo
#

dances

sharp shuttle
#

i have never liked dragonball, no hate

#

same with one piece

raven rain
#

shame

sharp shuttle
#

just not my thing

raven rain
#

ok what about JoJo's Bizarre Adventure Battle Tendency finale

sharp shuttle
#

Did not watch that one either

raven rain
#

well. idk

#

i don't consume regular TV unfortunately

worthy cargo
#

Fortunately!

#

Fuck TV

sharp shuttle
#

yeah its so bad man

raven rain
#

the last TV show i watched was Tokyo Vice which was pretty good

worthy cargo
#

“Television is by nature the dominator drug par excellence. Control of content, uniformity of content, repeatability of content make it inevitably a tool of coersion, brainwashing, and manipulation.”
― Terence McKenna

raven rain
#

but they decided to cancel it for some reason

worthy cargo
#

Average American watched 4-6 hours of TV a day

sharp shuttle
#

go into a room with boomers, show me one boomer who does not have a tv on at all times

worthy cargo
#

Sitting on the couch, in front of the TV, blood leaves the brain and pools in your ass, eyes glaze over, zombified

#

TV is literally like a drug.

#

McKenna was right

#

“No culture on earth is as heavily narcotized as the industrial West in terms of being inured to the consequences of maladaptive behavior. We pursue a business-as-usual attitude in a surreal atmosphere of mounting crises and irreconcilable contradictions.”

#

I slept 4 hours only and then I woke up.

#

Past two days I only got like 3-4 hours of sleep a night

#

I'm exhausted.

molten bobcat
#

Tv as background noise is one of my like

#

Sensory comfort things lol

worthy cargo
#

I like music for that. Or documentaries online. Or news on YouTube.

patent talon
#

I have just finished creating a vulnerable VM based on the fast16 (predecessor to stuxnet) that in the new lately.

undone fossil
#

I find TV just mind numbing

undone fossil
#

i dont get how boomers can sit there and watch tv slop all day

#

i shall now return to laughing at my 400th 67 meme

scenic maple
#

dont u sit there and watch ur phone and monitor all day

austere sinew
#

one show was in black and white i shit you not

woven hound
#

Hi guys

summer urchin
austere sinew
summer urchin
#

entropy troll

scenic maple
#

a few ww3s here and there

zealous charm
scenic maple
#

attacking coldfusion

summer urchin
scenic maple
summer urchin
#

secret server I see troll

supple plume
scenic maple
supple plume
#

Invite secretly

scenic maple
#

😩

supple plume
#

Member smuggling via http

sturdy thistle
#

@austere sinew it has arrived

supple plume
#

@austere sinew get pinged by getting pinged @austere sinew

opal lark
#

I’m alive.

rancid totem
#

what'supp

#

I accidentally started learning LISP

#

was just reading Yara rules

boreal pike
#

@scenic maple ping!

scenic maple
boreal pike
#

I heard I was getting invited to the team server? Kappa

gusty eagle
#

what are the general top 5 must-haves for cybersecurity?

boreal pike
analog perch
#

Another morning with engineer of openreach. spent 2 hours with ISP customer support. It has been a week since I spent everyday 2 hours at least

gusty eagle
scenic maple
#

but there is quota for active people

#

inactive people get purged

undone fossil
#

Being able to read documentation, avoiding shortcuts, seeking best practice, asking good questions, communication skills and technical writing

#

here's 6

boreal pike
scenic maple
#

i sometimes read documentation and understand nothing 😔

analog perch
#

How could they prove with their high tech speed test device, everthing works perfectly and online speed checkers shows terrible internet connection. It doesn't make me convinced

boreal pike
#

Aint that a mood...

gusty eagle
analog perch
#

Is anybody here using Zen?

boreal pike
#

My grandma got hit by a bazooka...

undone fossil
#

Mainly being able to use it as a quick reference guide. It's a skill you build over time, no need to heavily focus on it tbh

gusty eagle
#

I always wanted to know more about how malware works. Also I am interested in how computer security works on lower levels and i am interested in security systems

boreal pike
iron galleon
#

I saw the light in a sunrise
Sittin' back in a 40 on the muddy riverside
Gettin' baptized in holy water and 'shine with the dogs runnin'

scenic maple
undone fossil
#

Something like that is the stuff you'd be solving, as well as how to read the function prototype

#

but that's just "do you know C" tbh

devout sail
#

I know him

scenic maple
#

is loading the msgbox like a todo app for react?

undone fossil
#

golam im gonna ship you a shoebox filled with 4 billion locusts

#

may they reap what you have sown

austere sinew
scenic maple
austere sinew
#

NO

#

STOP

#

THE PINGS PLEASE

#

😭

scenic maple
#

@austere sinew do something abt it

iron galleon
#

It can me a boat

austere sinew
iron galleon
#

It can buy me a truck to pull it

austere sinew
#

now what @scenic maple

#

@scenic maple how are you

scenic maple
scenic maple
undone fossil
#

@austere sinew i hope this ping finds you well

austere sinew
austere sinew
undone fossil
#

just a quick ping (@austere sinew) to check up on your @ping

scenic maple
austere sinew
scenic maple
#

my grndma pings faster than u

undone fossil
#

@austere sinew let's take this offline

#

circle back and discuss how we're going to handle this misalignment

austere sinew
undone fossil
#

I've cc'd in @scenic maple just to have a second pair of eyes

scenic maple
#

yall live this close?

austere sinew
scenic maple
#

i mean uk is smol but didnt know this smol

austere sinew
#

like

#

in the same room rn

undone fossil
#

she doesnt know where i live

#

im in her walls tho

austere sinew
#

im in your walls

scenic maple
#

u guys know that doors exist right

austere sinew
scenic maple
austere sinew
#

inefficient

#

but on a serious note yeah the uk is tiny

scenic maple
austere sinew
#

nu uh

supple plume
austere sinew
#

i like this little island of misery and mischief

scenic maple
#

arent yall like always wet and gloomy

#

weather is wrecked

meager kernel
#

hello

austere sinew
#

hallo kratos

meager kernel
#

hey wolo

austere sinew
meager kernel
#

how are you

scenic maple
#

and 20C heatwaves Kappa

austere sinew
meager kernel
austere sinew
scenic maple
#

my fridge runs at 20c

austere sinew
#

😭

austere sinew
#

I'm having intense sugar cravings rn

#

fantasising about sugar rn

meager kernel
#

im being really lazy nowadays

lime trout
#

👀

meager kernel
#

not even going to the gym

gusty eagle
austere sinew
lime trout
#

huh

#

oh

devout sail
lime trout
#

no, that was 'hi' eyes, not 'are you sure' eyes

meager kernel
#

yes

austere sinew
meager kernel
#

im being lazy

#

and depressed

devout sail
#

Issok enjoy some free time

lime trout
#

im not a doctor i believe u

austere sinew
devout sail
#

Get icecream

austere sinew
#

wait why did i read this as are you good

devout sail
#

I have some weird flavor one

austere sinew
#

i'm so cooked

devout sail
#

It's light green color

lime trout
austere sinew
#

fighting for my life against illiteracy

lime trout
#

HTB Academy: English Edition

#

just teaching you B1 english

devout sail
#

Add it as a module

austere sinew
devout sail
#

HTB1 engrish

#

@meager kernel i just came home from work and feeling sleepy, i sleep > wake up > goto work > repeat
You got it better with just laziness 💀

rancid totem
meager kernel
#

i should study and gym

#

idk why im being a lazy fuck

lime trout
devout sail
#

Or hack and become gand master

lime trout
#

?

west venture
gusty eagle
lime trout
#

A#/B#/C# are language fluency levels

west venture
#

What's B2

lime trout
#

its a meme

supple plume
#

my fluency is in kilometers

lime trout
gusty eagle
#

B1 = Bottle of Water, C2 = boo o wa

west venture
#

I am probably C2

#

Or something

gusty eagle
#

if youre C2 youd say "im peak m8"

lime trout
#

C2 is 67

cyan grove
#

where’s the best place to store a recovery phrase for crypto hardware wallet

gusty eagle
spiral crypt
lime trout
#

some people just memorize it, some store on paper in a safe, some use metal cards in a safety deposit box 🤷

#

figure out what threats your trying to protect against, the level of risk you'll accept, and go from there

zealous charm
#

just leave your crypto in the online exchange for safe keeping. Mt Gox is still holding mine

gaunt hinge
#

Do you guys have any recommendations to study linux for a begineer? (For ethical hackers)

west venture
#

Use it

austere sinew
#

@undone fossil your tribe is growing

gaunt hinge
austere sinew
cyan grove
#

That’s what I’m looking for

undone fossil
#

i am dead today

#

help

meager kernel
#

HTB is best

#

idc what anyone says

#

HTB is best

molten bobcat
#

Hello dead I am cloud today

undone fossil
iron galleon
austere sinew
molten bobcat
#

I am off work today

austere sinew
undone fossil
#

Hi off work today, I'm wage cage

molten bobcat
gusty eagle
#

Internet Protocol sounds super badass

rancid totem
#

when I said Mutex I thought this

west venture
#

Internet Protocol Version 4

scenic maple
mystic harbor
gusty eagle
#

THE INTERNET PROTOCOL

analog perch
#

I'm unemployee so only 42 left

gusty eagle
#

from the makers of The Matrix

rancid totem
#

lisp viruses PB_heart

analog perch
#

Guys, I can't understand tcp Ip, ethernet frames much. Visually I can't have solid understanding

#

It is hard to understand I guess

#

why do I need to know this 'The Preamble and Start Frame Delimiter (SFD)'.

#

Is it kind a n anatomy of networking?

west venture
jagged storm
analog perch
#

It is junior cyber sec. path

#

networking topic

jagged storm
#

There best way to learn how packets work is with packet tracer

gilded fern
analog perch
remote bolt
# scenic maple

this is so real, especially when u have a job which never finishes, like repetitive work in factory, delivering pizzas to peoples home, cleaning toilets, working in restaurant, callcenter job, there seems to be no end to it

analog perch
#

In Theory of this protocols and how they work as a description is not sufficient to understand but yeah I guess need to see with my own eyes in simulation environment

gusty eagle
analog perch
#

when I overwhelmed, I go and grab a challenge on HTB. it relaxes my nerves haha

rancid totem
#

Yeah

#

It's definitely the anatomy

#

Start Frame Delimiter, so said SFD is literally just a mark

heady sage
analog perch
#

I just want computers doing their own thing when I hack, that's all. I don't care much what is going on inside their blood vessel

alpine bolt
#

im currently looking for somebody to work with me, if interested DM, if it breaks any rules, note to the mods : i did not know, you can warn me about it, its cyber-security based and please note to the people dm'ing : make sure you are advanced enough to help me

iron galleon
iron galleon
#

Really soothes the nerves, especially when youi do it at a mom n pop shop

#

Anyways anyone wanna fund my porclain veneers

uncut aspen
#

nahh

iron galleon
#

😂

#

Imagine being a millionaire and still having kleptomania

uncut aspen
#

why would someone fund the computerTRASH

uncut aspen
iron galleon
#

lmao

gusty eagle
#

can i get embedded gif permissions so people dont think i will scam them everytime i post a gif plox

remote bolt
gusty eagle
remote bolt
#

good luck begging for permissions to sent some stupid gifs whaahaha nolife

gusty eagle
#

uhhh

#

😶‍🌫️

analog perch
#

server

#

spent some dollar to underrated emoji pack

uncut aspen
#

Pay to win...... huh?

rancid swallow
rancid totem
#

--embedded-tv=ON

gusty eagle
#

gifs are super lame tbh

reef sierra
#

Hey guys

gusty eagle
#

☑️

gusty eagle
#

i bet you would never find a gif that best describes your password

pearl grotto
#

dont know where should this go: But if I click "Cancel Plan". Will the subscription downgrades to Free tier? I wanted to cancel the Auto renewal

spark mulch
#

@sharp shuttle friend finally supplied new av

turbid goblet
#

If u cancel the plan it deletes the whole website and all backups i think so be careful

spare acorn
supple plume
#

@scenic maple

#

get pinged by the power of DISCORD

mystic harbor
#

@scenic maple golammmaaaaaaaaaa

spare acorn
#

@scenic maple cuz

mystic harbor
#

He's gonna start timing out prayge

scenic maple
supple plume
#

Plus a Madagascar hissing cockroach

#

do not google

heady sage
rough mirage
#

altho i hate bugs

#

caterpillars are disgusting

#

bees too

supple plume
#

that sounds terrible

rough mirage
#

imagine hearing this at night when you're alone in bed at 2am

supple plume
#

my computer ass is muted

#

htb when shipping a freature for private bounty programs?

#

@lime trout

lime trout
#

huh

#

wdym

supple plume
# lime trout wdym

I mean it would be cool if htb offers bounty programs to third parties and only high ranked players can be invited

lime trout
#

There is already enough players in that space lol

#

if anything we'd partner with an existing one

supple plume
#

otherwise my idea can go straight to a jira ticket that nobody will read

heady sage
supple plume
#

that also works for me

#

neither way I get shi xd

mystic harbor
#

@supple plume spray

supple plume
mystic harbor
manic anvil
#

i have a silly question i had seclists in wordlists directory and as its own directory in the share directory the problem i wanted to delete one so i deleted the share one but then the other didnt want to work

supple plume
manic anvil
#

and like the other inside /usr/share/wordlists stopped to work and when i try ls it show it as red which mean its zipped now?

supple plume
#

idk show screenshot

#

but thats kinda confusing

#

anyway you can reinstall the wordlists

manic anvil
manic anvil
supple plume
#

it could also be sitting in the trash directory

#

~/.local/share/Trash/ in my case

worthy cargo
#

Hello

supple plume
#

hi

manic anvil
supple plume
manic anvil
worthy cargo
#

I did something today which might get me in trouble

manic anvil
worthy cargo
#

The light was yellow, turning red and I sped, and by the time I got to the light it was red and I crossed it anyway

#

I hope I don't get a ticket for that

#

Traffic lights have cameras everywhere

worthy cargo
#

No

#

Fuck Elon Musk

rough mirage
#

dam

#

i rlly wanna get a car again but idk how im gonna convince my parents

#

bcuz i fucked up the last one

spark mulch
#

build your own from scrap

manic anvil
rough mirage
manic anvil
# rough mirage huh? 😭

my friend did this once lol by mistake they rammed like the police cars guarding the convoy at the end of it

rough mirage
#

that's crazy

#

that must be a serious crime, no?

manic anvil
#

yeah lol it went fine tho because like it wasnt announced the president would be there anyway

molten bobcat
rough mirage
manic anvil
frozen terrace
#

U guys have tried pwning a machine in htb using termic+nethunter rootless?

rough mirage
manic anvil
molten bobcat
rough mirage
frozen terrace
rough mirage
manic anvil
molten bobcat
#

Kali nethunter is a variant of the OS for mobile devices.

rough mirage
frozen terrace
manic anvil
#

like cant you just use sudo

molten bobcat
#

Well most mobile phones don't allow the user to have sudo permissions or terminal access

manic anvil
rough mirage
molten bobcat
#

You'd need to "root" the phone in order to change the underlying OS

manic anvil
frozen terrace
molten bobcat
jagged storm
frozen terrace
#

Fair enough

blissful jewel
#

did not read the question but anything with android what id do is jailbreak it

molten bobcat
#

I'm sure

manic anvil
molten bobcat
#

It can! But it doesn't have to

#

Hence the rootless version I believe

frozen terrace
manic anvil
#

i thought it replace it by default that why i got confused why need root when you literally have it

molten bobcat
#

Rooting phones and changing their operating systems isn't within my wheelhouse

worthy cargo
#

Rooting phones is easy if there is an exploit/jailbreak available. But if there isn't, you'd have to be security researcher to find one, if you can.

hoary dawn
#

I have Claude updating an 11 year old source code

worthy cargo
#

Look at XDA developer forums

#

Check your phone model # and see if there is a public root exploit

molten bobcat
#

I also recommend exercising caution with rooting phones you're actively paying for

#

As it could violate contracts and shit

#

You would do this stuff on a phone you don't use for day to day use lol

frozen terrace
#

Hmm nvm seems no one using rootless to pwnes a ctf machine

worthy cargo
hoary dawn
#

I realistically just need help with the 2,000+ items and objects and all that, aka the assets

#

The code itself would be easy since it’s already in c# which is what unity uses too

#

And then the client back in the day was flash, so unity client will replace that

manic anvil
hoary dawn
#

My boy Claude would never

worthy cargo
#

You got money to pay for claude code or what?

#

Just using the website?

spark mulch
hoary dawn
#

Yea it’s only $20 a month even when using Claude terminal

worthy cargo
#

You N'Wah!

hoary dawn
#

As long as ur not a token junky 😂

spark mulch
#

that reminds me i need to continue my cursed morrowind run

molten bobcat
#

Bro was gonna hit me with n'wah with the capital n

spark mulch
#

where i'm playing as a mage and not minmaxing at all and just playing it totally straight

molten bobcat
#

Terrifying

silver forge
#

I played a bit of that Arena Breakout Infinite game hmmmHug I had to collect 15 food items

spark mulch
#

and also have tribunal activated so I'm constantly getting attacked in my sleep by assassins

#

which means i have to savescum before every sleep

molten bobcat
#

I found my favorite ability in final fantasy so far

#

I CAST FULL METAL FIELD

frozen terrace
manic anvil
frozen terrace
#

Hmm? I apologize I don't time to correct someone

#

Ask llms instead

molten bobcat
#

You will never correct me

#

I am letting you know that what you said was incorrect

frozen terrace
#

Come again later

frail turtle
#

Is 16 dollars for like 6oz of steak good

#

These fuckers at the deli charging me $16 for like 4 little tiny slices of steak

#

I literally gave them a disappointed look and left the store empty handed.

#

Then i went to another deli about 10 min away

#

Got this for $5

silver forge
#

what is that

frozen terrace
#

A steak

frail turtle
#

Chicken

#

With ceasar sauce on top

jagged storm
#

It looks about as appealing as $5 can buy.

blissful jewel
frail turtle
#

Bro then this is the best horse ive ever eaten because its actually good

frail turtle
#

Like their steak

#

From the other deli

#

Is not even that great

#

How you gonna charge $4 for bad steak

scenic maple
frail turtle
#

Anyway time to get back to work

scenic maple
rapid badger
#

That would be like 25 buckaroos in canada sadglas

frozen terrace
#

Let him do his reaearch beyond to his field

scenic maple
#

So from what I can see he is correct

#

Where is he wrong

#

🤔

#

Although it's better to a avoid heated discussions

frozen terrace
#

Well said

scenic maple
#

If u think that will cause an issue

#

We can have different perspectives

#

Maybe we are both right

manic anvil
#

guys is there a better way to read thro ffuf results it just display everything and its up to you to find where it found something waz

frozen terrace
scenic maple
#

Also u should filter results

#

Read the man page

#

Add the flags for colors and filtering

worthy cargo
manic anvil
scenic maple
#

Progress as in not showing z/y requests per second?

manic anvil
scenic maple
#

I don't think there is a default way to do that

#

U will have to pipe the output and do hacky stuff

worthy cargo
#

Talk to Satan chat bot!

#

LOL

manic anvil
scenic maple
manic anvil
#

cant have nice things in cybersecurity world waz

manic anvil
formal dragon
#

Hello

tired quarry
mossy lynx
#

Happy to be a part of this community! Hello guys.

rancid snow
mossy lynx
#

How so?

rancid snow
#

terrible community lol

mossy lynx
#

Lol, alright thanks for the heads-up man..

balmy basalt
mossy lynx
#

Hello sir...

manic anvil
#

the new weekly streak system made me go thro half the module in one session waz

supple plume
#

I wish someone would just give me feedback

#

I need feedback guys

#

FEEDBACK

#

🔁

fallen gulch
#

It did me in.

supple plume
#

Feetbac

#

Also gatekeeping software engineering back to 2020 would be nice can we nuke AI?

#

Ples

obtuse fern
buoyant minnow
#

Hi

supple plume
obtuse fern
vestal nimbus
tired quarry
supple plume
#

bombastic time waiting

#

can someone give me feedback?

#

I need feedback

buoyant minnow
#

what would a "proof of enrollment" be im in hs idk what it wants me to add

turbid goblet
#

What are we feeding back echoes

obtuse fern
west lynxBOT
supple plume
west lynxBOT
#

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

mystic harbor
#

Even looks like him

random aurora
#

No hint about what what ?

west lynxBOT
#

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

supple plume
#

@mystic harbor

west lynxBOT
#

I understand that you are contacting us from a sanctioned region and experiencing a block on our services. I apologize for any inconvenience this may have caused. Please know that our company is committed to complying with all international laws and regulations, including sanctions. As a result, we must restrict access to our services in certain regions. We can't provide you with any assistance on this matter. Thank you for your understanding and cooperation.

#

@everyone

stone marsh
#

Exam submitted, time for a beer

cloud osprey
stone marsh
turbid goblet
dense turtle
#

Hello guys

worthy cargo
#

Hello

dense turtle
#

what should i do? open a ticket?

worthy cargo
dense turtle
#

yea twitter its valid

iron galleon
dense turtle
#

but still resolve to x?

worthy cargo
#

Fuck Elon Musk

#

I don't use Twitter

#

I self host a federated social software

#

Sharkey

dense turtle
iron galleon
#

oh lmao

formal coral
#

anyone tried silentium box

#

I'm stuck on root part

worthy cargo
#

Sharkey

azure remnant
dense turtle
worthy cargo
#

It's a Misskey variant.

formal coral
#

I'm sorry

formal coral
#

i got the cve

quaint sun
azure remnant
formal coral
#

and exploit but didn't worked

lapis apex
azure remnant
#

Total cves

#

1 cve to root

azure remnant
#

Credit to @supple plume

formal coral
#

POC ???

worthy cargo
# lapis apex Tf is that

Sharkey is a microblogging platform within the Fediverse, which is a network of interconnected social media services. It is a "soft fork" of Misskey, designed to enhance user experience with a focus on beautiful design and ease of use, while allowing interaction across different Fediverse instances.

#

Like Mastadon

#

For example

azure remnant
mortal forge
worthy cargo
#

But only smaller and better.

dense turtle
formal coral
#

i didn't see for poc i was reading wiz report and trying to exploit

worthy cargo
#

Stop using twitter/x

mortal forge
formal coral
#

it's been 5 hours

mortal forge
#

now i am going to use it twice as much to compensate for you not using it

dense turtle
worthy cargo
#

I just told you

#

Check out Fediverse

mortal forge
worthy cargo
#

Self host something.

mortal forge
#

dont self host anything

azure remnant
mortal forge
#

outsource to big corp

worthy cargo
#

Or better yet, connect to one of the many instances people run

#

mastadon.social

#

for example

#

Akkoma

#

Pleroma

#

Misskey

#

Sharkey

#

etc. etc.

lapis apex
worthy cargo
#

No, man

#

Just look up what fediverse/federated software is

#

Which I think runs mastadon, I can't remember

lapis apex
#

Go touch some grass g

quaint sun
#

Basically, it's multiple services, and instances of those services, all communicating over the same open protocols / standards, meaning different platforms are compatible with each-other.

For example, you can see posts from Threads (Meta) on Mastodon.

mortal forge
quaint sun
#

It's pretty cool and more people should use it. I have accounts there to support.

mortal forge
#

i will keep using twitter tho

#

too much work

lapis apex
formal coral
worthy cargo
#

I also run a pixelfed instance, but I don't federate with others. I don't have enough disk space. It's just private community for friends.

#

You can self host federated software, and not federate. Standalone instances

iron galleon
worthy cargo
#

"Where are your brains, in your ass?" </The Phantom Phreak, Hackers 1995>

stone marsh
random aurora
#

💔

quaint sun
frigid mountain
#

😄

random aurora
#

I'm trying to do game in unity and I found myself in cyber so I'm so proud of myself that passion in just cyber not game deveoplment

worthy cargo
#

1200 Micrograms

stuck grove
#

Are the HTB servers down? I've tried to connect to do a lab and it won't let me through any protocol. Does anyone else have the same problem?

worthy cargo
#

I'm tired of this! Always 500 server error. Accept my payload ya numpty

#

You enter a special, magical dimension. The dimension of the spirit world.

heavy steeple
#

DMT 🐸

worthy cargo
frigid mountain
worthy cargo
#

One of my favorite is Dorcet Perception

#

Really, I almost went to that show a few years ago

#

I love Shpongle

frigid mountain
#

this would have been 2014ish

azure remnant
supple plume
#

@mild galleon hey sorcery got retired, I am still waiting for the legendary video. You have the write up now buddy. Give us a good whoop ass video mr Hammond 🔥

zealous charm
#

@maiden anvil hey hey hey

supple plume
#

If you do I'll subscribe to your channel with my grandmother's account

maiden anvil
unkempt cradle
#

Excited to share that I’ve been assigned another CVE.

CVE-2026-6201

This vulnerability allows attackers to achieve serious impact through improper handling of user input, discovered during manual testing of an open-source application.

Finding this issue required deep analysis of the application’s behavior and identifying how it could be exploited in a real-world scenario.

This marks my 4th CVE, and I’m continuing to focus on high-impact vulnerabilities, including RCE.

zealous charm
unkempt cradle
unkempt cradle
zealous charm
unkempt cradle
lapis apex