#general
1 messages · Page 681 of 1
However almost always not the case, as the language pushes a lot of code smells unless you write it in a specific way
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
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>>>
Golang gang 🔥 
Honestly, a bit disapointed that my first interaction with GoLang is to fix a C dll header file that includes go funcitons 
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
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
sir, crt.sh is not part of orange cloud
What's the Crt website for?
huh?
Hi all
it's for looking at crts 
Why not use openssl client for it instead?
passive enum
I am so ready for the weekend
kernel panic
<t:1777644000:R>
Now using a diff service for subdomain enumeration which works nicely
crt.sh is down. unreliable.
which is?
Stop crashing my dreams
SSLMate CertSpotter API
gonna try out parrot os today
I don't wanna log in to spy on subdomains 
https://gitlab.com/Eggzy/webcheck-cli check it out and let me know what you think. Hopefully everything should go smoothly with the install. Read the README.md. You also need to sign up for a Google PageSpeed API for free to get performance results, otherwise it doesn't matter if you don't care about it.
No login required
I think i read this before
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 []
interesting, it's in json too 
main thing is remembering that when you increment a pointer, it's going to increment by sizeof datatype
i.e.
char* x = 0x1000;
x++; // 0x1001
int32_t* y = 0x1000;
y++; // 0x1004
also void* increments by 1
Anyone else sat in the garden on this lovely sunny day?
it is dark outside
17 and sunny here in Manchester
is it natural for my system to lag the fuck out when my parrot os VM is updating
17 degrees?
its hogging all my network resources
17 degrees is a good temp for here, also it's just pure sun so it feels hotter than 17
18.3 here in osaka
i forgot youre japanese
i am not japanese
but youre living in japan
same thing
??
it seemed entirely useless downloading parrot
ill stick with kali
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?
yeah
You get refunded some cubes for each completed module. So, while there are more expensive modules, you also get more back.
@worthy cargo thanks, just migrated my tool to it and it worked 
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
Anyone got any opsec tips?
An interesting question, Clark.

cos my site isn't needed for any challenges or sherlocks 
btw how you like the new nav bar and site icons?
yeah figured they fit in with the site more
too much efforct
gonna fix this istg
i would just make it monochrome
THEY'RE NOT MEANT TO WORK XD
only broken on homepage tho

can you full refresh, just pushed a change
cool website
I usually just use DC FQDN
no no i wannt change it back to my local time
ohhh
sudo ntpdate <region code>.pool.ntp.org something or other
pick your poison for date server
Thanks 
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 🤓
The ultimate DNS troubleshooting tool. Think it might be DNS? It probably is! It's always DNS.
always
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
We learn something new everyday lol
They even have a page explaining Layer 8 problem 😂
my friend started posting bitcoin wallet app ads stories on instgram after installing a cracked game

just use faketime
libfaketime modifies the system time for a single application - wolfcw/libfaketime
Seems like it was totally safe and definitely not a trojan
trojan is a condom brand
IT'S FIXED
I usually do that but this one. Time i tried system wide and fucked up
Forget about condom, have this
holy fuck 72 in 1
@silk talon I didn't know u owned a company.
hes in the business of penetration, safely
Safe penetration
I should have known.
Well ask for some for testing
he is stingy
ill have what shes having
The more you read, the more cursed it gets. What do they mean its also a Video Game?
think about it
Every body parts need a bit of engine oiling once in a while
i mean, when you have to lay pipe sometimes a little pipe grease gets the leak plugged
I wonder if they also come with a needle to inject it into idk the hand? For smooth mouse grip 
I'd argue the 13in1 is more cursed
VPSes deleted. Huzzah for finished projects and a lower cloud bill. 🥳
im american i dont need to buy 72 in 1 i can buy a gallon of red 40 for dinner
Which one is 13in1?
behind the 72 in 1
look at the left of the image i replied to
osint challenge failed
oh look: Soap 
that will be 1300 dollars
is it worth buying a VPS
just roll your own
digital ocean is cheap as hell
aws lightsail
I'm saving money to do the same.
shampoo
conditioner
body wash
toothpaste
mouthwash
deoderant
peanut butter
gatorade
milk
tin foil
?????
dental floss
?????
Ahahaha!
i already have VPN access configured
For this it was. Fiddling with some stuff I didn't want pointing to my public IP. 😅
what benefit would rolling my own VPS bring
tailscale muh beloved
I am too lazy for finding OSINT details okay?! 😭
sir all you have to do is not have tunnel vision
start on the edges first then move in
u save money in a way but spend it in on other way
thats how you keep yourself safe from the fridge girls at the club
fridge girls?
insert omg what is that meme here
they big as a fridge, they eat from the fridge, they dont run like the fridge. fridge girls
I just ate
saving money to spend it..
froj you still lurking
$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.
yes, this is how you do it
the camera man had to pan away from the pants
the pants tent was there
he cannot beat the allegations
no fat shaming plox
so... it's basically a homelab cos you can only access it at home 
no, it routes
its just a bastion
Okay okay, I will try your step by step tutorial next time ...
No I run services, apps, websites etc.
tiktok user finding out about monitors

monitors?
sir I am too old for tiktok
think I misunderstood the last sentence then 
or desktop mode ig
mod aboose
0xCHILD???
somewhat
0xPiled
very mod aboose
have you ever done CFP for Defcon?
sorry @warped plank i need to confirm your age
0xDiscordModerator
its so over now
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
please, i am submitting a workshop, not a talk
just want any tips
Well, Discord did it why not you now?
(god damn Australian government)

@austere sinew please enjoy your ping
what if u used ur thumb finger 
nice try, i'm not falling for that opsec fail
oh shit
WILL IT EVER END
insert no meme here
Who is this distinguished gentleman
my opsec is so shit you can search up my username and my linkedin will pop up before my website 
apperiently it was supposed to be wild but he is verified
on it
rule 8739: never link linkedin to anything
Unlinkedin
You win
What do I win?
The internet
Haha
My condolences
it's not linked to anything 
hmm
@austere sinew https://gitlab.com/Eggzy/webcheck-cli check this out
How did you even manage that one then 😭
whats your opinion on certificates? HTB vs TryHackMe vs OffSec ??
HTB is better/harder
ha got you
More difficult
Ooooh very nice
XD
but bro is not japanese 💀
@warped plank accept my request darn it
told you, my opsec is down to shit
Tryhackme’s certs are irrelevant, hackthebox’s certs are starting to enter the market and the content is good, offsec’s certs, whilst overpriced, are the gold standard for gettingajobTM

i guess they referenced my blogpost for the cost of the exam + modules
Use duckduckgo
Yes, the overhead cost of managing the infra and backups and so on..
find me now
i have no backups. when will i be screwed?
I give up
not hard to find either
anytime, if u like to live life in the edge, then sure u can do that.
yeah I see how I can find you just from HTB 
maybe i should write my blogs in chinese because they are more in numbers than english speakers
HTB is harder than OffSec?
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
Well then u'd still have to backup ur data in cloud at least until u get a physical backup drive.
yea. i wanted to try Backblaze B2 for backing up my password vault. don't have any ideas for my media + personal files though
Neither did i
I'm surprised by the traffic composition on my domain.
if it is a long-term storage and infreq access them u can use glacier or something from aws
where did you get this footage of @austere sinew
I am going to fight you
id win
Nu uh
rich
this is really smart to do, at work just start rubber ducking your fingers in front of your coworkers
thats how she passed verification
wolo are you a pilot yet?
i will hotbox my room again
huh.. that's pretty cheap
Proud
I’m gonna dm you my response to this
she vanquished the entire trout population
blown to smitherines
My domain
Frog straw
i would ppost my side project but it would leak a lot fo things 
hmmm
lots of swiss users
all those asian girls are trying to reach you
they are not exactly local though
LOL
what's that
Traffic on my website
how do u know its not asian boys

I pay $110/3yr for a 2TB storage server for my PVE backups
It's from HostHatch
Pretty good service

guys why do they ruin every single season finale
invincible and the boys, absolute shit
what about the One Punch Man season 1 finale
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
okay but im talking about finales for the series, like the end of the show
stranger things did their rword inverted hermeneutic, i bet they thought they were so fuckin esoteric
it was so lame omg
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...
ok what about dragon ball z finale
dances
shame
just not my thing
ok what about JoJo's Bizarre Adventure Battle Tendency finale
Did not watch that one either
yeah its so bad man
the last TV show i watched was Tokyo Vice which was pretty good
“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
but they decided to cancel it for some reason
Average American watched 4-6 hours of TV a day
go into a room with boomers, show me one boomer who does not have a tv on at all times
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.”
https://www.youtube.com/watch?v=inqhNd-bts0
As I laid there, I couldn't move. The room began to spin. I was focused outside my body. ❤️
Provided to YouTube by Label Worx Ltd
Fead Huck (Original Mix) · Space Elves
Terrestrial Planet Finder
℗ Dimensional Records
Released on: 2012-04-10
Composer: Space Elves
Auto-generated by YouTube.
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.
I like music for that. Or documentaries online. Or news on YouTube.
I have just finished creating a vulnerable VM based on the fast16 (predecessor to stuxnet) that in the new lately.
I find TV just mind numbing
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
dont u sit there and watch ur phone and monitor all day
every time there's a tv in a hospital wait room i die inside, like our media is slop but it gives dopamine, their slop is... i don't know the purpose of it
one show was in black and white i shit you not
Hi guys
the world is becoming quite........ chaotic
always has been
a few ww3s here and there
any hacking today?
its another server
Invite
team server
Invite secretly
😩
Member smuggling via http
@austere sinew it has arrived
@austere sinew get pinged by getting pinged @austere sinew
I’m alive.
@scenic maple ping!

what are the general top 5 must-haves for cybersecurity?
A good password, not clicking random links, not sharing private information online-

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
u can send request
ok 🙂 i meant more as a professional/freelancer
Being able to read documentation, avoiding shortcuts, seeking best practice, asking good questions, communication skills and technical writing
here's 6
I will ping you daily. 
i sometimes read documentation and understand nothing 😔
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
Aint that a mood...
Thank you, I was thinking of trying to make myself familiar with reading documentation. Do you have any examples that i can try myself out in?
Is anybody here using Zen?
My grandma got hit by a bazooka...
Hmmmm, any particular areas of interest? i.e. web/low level dev/AD/cloud etc.?
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
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
Want to find out how malware works? Click this link to find out! ---> (insert link here). 
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'
zen who?
Last is eye drop
Ohhh okay cool. Okay so look up "msdn messageboxa", and find the flag value for specifying a question mark icon on your message box
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
I know him
is loading the msgbox like a todo app for react?
golam im gonna ship you a shoebox filled with 4 billion locusts
may they reap what you have sown
yippee



NO
NO
STOP
THE PINGS PLEASE
😭
@austere sinew do something abt it
It can me a boat
okay fine @scenic maple
It can buy me a truck to pull it
Now this
@austere sinew i hope this ping finds you well
@undone fossil circle back to deez
what about this @scenic maple
just a quick ping (@austere sinew) to check up on your @ping
weak
@undone fossil i hope this ping finds you before i do
my grndma pings faster than u
@austere sinew let's take this offline
circle back and discuss how we're going to handle this misalignment
@undone fossil im outside your house
I've cc'd in @scenic maple just to have a second pair of eyes
yall live this close?
we're literally
i mean uk is smol but didnt know this smol
im in your walls
u guys know that doors exist right
ew

move to brasil
nu uh

i like this little island of misery and mischief
hello
hallo kratos
hey wolo
it's very mild
how are you
and 20C heatwaves 
im good hru
im good too, how was your day
there's no justification for that tbh
my fridge runs at 20c
😭
still goin
I'm having intense sugar cravings rn
fantasising about sugar rn
lol relatable
im being really lazy nowadays
👀
not even going to the gym
thank you, is there a way of learning this without knowing all the abbreviations?
no i'm not pregnant these are regular sugar cravings
Is it that time of the month?
no, that was 'hi' eyes, not 'are you sure' eyes
oh LMAO
Issok enjoy some free time
no i'm tired and want sugar
Get icecream
wait why did i read this as are you good
I have some weird flavor one
i'm so cooked
It's light green color
reading is hard
fighting for my life against illiteracy
Add it as a module

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 💀
Oh
yea im being fuckign stupid
i should study and gym
idk why im being a lazy fuck
is meme
Yeah go gym
Or hack and become gand master
?
What's B1 English?
The thing before B2 English
A#/B#/C# are language fluency levels
What's B2
its a meme
my fluency is in kilometers
B1 = Bottle of Water, C2 = boo o wa
if youre C2 youd say "im peak m8"
C2 is 67
where’s the best place to store a recovery phrase for crypto hardware wallet
Laminated piece of paper 👍
depends on your threat model
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
just leave your crypto in the online exchange for safe keeping. Mt Gox is still holding mine
Do you guys have any recommendations to study linux for a begineer? (For ethical hackers)
Use it
@undone fossil your tribe is growing
Thx
overthebandit wire
do you mean overthewire bandit
Like where nobody would find it for many years
That’s what I’m looking for
Hello dead I am cloud today
found the paid actor
that's so real - brain no worky
I am off work today
noice
Hi off work today, I'm wage cage

Internet Protocol sounds super badass
when I said Mutex I thought this
No 5
in my head I imagined a super blockbuster movie
THE INTERNET PROTOCOL
from the makers of The Matrix
lisp viruses 
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?
Why
Depending on what you plan to do, you don't
There best way to learn how packets work is with packet tracer
I agreed.

yeah true. I have that packet tracer simulation
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
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
why not
Ahahha
Yeah
It's definitely the anatomy
Start Frame Delimiter, so said SFD is literally just a mark
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
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
When I'm overwhelmed I shoplift
Pennywise.gif
Really soothes the nerves, especially when youi do it at a mom n pop shop
Anyways anyone wanna fund my porclain veneers
nahh
why would someone fund the computerTRASH
i can't imagine
lmao
can i get embedded gif permissions so people dont think i will scam them everytime i post a gif plox
Type -embedallow
first u need to think like a hacker, eat like a hacker and live like a hacker
holding your mom prisoner as we speak
thnx for showing respect to moms who already died
good luck begging for permissions to sent some stupid gifs whaahaha nolife
Pay to win...... huh?

--embedded-tv=ON
gifs are super lame tbh
Hey guys
☑️
i bet you would never find a gif that best describes your password
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
@sharp shuttle friend finally supplied new av
If u cancel the plan it deletes the whole website and all backups i think so be careful
Canceling the plan only stops auto renewal. Sub will be available till the next cycle, then it downgrades to free
Thanks, really
Thanks @spare acorn
@scenic maple golammmaaaaaaaaaa
@scenic maple cuz
He's gonna start timing out 

jus seems like a bug, whats so scary?
altho i hate bugs
caterpillars are disgusting
bees too
mostly the name what about hissing cockroach
that sounds terrible
oh wow that sounds horrible
https://www.youtube.com/watch?v=nFR_400HvtM
imagine hearing this at night when you're alone in bed at 2am
my computer ass is muted
htb when shipping a freature for private bounty programs?
@lime trout
I mean it would be cool if htb offers bounty programs to third parties and only high ranked players can be invited
There is already enough players in that space lol
if anything we'd partner with an existing one
well I all for it here is my email echoesofwhoami@proton.me
otherwise my idea can go straight to a jira ticket that nobody will read
@supple plume 
28 year old
🫵🏻
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
you deleted the whole /usr/share directory?
no lol just the seclist directory that directly inside of it not inside /usr/share/wordlists
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?
idk show screenshot
but thats kinda confusing
anyway you can reinstall the wordlists
cant lol i found that i had a snapshot and i just used it
i know but i would wait like half an hour for it to download
Hello
hi
even if i used the rm command?
yes
ahoy
I did something today which might get me in trouble
damn i am not trusting AI again
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
tesla driver?
dam
i rlly wanna get a car again but idk how im gonna convince my parents
bcuz i fucked up the last one
build your own from scrap
rammed the president convoy?
huh? 😭
my friend did this once lol by mistake they rammed like the police cars guarding the convoy at the end of it
LMAO WHAT 😭
that's crazy
that must be a serious crime, no?
yeah lol it went fine tho because like it wasnt announced the president would be there anyway
You look like a dark elf from elder scrolls
was this during biden or now?
oh lol i see , no this isnt america we dont get people trying to kill president here usually thats why it went fine
U guys have tried pwning a machine in htb using termic+nethunter rootless?
u still alive
oh I thought you were in america lol, what country u in?
XD i prefer to keep that info kinda
Not really, phones are really clunky to use for infosec
ah yeah I get it, it's fine
I know his country
my fingers are too fat for that ong
ok i can see why you need root for termux but does nethunter used it?
Kali nethunter is a variant of the OS for mobile devices.
I'll just assume he lives in epstien islands and move on /j
The rootless one is what im usin
yeah thats why i am wondering why would it need root if its an os?
like cant you just use sudo
Well most mobile phones don't allow the user to have sudo permissions or terminal access
trust me bro i looked it up

You'd need to "root" the phone in order to change the underlying OS
dont look at me like that last time i used phone for anything like this was hacking games
We have chroot for that
This is a dumb answer
this whole conversation is dumb lol
Fair enough
did not read the question but anything with android what id do is jailbreak it
I'm sure
oh wait i see lol ,nethunter doesnt replace it ?
https://www.kali.org/docs/nethunter/nethunter-rootless/
here who needs to be educate
i thought it replace it by default that why i got confused why need root when you literally have it
Rooting phones and changing their operating systems isn't within my wheelhouse
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.
I have Claude updating an 11 year old source code
Look at XDA developer forums
Check your phone model # and see if there is a public root exploit
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
Hmm nvm seems no one using rootless to pwnes a ctf machine
My Diablo 2 modding studio is such shit codebase, if I hand it to AI it will get destroyed.
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
did it delete it yet?
My boy Claude would never
what do you want, outlander
Yea it’s only $20 a month even when using Claude terminal
You N'Wah!
As long as ur not a token junky 😂
that reminds me i need to continue my cursed morrowind run
Bro was gonna hit me with n'wah with the capital n
where i'm playing as a mage and not minmaxing at all and just playing it totally straight
Terrifying
I played a bit of that Arena Breakout Infinite game
I had to collect 15 food items
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
I remember now
it's proot, I apologize
no lol i think what cloud mean that mean nothing because the phone is rootless?
Come again later
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
what is that
A steak
It looks about as appealing as $5 can buy.
that is horse meat brother
Bro then this is the best horse ive ever eaten because its actually good
Like their steak
From the other deli
Is not even that great
How you gonna charge $4 for bad steak
What if he incorrects you 
Anyway time to get back to work
Back to the gulag
That would be like 25 buckaroos in canada 
Bro is igniting a flame again
it is crystal clear that my question is beyond to his expertise, he already stated that
Let him do his reaearch beyond to his field
So from what I can see he is correct
Where is he wrong
🤔
Although it's better to a avoid heated discussions
Well said
If u think that will cause an issue
We can have different perspectives
Maybe we are both right

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 
No it's not, it's just a technical arguments
Maybe I can learn from him
Do u have coloring enabled?
Also u should filter results
Read the man page
Add the flags for colors and filtering
yeah and like i filter things but is there something to remove the display of the progress ? because its really annoying lol
Progress as in not showing z/y requests per second?
yeah all of that it like cover all the results i know like you can save the result as html but i kinda for now looking just to do it as terminal result
I don't think there is a default way to do that
U will have to pipe the output and do hacky stuff
John Oliver discusses AI chatbots, why they’re flirting with users unprompted and encouraging people to open soggy cereal cafes, and how their flaws can be genuinely hazardous to the public.
Subscribe to the #lastweektonight YouTube channel for more almost news as it almost happens: www.youtube.com/lastweektonight
Or find us on your favori...
Talk to Satan chat bot!
LOL
i found a way but its way worse lol because you cant check your progress like nmap

cant have nice things in cybersecurity world 
the thumbnail literally said "
"
Hello
Guys this might be helpful sometime
Pivoting Tools command generator -
https://pivotkit.teamsimple.net/
Happy to be a part of this community! Hello guys.
youll regret this
How so?
terrible community lol
Lol, alright thanks for the heads-up man..
Hello and welcome!
Hello sir...
the new weekly streak system made me go thro half the module in one session 
It did me in.
Feetbac
Also gatekeeping software engineering back to 2020 would be nice can we nuke AI?
Ples
feedback: smells like feet
Hi
whether or not my feedback is /pos or /neg is up to you to interpret
Looks goated
Will be cool to use this for use cases other than chisel and ligolo. Nice.
-# Speaking for myself, I already know how to setup chisel and ligolo.
Yeah! i know the setup is sometimes a headache, especially for beginners
what would a "proof of enrollment" be im in hs idk what it wants me to add
What are we feeding back echoes
reach out to website support to answer that question
Need to speak to a person? Learn how to reach our support via HTB Labs.
FEED ME
No hints are allowed for the duration of the event. Once the event is over, feel free to share solutions.
Even looks like him
No hint about what what ?
No hints are allowed for the duration of the event. Once the event is over, feel free to share solutions.
@mystic harbor
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
Exam submitted, time for a beer
exam finished beers, different than the previous exam beers, which are both obviously different than the pre-exam beers
Exactly, almost like I got more expensive beer for the post exam 
Whatd you take?
Hello guys
Hello
yea twitter its valid
wasnt lizard sec the guys who took down xbox live
but still resolve to x?
Fuck Elon Musk
I don't use Twitter
I self host a federated social software
Sharkey
it was lizard squad, not sec
oh lmao
Sharkey
its 1 cve to root

It's a Misskey variant.
I'm sorry
you're good
I mean
and exploit but didn't worked
Tf is that
POC ???
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
The whole box is 1 cve and u get root flag
atp give me your anydesk code i will do it for you gang
But only smaller and better.
yeah it resolves to x, thanks
i didn't see for poc i was reading wiz report and trying to exploit
Stop using twitter/x
no never
it's been 5 hours
now i am going to use it twice as much to compensate for you not using it
what should i use then? 💀
twitter bruh
Self host something.
dont self host anything
The poc needed some adjustment before it worked for me
outsource to big corp
Or better yet, connect to one of the many instances people run
mastadon.social
for example
Akkoma
Pleroma
Misskey
Sharkey
etc. etc.
So its a layer on top of existing social medias?
No, man
Just look up what fediverse/federated software is
there is also https://infosec.exchange
Which I think runs mastadon, I can't remember
Go touch some grass g
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.
it’s actually pretty interesting
It's pretty cool and more people should use it. I have accounts there to support.
Right so its smth similar to unified inbox but now you get unified social media within the fediverse?
thanks let me try it
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
"Where are your brains, in your ass?" </The Phantom Phreak, Hackers 1995>
The good old CWES
Bro you will make excited and skip the burn out and do many things but still
@stone marsh
💔
That's a way to think about it yeah
😄
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
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?
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.
Provided to YouTube by Label Worx Ltd
Ayahuasca (Original Mix) · 1200 Micrograms
1200 Micrograms
℗ Eye Spy Publishing
Released on: 2002-09-30
Composer: Riktam, Bansi, Raja Ram, Chicago
Auto-generated by YouTube.
DMT 🐸
I love this one
Saw Shpongle Live at Red Rocks. the full show. I think it's on YouTube. Best live show I've ever seen.
One of my favorite is Dorcet Perception
Really, I almost went to that show a few years ago
I love Shpongle
If u pay attention it sometimes say "This incident has been reported"
@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 🔥
@maiden anvil hey hey hey
If you do I'll subscribe to your channel with my grandmother's account
is this from that weird vacation song
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.
I’m on vacation! Every single day, cus I love my occupation!
will this be a fire linkedin post??
what job u got
Popping shells and getting paid
🤔🤔🤔
How many shekels per hour?



