#general
1 messages ยท Page 439 of 1
I really want to learn go too lol
Hello 
Summoning all the nerds 
General
general radahn
๐ผ
hello friendos
im here to yap
and babble
what is this weird species of frog called
Good evening m0rph
Bro this one piece tcg
Gonna make me broke
There has to be something I can do
To make more money in this field


Steve Harvey
Light receptor
<@&861185840277487616>
Deleted messages are logged
Chill out
No threats please
Jeez
No joking with threats please
can't joke about killing folk now
???
Missing the point
It's called dark humour, liberal
What about myself

Ffs
*looks at the discord we're in*
Yeah... better safe than sorry....
I just got called a liberal by someone without embed perms
We don't spell humor with a u.
You're not American.
There is a time and place for things

Dude
I'm now at my home with my computer
Domonique De'Coco
ghost ping?
anyways, I ported my wootkit to using ftrace and it's pretty neat ๐ I finally found a working header file that was premade and it WORKS on modern kernels 
Yippee!!
delete them
the logs? but how will I stay warm in the winter if I don't have logs to burn
So true
no, the people
its htb, they all soft so dw
You burn people
Burn all of them
Legolas enters chat
just sandboxed gemini easy pezy
after 3.5 hours of repeated prompts and full scan xD
you have my sword
@zealous charm
sup big dawg
@willow magnet
will you join the fellowship
and my axe!
@zealous charm ๐
my fkin dog
any hacking?
idk how to hack
No hacking today but I went to a new burger place and the shirts the employees said "nobody beats our meat" and I want like 5 of those shirts
I would like 20
Wassup bruh, hope all is well
Nothing much, just hacking and studying lol. Wassup wit you?
@cloud osprey lets not
booooooo
yes xbox live very super serious
time and place is not it
disagree but you do you
Same, trying to stay consistent even though I have the attention span of golden retriever lol
real
current political events that do not involve tech/cybersec/privacy etc are not really the place for here
You working as well?
Me? I contract when I can but not as consistent as I want it
not to get political but || I think Extended Berkeley packet filters kinda suck ||
fair enough
construction?
No comment
Unpopular Opinion, VIM's capabilities is not worth the learning curve for syntax
Mfw someone says "you look like a Linux admin"
absolutely 100% is
I would much rather make a macro then write a script
It's not... until you use it in every other tool.
Security operations, vulnerability analysis, compliance and endpoint automation
icic
I love VIM, I only learned it for the meme, then realized. OH SHIT THIS ROCKS
Does anyone know whats going on with the US-VPN+
Funnily enough I first learned vim binds in emacs 
fair enough
I should clarify, I love vim motions, IG I could do without the editor as a whole
they're neat for a backdoor tho you can send error codes early with system calls but you can't change any of the kernel memory
it's nice fs, if you know what you're doing. Though not always worth the time to get setup
things like kube armor use EBPFs
Does anyone else parse output to an output file and then pass the contents to a formal doc through each phase of the engagement?
Say What now?
I'll pretend I know what that means and nod my head happily, so you feel valued and comfortable yapping about your niche
Extended Berkeley Packet Filters
depends where the outputs from and context
Ohh so it uses that against logs or something?
Like nxc I do, so that way I can get exactly what I want
you can hook system calls but it's read only
So, i'll output all contents to a file, then parse through that to get maybe just usernames, or usernames + domain. Or fqdn
you get the idea
and you can't interact with user space I think
Will look into it for my kube stack
if you have kube armor it already uses it
I in fact do not
this looks interesting tbh https://windshock.github.io/en/post/2025-04-29-ebpf-backdoor-detection-framework/
This article analyzes the rise of backdoors and rootkits exploiting eBPF, the detection challenges they pose, and comprehensively summarizes the latest countermeasures and research trends (2023โ2025), including Tracee, LKRG, bpftool, and hypervisor-based auditing.
nvm you can
you just can't manipulate anything in the kernel's memory like creds
hey i was wondering if anyone can point me in the right direction as to learning how to carrier unlock phones?
yeah call the provider
they ask the phone nicely
not tryin to be sus just trying to learn
Unfortunately it is one of those things that is by nature sus
Well the only time this is legal is when you're the carrier 
howdy chat
I got the job.
meow
woof ๐ซฆ
If you're not gonna use your old pfp can I have it
0pwn
Nice, for what?
bro wtf๐
idk, I just thought what's the most, "you got games on your phone?" thing I could say
yo teim
whattup
wanna watch me play cool game
Woke up late today
which one
Unlucky
ff 16
Final fantasy?
yes
hi
Started messing with prompt injection on that private AI platform I got into 4 days ago and it went way deeper than expected, I broke out of the strictly isolated Python sandbox to get root, dumped the entry binary to leak hidden api keys, and eventually found an exposed Docker socket that let me mount the host's root filesystem and fully compromise the entire server, at the end it was a hidden CTF and the LLM itself explained it, so scary..
Just tried to chill some and my crazy thoughts couldn't allow it.
not very strictly isolated then
maybe it was a honey token
So was it like a bug bounty CTF? Where they intentionally honeypot it like how their real prod system would be and then offer a reward if you manage to compromise it?
1password does this
for me it was .
IDK yet, I just sent my write-up and PoC
hope you get a bounty/cool stuff
Probably they will offer a T-shirt and a Cap xD

Sleeping
@undone fossil have you tried messing with extended Berkeley packet filters? I'm trying to think of how to weaponize them lol
interesting thing
never seen it before
From my understanding you can create ring buffers but something tells me that the ebpf VM is very strict about all of it.
reverse the ebpf drivers and see
There was some backdoor that existed for 5 years because of eBpfs and it was only doing something when a magic packet was sent
Hmmmm. I can also just explore documentation on it lol and what others have found
From my understanding it's mostly having read only access to things like Linux security modules but you can change the return values based on conditions
You can't do something like a non root user having "god mode" on the system
Is anyone know how can the helper.exe program be misused to gain Administrator-level read and write privileges?
Dont need to
Can be any bug
maybe like DoS or something
whats helper.exe
the UAC helper in some apps?
if you need admin to trigger it, it wont be accepted
I mean you can hook openat and make the entire filesystem unusable
that might be the most damage you can do with them tbh
Since you can return early on system calls just have everyone denied when trying to open anything
It's a not so effective nuke lmao
Ok so you can hook things like open at to attack sshd when it reads keys and send a magic packet to retrieve the key I think is the closest backdoor you can get so not a full shell but the closest you can probably get
hmm
But the issue is you need root ssh to be enabled
which is nearly never I think
You can also do it for a lower tier user I believe
Maybe you can also hide users with eBpfs
Yeah you should be able to hide processes and users if you can do it without having to change the Kernel's memory
@mystic harbor


hi
๐ฆ splash ๐ฆ
Letsdefend discord will be merging with HTB discord not
Same source, that make you send this message
i dont get it
If you don't want to study you then you'll feel stuck
im boutta heck the mainframe
you don't need motivation just do it and get it done
You must love it
whats ur opinion on the parrot htb edition
I kind of want to get standard parrot vm and rice it
get arx linuc
to get more familiar with the environment
Never used it actually, yet any distro will work fine
nah im staying with parrot
im boutta heck heckthebox
htb parrot is more convenient
also i like parrot os
this is the right place to heck right
does htb offer good courses or modules for JavaScript?
linuc
cuz I kinda got fined
for not returning a book on js crash course
and it'd be a waste not to use it
js interesting
js vulnerable
Hell no, try hyprland
expand
kde plasma uses hyprland
can anyone teach me how to heck my friend's whatsapp
guys how do i hack mark zuvkerpeber
I'll dm you mine
ok
do you guys write down stuff physically at all?
i want to heck him too
cuz I love writing andf do it often
spend years learning
yeah i think its extremely relevant for pentesting
also, again. I have the BOOK
it was a GOOD read
I mostly customize my terminal and tools, I dont really care about ricing the system so KDE is good enough for me
so why the heck not, the question is does HTB offer courses specdifically on that?
on js
show me yours
how
guys i hecked discord
exactly
huh
i hecked them, mark taught me how to heck
kraton

i like light theme
retired AD
wanna join?
im studying AD from academy
ok
study deez nuts echo
no AI btw
bro reacted to his own message
kratos sir teach me how to heck
no
@supple plume I hit my car right now
I was backing it into my garage and i did it too fast, hit my tail light
vro why do you use discord while driving
๐ญ no
cause he a dicord mod bruh
๐
vro call me dumbas after this
right now (last week)
echo shut yo bich ass up
Copy / Paste the flag
Then you'll feel like (I'm unstoppable)
That's what Walkthroughs are about.
I dont care about the flag tbh
Cuz you're asking for knowledge not for a fake rank on the server.
I like guided mode because it gives me enough nudge not to spoil the process but also helps avoiding rabbitholes
For web explotation, I really enjoy portswiger labs, you can select whatever vulnerability you need to practice more (sqli, xss, IDOR, SSRF, etc...)
yeah I know these labs
but I want to imrpove AD
no pings pls, learning how to abuse ebpfs right now ๐ฅ
vro you asking for pings
this absolute mogs โจnxc --users-exportโฉ
I don't find the right way to do that... skill issue on my end tho
I think doing it your way is best, reinforces use of important cli utils
oh now that I look at the writeup it says to do this
โจ```
impacket-lookupsid 'cicada.htb/guest'@cicada.htb -no-pass | grep 'SidTypeUser' |
sed 's/.\(.) (SidTypeUser)/\1/' > users.txt
dang is almost what I did

I wonder if I could make a script for the future
just finished jailbreaking my ti 84 plus ce calculator
hey im curious, im interested in networking, IT, and cloud, whats a good pathway for me to pursue to get in that general area as a college student rn, currently studying for Sec+
wait yo you deadass
mind giving me some pointers
@cursive needle
nothing blocks humans
๐
Hey anyone have does the certifications courses from hack the box?
is it good or bad>?
@terse dirge
whwat
Season of the Underground
Starts in 10h 13m
sleepy
Am ready 
I'm hoe-less to participate in the underground
For password? Or directory name?
Man deleted his message ๐ข
HTB has a nice thing, if shit doesn't work in like first 5-10 min, you are using wrong thing
I'm not hopping there
1337
XD
Does anybody know that the folks at HTB can extend black friday discounts to me currently. I was hoping to get enrolled in Gold Annual but my L&D Budget allows only up to $1000.
So lame 
just remember next time to use different wordlist if it doesn't give results after some time AND there doesn't seem to other ways
dawg its january
BF discounts on Gold Annual means the price comes down below $1000.
I remember one machine had vhost and that word was in weird wordlist, not in common
yea!
The hardest part was finding that word ๐
that aint an extension thats a whole new discount
:/ - so no.
And last day at that
hey im not staff, but id assume so, don't quote me tho. they might do you right
I hope there will be a discount on September (Gold Annual)
Warlock said no ๐ญ
i cast a spell n shit and got the info directly
I get the casting spell
How do u cast shit?
yea, OK, I might reach out to them via E-Mail from my corporate account and they might believe me. ๐
anybody knows the best email to reach them out to?
so u be a warlock basically
I would've guessed it is support@hackthebox.com - but just checking.
theres a student discount
enroll in community college
ggez
xD
what pathway u looking at?
CWEE - senior web pentester.
i think it's like 700 dollars to just buy the path
unless you also want cape
obv the exam is 350 but
they should reduce 1 dorrar
real shit
lol
you in maldev too?
i've been vaping and i feel cringe
Lmao which flavor
watermelon
i might try buy a cig flavoured one
i had the taste of these things
its really just so i dont stink 24/7
they make cigarette flavored watermelon?
i wish
billion dollar idea right there sir!
it's -25 outside. let's see in what state my pizza arrives 
pizza? What kind?
pepperoni olives
no not this time. I'm hopeful the crust will be crusty
I know they use heat bags for transport, but still -25 is pretty tough environment
i envy america
won't go outside today, or tomorrow, if I can avoid it 
the EU mind cannot comprehend Chicago style deep dish pizza
and sonoran dogs
My history teacher was a very wise man. He used to always say "The people have leaders that represent them." He used the word represent in meaning "looks just like in every aspect". 
can't wait to move bruh
move to arizona, we got in n out, guns, big ass pickup trucks, cowboys, and the grand canyon
maybe after a few months in alaska
If your main selling point is a hole in the ground, it's a no for me 
one of my major reasons for leaving here is the heat LOL
we also have a volcano you can hike
And ASU
Isn't that also a hole in the ground?
but you can't fall into the volcano. You can fall into the grand canyon
there's no gaurd rails in some parts
So the hole doesn't even work!!!!!
bruh
you can visit the wave. It's not a big hole
chicago deep-dish isnt even g ood
I guess if I was nearby, I'd go visit grand canyon once. Doesn't seem like a reason to come from afar though.
you're right, it needs copious amounts of pickles and pineapple to be good
the best is NY imo
basic, done well, cheap af
they just do the basics very well, with alot of attention to how they do it and pump it out cheap af
question I want to do wireless pentest exam, if I buy the voucher, will it unlock all parts of the course?
no
so we got to buy them individually?
yes
dang thats kinda expensive
yep. I work on that domain too (sometimes tho xD)
@stable tiger I've been messing around with eBpfs ๐ I fixed up my wootkit yesterday and now I'm using ftrace instead of just skipping the system call stack lol
Very nice, good shit twin
eBpfs seem very new and I think a bit niche but it's heavily restricted compared to lkms
eBpfs are essentially filters for network traffic in the system like system calls I think or things like security modules
Sadly you can't get "god mode" with a non root user because you can't change kernel memory
id say they're still useful for sandboxing against EDR
but
linux EDR is shit
so
๐ญ
maybe when they get more advanced
They're used in things like kube armor
Yeah I'm familiar
You could probably use eBPFs for exfiltration
They're useful sandbox fitlers tbh
filters
fuak
Yeah, I've thought about using them to hide users in the user space or processes? I'll probably do more research on it tho
Possible but tbh you don't need to do that much for Linux EDR
I think you can listen for network packets too. I read that some malware was using eBpfs and hid for like 5 years
Yeah they're very useful
meow
@static pasture you kept me sane during my mental break everyday every morning your posts it would ground me to reality Iโd say out loud โgood morning falconโ word for word every morning religiously
dwag what
@static pasture you kept me sane during my mental break everyday every morning your posts it would ground me to reality Iโd say out loud โgood morning falconโ word for word every morning religiously
@sturdy thistle ping
@meager kernel @supple plume ping
damn ghost pings
noooooooooooooooooo - you beat me again @austere sinew
huehuehue
it got renamed and updated
now it changed๐ฅ
damn
Why do people say, "ask before DM"?
because they want to be asked before getting flooded by direct messages
but just ask before DM in DM 
Did I just....
message him: before?
not in dm in the channel
lookin goon
No lol
I sent him memes, but didn't react
what are you doing with guru rank
I honestly have my suspicions
congrats to Guru
I prefer to never do this
but yeah congratulations 
But I also prefer to never DM
please ask me after, before in DM
why not
Because I tend to say some unhinged shit on there when no one's watching
but you can't do that here
Yes
you're going to explode
Forces self control
Nah I need self control
aright you can DM me some crazy shit anytime
@west venture

They didnt include Korea here lol
bcos you cant go there
or leave really
The only people reading that shit would be an APT group
(in north korea i mean)
Technically you can if you're either Russian or Chinese or a foreign diplomat
But practically yeah
technicalities isn't the point of the post
still belongs on that list though tbh
that's funny
I've seen their reels
unfortunately i already live under the aussie regime
Is it a russian or a chinese company?
no point visiting another
north koreans get hard foreign currency so they run it. you get to fly in north korean airlines, etc.
theyre closed for the last couple years
ah
since covid for non-russians
air koryo or something right?
Oh I keep seeing their reels uploaded recently
iirc thats the only one
actually.. they are open.. closed.. open... closed... it's a revolving door depending on what the state thinks at a moment. a while ago they built a beach spa for tourists and again let some groups in. then... none... the news about it is contradictory for that reason.
is it one way only right?
good luck getting back alive
anyone with a western passport aint getting in
any time recently
besides one small group of brits iirc
install arch linuc and suffer
no more boredom just pain
I'm bored of democracy bro
go to china
Oh
All hail the CCP
it varies. 9-12 months ago they let people in... now, not.. couple months from now, probably again will. they were hoping the russians would bring currency. however the russian tourists just drink booze and don't spend any real money, so they are really discontent with that.
disneylands are all on my bucket lists tbf
I aim to visit all 6 at some point of time
the issue with hard foreign currency is, it's hard for north korea to acquire outside of international trade, and they still need it for critical weapons components and such. so they either run ransomware operations for bitcoin, or let some tourists in, or do an occasional bank/diamond heist or some other form of crime.
anybody got recs for a todo list app?
what?
I didnt know they traded with anyone 
You can steal from America and it won't be a crime bc Most of the money in America is also stolen
*other than china
Of course it is
(to the second part)
they build some things like washing machines for south koreans in joint factories, but due political issues that's also on-off operation. the rest.. umm.. they have nearly nothing to sell.
I thought they ban all forms of contact with south korea
To be completely honest if I had a choice between South Korea and North Korea to spend the rest of my life in, I'd choose North.
nono. on good times the south korea has gone to north side to build a few factories, and teach how to produce car parts and such.. then the south korea has bought the produce. not many, and it's on-off, but there have been a few things to trade sporadically.
interesting
in reality, north korea is extremely resource rich. they have great soil for farming, and stuff like rare earth metals. it's just their idiocracy that causes them to be still mostly in 1960s.
found ssrf in a wordpress plugin
yeah
talent rich too
if only it was in the right place
CVE loading ๐
aw you got a conversation going. he didnt' want to play with me 
still yapping about this shit lock in vra
I heard Whoppers in China have extra pickles
served with a side of bat wing juice or something

how you doing?
No
Niceer
Ready for teh weekend
about to gym
Frosto looking at playing WoW again
I have been playing Classic WoW recently
anniversary or mop
Anniversary
There's an option for level boost in Anniversary now
Hey I have a question: new season is comming in few hours. Is this means that my rank will reset ?
@muted olive
aye grts
@lavish hull very busy today sorry no ketchup
i don't think so but at least CVE
so i don't need to share it with @austere sigil this time ๐
No ping mick doing landry today
I found a vuln in OpenLDAP yesterday but they said
"we dont maintain this package anymore so no CVE"
oof
they ship that package by default with every release 
Its a feature they want to keep in
Plex is pretty cool, they confirmed my bugs and apparently give lifetime passes for it
Oh damn thats nice
You should hack Disneyland
and get lifetime passes for that too
just be disney insider ez
they leaked 1+ tb of stolen data last year or so
Cloning facility?
the skill issue here is hard dayum im bangin my bald ass head here agains the cli
they be cloning mickey mouse
GOllumfun?
Good morning
morning bro
Hello general
hello chat ๐
proud of me @austere sinew ?
AD
active dispair
Spreading love and joy to y'all! โค๏ธ ๐ซ
Fits the name
im indian
Jk
lmao
Do you love Israel?
no comment
weird discussion
Indians are cool
I have mixed opinions about India
<@&486603600085123073> i think this is against the rules
bro pinged an entire role
i might found a priv esc in a plugin
wordpress?
How so
yes
thats cool
rule 3(i feel offended) and maybe 2
embodiment of the nerd emoji
Your profile is transphobic
word up
how?
you put your gender as baguette
ok?
Yo Danny I like everything about your profile except the Communism part
Communism >> capitalism
@fiery copper i cahnged my profile
Du bist mein star
Cool
@jagged geyser I only pinged u cuz I like ur name
oh i just read this โจPlease note that vulnerabilities requiring high-level permissions such as administrator, editor, or shop manager are out-of-scope and will be deprioritized for triage.โฉ on wordfence ๐
so no CVE i assume
I have an useless argument that wins almost every debate
this particular argument was so stupid ๐
Cuz I said so

Make the most random encounters a circus
Let's see
Nice
Second one today
AAAA well done
Yes?
hello
Hi
i'm new here
Yeah xd you're still stuck in this shit

You
Say something unhinged to me 
No bro
I wanted to say my mom, cuz she was always by my side every time I did a mistake
for me a woman is beautiful by her actions, not physique specifically
Be careful bro you may fall in love with chatgpt
I'm already married

I married ChatGPT last year and I will also marry Gemini soon
I'll marry myself so I can go prompt myself
polygamy?
Polygolam

Hi
helo
How isvit goin
Vro
now just binge reading stuff
I can give you work to do 
Xd
i personally know a guy who works 80 hours per week
on paper atleast
in realty its more like 8
I have been hacking for at least 22 since yesterday
makes like 200k ish
Indian dolars?
How do I stop impulsively spending all my money?
Hahahah
no us
Lock tf in
Stop looking at what can you buy
by having no money at all
Focus on what can you obliterate
gud luck everyone
I don't need that
I keep buying all sorts of microcontrollers
the rise of english language programmers is concerning to say the least
good luck with what
whut do y need
[REDACTED]
oh dawg...๐
tyyyy
Maybe focus on software stuff that you can make
I need also [REDACTED] and also a little bit of [REDACTED] to make it even more enjoyable
Instead
Send me some
wnna hear some bad things?
I've made nothing, I just have a bunch of Arduinos, Raspberry pi's, and ESP32s now
Oh
||# I dont want you||
Just there gathering dust?
Yes
for Emperor
I'm so bored bro
Sup
Sup
Wyd
Nothing

lol I have a vps running openclaw trading crypto for me and self training strategies
currently paper trading till it finds valid strats then im gonna fund the wallet
why give the money to ai when you can give the money to people
just buy monero at 420 bro
its just 1 hop away from some people?
I give money to people 24/7
why cant I do what the fuck I want with my money
this is peak
@supple plume nice clown emoji lol
hello
Smooth birthday party yesterday
I'm looking to connect with cyber security consultant... to learn the ropes
no piing Im hacking ass
Shit u got old
can somebody here create a telegram bot?
I threw the ball in my own cup at beer pong because i was thirsty and someone aggroed me and said that is an insta loss
im new to it
It wasnt my birthday
Chat is this real? I never heard of this
idk never seen it happen
you can offer a sip and call it a win-win
Well fucking general chat can you fuckong once be useful and go like "yes that is an instant loss / no that is a made up rule"
you're not even teen yo yet
Bruh im prolly your father
bro it's beer pong you make the rules
You came out of my left nut when i was in Andaluzia
if you convince the others about it
that's why you get 0 bitches
Yeah your mom is a nice woman cant call her a bitch
paralympics ass argument
argue with my aliases I got no time for you
โจ```sh
enum_users() {
local creds="$1"
local target="${2:-$targetip}"
if [ -z "$target" ]; then
echo "[-] Error: No target specified and \$targetip not set"
return 1
fi
echo "[*] Enumerating users from $target..."
local lookup_target
if [ -z "$creds" ]; then
lookup_target="guest@$target"
else
if echo "$creds" | grep -q "@"; then
lookup_target="$creds"
else
lookup_target="$creds@$target"
fi
fi
local raw_output
if [ -z "$creds" ]; then
raw_output=$(lookupsid.py "$lookup_target" -no-pass 2>/dev/null)
else
raw_output=$(lookupsid.py "$lookup_target" 2>/dev/null)
fi
if [ -z "$raw_output" ]; then
echo "[-] No output from lookupsid.py"
return 1
fi
local temp_users
temp_users=$(echo "$raw_output" | grep SidTypeUser | cut -d' ' -f2 | sed 's/.*\\//g')
if [ -z "$temp_users" ]; then
echo "[-] No users found"
return 1
fi
local found_count=$(echo "$temp_users" | wc -l)
echo "[+] Found $found_count users"
if [ -f users.txt ]; then
echo "$temp_users" | cat - users.txt | sort -u > users.txt
else
echo "$temp_users" > users.txt
fi
echo "[*] Total unique users: $(wc -l < users.txt 2>/dev/null || echo 0)"
}
pass_spray() {
local password="$1"
local target="${2:-$targetip}"
if [ -z "$target" ]; then
echo "[-] Error: No target specified and \$targetip not set"
return 1
fi
if [ -z "$password" ]; then
echo "[-] Error: No password specified"
return 1
fi
if [ ! -f users.txt ]; then
echo "[-] Error: users.txt not found. Run enum_users first."
return 1
fi
echo "[*] Testing password '$password' against $(wc -l < users.txt) users..."
netexec smb "$target" -u users.txt -p "$password"
}
Damn
...
tldr?
70 iq
i will take it
And?
And?
is flex time?
que es esto tio
the user_enum.asm module from my RottenPeas module for my JaranaC2 tio
means time to install arch linuc
isnt nanocorp an active box?
Im fighthing against the new implementation of my Reflective Loading Protocol for the stager
is frustrating
@scenic maple
there yes it is , but this is a general question
can u reset the password not change it
nvm ๐ฉ
aliens are real
No hints are allowed for the duration of the event. Once the event is over, feel free to share solutions.
what about doing something useful, do you know what that is?
Nah im stuck somewhere and i ahve to waste an hour
rank up it's 2026
Bot will be biased to validate itself dude, it will train itself wrong
bro you have no idea how it works...
Yeah true, got me ๐
wait until it says, purchased tikket.com for 37k to improve personal branding 
it doesnt have access to a bank account
only a crypto wallet with 20โฌ
and its apper trading anyway till it has a consistent winrate
paper*
that used to be a lot of money long ago
your ego?
Yeah
is that why people are getting fatter

Maybe maybe
Guys
How much money is a lot of money
But realistically
for what
To never work again and do what you like
where u live?
But not shit like a billion
EU
10 mill

10 million
Yeah 10 is good
10 millies you can live off bank interest
dang we guessed the same
40-50 is the sweet spot
well you are 20$ there already
Im not gonna answer but dont worry about me im fine
Ive noticed that people doing 50-80k a month are happier than those doing 1mill
is it the tax
Like the first group is balling with everything the second group is paranoid and depressed
No those that do a mill a month dont pay any ๐
But the second group worries too much its too much pressure they cant enjoy it
i wonder how many super secret ultra rich people are here
Where is here?
in this server
Hahahahahahahhaha
If u are ultra rich you would have to be stupid to fuck your brains with cybersec. You would be here just for fun
Yeah just for fun
r/masterhacker
Im here for fun
do you pay taxes?
Yeah unfortunately
Never said I was :/
Too rich to stress too poor to not pay taxes
Either way
I am pro tax avoidance
Governments steal and print it as they want anyway
Why be a moron and pay your hard earned money
me2
imagine comming to a cyber server where there is acutally smart people and say "me smart cyber is for idiots"
they gonna be wasting my money anyways
Billionaires are not evil, they just know too much
like half of the tax in my place used to go into politicians pockets
C'est la vie
Vulnerability is a bug?
but i woudlnt mind paying tax if they made stuff like public transpport
Its like that everywhere
a bug can cause a vulnerability
Exploit is an tool
no there are some places that are genuinely way better than other places
It's a verb as well
Did the chicken make the egg or the egg made the chicken type question
i would love to live in swiss norway japan etc
bro this guy only comes in here and asks this
Where lol
im convinced hes ragebaiting
tamil hackers??
what an exploit
whats a vuln
ive seen him ask 45 times
man needs a dicitonairy
china would be a good place to live in 20 years too assuming they dont go to war
I'm convinced a lot of people are here to ragebait
Japan???? Depressed place
Norway? Get blown to pieces by prices and taxes
Swiss is fine
Shhh
You're loud
Tamil hackers explain me
I use kali
i think japanesed people are depressed cause of too much work and too less human interaction
No you don't
Plsss
cloud






