#general
1 messages · Page 686 of 1
It wasn't
Just because something is open source, doesn’t mean that it can’t have vulns
A lot of open-source does not get looked at with enough scrutiny
Morn Morn
I am going to arm wrestle an excavator
Shower complete … level up
Word
Bedtime mode engaged
I'm diving deep into NIST soon
Which standard?
Security and Privacy Controls for Information Systems and Organizations
What I'm actually looking for is how controls are mapped to hands on work in system security
But I have severe ADHD and I need medication for that but I haven't seen a psychiatrist about it yet
It's hard for me to sit and read. It's hard to pay attention while reading.
@worthy cargo creatine helps a bit
like workout creatine..also good for the brain
Creatine ( or ) is an organic compound that, in vertebrates, facilitates recycling of adenosine triphosphate (ATP), primarily in muscle and brain tissue. Its phosphorylated form, phosphocreatine, donates phosphate groups to adenosine diphosphate (ADP), turning it back into ATP. Creatine also acts as a buffer. It has the nominal formula (H2N)(HN)...
I love creatine
I hear that
I third that
Get ai to read it to you
skulll emoji
Or notebooklm can turn it into a podcast
Creatine is great
🔥
Indeed!!! I put it in my smoothie every morning.
I'm finishing up leg day with 20 min on the treadmill rn
Killed myself on squats as always
Strawberries, Mixed Berries, Pumpkin Seeds, Sesame Seeds, Sunflower Seeds, Cacao Nibs, White Chia Seeds, Maca Powder, Goji Berry Powder, Ceylon Cinnamon, Morniga Leaf, Psyllium Husk, Tumeric, Ginger, Orgain Protein Powder, Eggs, Lime, Banana, and Creatine. Every morning 🙂
Chia seeds are based af
I just drink them in water sometimes
yo is it true that u need to be ranked hacker or + to sent a gif or u was troling i am asking fr
It's all good, I just need to get my workout routine back in action. I did 2 weeks ago every day but not this last 2 weeks. I am climbing tomorrow though. I'm getting too old to not be active.
Hey asta, I don't know about here, but there are discord servers where you can't send GIF without having right rank.
So that seems legit man.
Yeah
i feel that. 40 here
You are young haha.
thx
I'm not that much older though.. only about 10 years more
still, theres a diff
I actually feel better at 50 than i did at 40 🙂
Your here too vigorizante! LOL your everywhere I go
nice. same here 40 vs 30
lots more walking
Nyxx404, I've been lurking in here for months
I'm going to a Cyber meet up friday where they will do a HTB
I have not done anything on HTB yet
I hate that my htb user name is user on here lol 😭 I might change it to rouge spoon so I dont have to look at the cringe name I picked haha

Heheh, some of us are in a lot of servers together
Hi Karmanya!!!!


Thats awesome hopefully its lots of fun (:
I left THM tho
Hahah fair
fair enough
The discord, still have 2 months on my sub
The chat is so dead lately on thm
THM over moderates everything
mine ended back in feb end
anyways since last 4-5 months i didnt do any as such usage of THM
Your not wrong
Their discord is just fucked. Platform is not bad.
oh btw check this tool i had made few months ago
https://github.com/Karmanya03/Deadrop
I joined the platform a month before the Echo fiasco but I'm glad I did. The training there is good and a good way to get started.
yeah
All the cool people were exiled and left due to the way the trust eroded with privacy.
I'll do HTB once I learn more
Say bye bye to your wallet

Cybers tough! I have no problem learning a new load balancer or moving large groups of servers to a new load balancer, migrating hundreds of TACACS in ISE using python to push configs and create import sheets for ISE.
No problem learning a phone sytem or firewall operations, vpns, network equipment, arista, topologies
But cyber is TOUGH lol
That's why I need to do portswigger and some Hack Smarter first
So many topics on top of new things are always coming out staying on top of it all is tough haha
Yeah but is like 200 for a year rip wallet
Yeah, it's priced accurately though.
It's actually pretty cheap for training. Cisco charges thousands for one class.
Heck Smorter
Thats robbery
Everything is inflating like crazy. And the billionaires get richer while we all get poorer.
We should be thirlled that HTB only charges $200 for year
Netflix premium is MORE!
I have a way out I will live in the sewers and beg for coins😊
I'm thinking to automate some stuff in bash for recon on HTB boxes. For example, auto scan with nmap, then fuzz for subdomains/dir/files etc. using ffuf, what else?
ideas?
Which teenage mutant turtle are you?
Challenge yourself like I did and use python
Think about using the socket module to test if a port is open
write your own nmap in python, it's simple just to check for port open
Im making a AD Pentesting framework on RUST...mostly its made but testing & debugging is pending/ongoing slowly
Haha
I vibe code everything now. I don't code by hand anymore. I just audit the code produced by LLMs
you can also use python to run system commands like feroxbuster, or wget to download images
I was a fullstack LAMP developer for years
hahaha
NICE! I did LAMP for a few years
understandable
demn
I have a gitlab repo you can check out
It was at a company that was email marketing ... i had just moved here and I was a linux admin at a spam protection company
moved here and got hired to help send spam lol
https://gitlab.com/Eggzy/webcheck-cli this is my latest one
Check out the screenshots.
It's a quick website recon tool, OSINT
Website/domain recon tool
lol the academy finally hiding comments names in the modules
that looks tight dude
https://gitlab.com/Eggzy/smb_enum This is a useful tool
first thing I do on windows boxes is run this script to see if there is anything available on smb and auto download all available downloadable files
so it just automates Download whatever files found on smb?
yea, they're awesome for fasts...just...I wish they didn't cling on the exit :/
Oh ok ..
i thought its an alt tool for existing stuff like smbclient/rpcclient, netexec/crackmap ,E4L etc
Has the following options:
parser = argparse.ArgumentParser(description="Enumerate SMB shares anonymously or with credentials, list files, and optionally download them.")
parser.add_argument("server", help="IPv4 address or host/domain to scan")
parser.add_argument("-d", "--download", action="store_true", help="Download files from accessible shares")
parser.add_argument("-s", "--share", help="Specify a share name to download from")
parser.add_argument("-u", "--username", help="Username for SMB authentication")
parser.add_argument("-p", "--password", help="Password for SMB authentication")
Nah. It just scans an IP or domain for if SMB is open, and if so, which shares are available, and optionally download all downloadable files
nice
that way I don't have to manually type commands and browse around in smb etc.

hehe yeah thats good
Fun stuff and very helpful for CTF challenges
That's why I'm thinking to automate some more stuff for HTB boxes
So I don't have to manually do things
like fuzzing for dir/files/subdomains
I used to do PHP then Perl but Python is the best
throw up emoji
No Eastside is the best
i love doing that too , if u need me as contributor lemme know
I vibe code everything now. I got lazy
i usually do projects on RUST nowadays
AI made me lazy
you can't be too lazy until you retire pal
gotta keep learning new things, keep that brain sharp
same but i still try to do whatever things i can which are important or atleast understand wots happening or wot code its giving
sharp minds will prevail, critical thinkers will prevail
https://gitlab.com/Eggzy/d2tools Checkout the code here. None of this was vibe coded. You an see the quality of my code
D2 Tools, I call it D2Modder
Diablo 2 modding studio for windows
Diablo 2?
in PHPDesktop
ah yeah u showed yesterday this one right
oh lol really?
I remember having a pindle bot in D2
i sold an account for like $150 a long time ago
Here is what my Diablo 2 mod looks like thanks to my tool.
yeah
i had a lvl 99 HC Zon with a windforce
those Zons are badass
that cow level over and over and over and over
Here's what D2Modder looks like
I implemented the whole Diablo 2 Item system in PHP
Do you still play D2 then?
Do you run a pindlebot on battlenet
oh blah
Dont worry im on the way too already , but im running out of useful ideas
that pindlebot was dope, just killed pindle over and over while i slept
only picked up good stuff
I bookedmarked it karmaed
Guys , Finally i decided to overcome my fear and try and do practical learning instead of just learning theory all day , i set up my Kali Virtual lab enviroment , SSH client from windows so i have less lag in kali , started doing the first newbie boxes on HTB labs connecting through open vpn and my own lab and oh boy i feel so good and i feel im putting my theory into work finally , i know the labs are easy but it just feels nice :))


Welcome
star it plox xD
Me after my nth hour of enum

Thank you so much im doing the associate path now then probably will do cpts or web one still will experiment 😁 , and in parallel im studying for my ccna exam
thank you for support guys
hope one day i become good and give back to the community
CJCA > CWES > CPTS

Yes will probably take that road
https://gitlab.com/Eggzy/funguybot I coded a whole bot with numerous plugins for Matrix chat
Isn’t that the like “secure” discord
Following plugins
Everything 100% vibe coded
100%
It's not very ... sophisticated
But it's fun and it works and I got some useful plugins
as long as it works
thats what matters ...the end results
As security professionals should we forget about learning how to code properly and just vibe it out all the way ?
I was already a full stack dev for many years
I feel discouraged improving my coding skills when codex can do it for me
same
i was a dev before , Use claude code its so good , but you must know and understand what are you doing and why are u doing it , structured code with AI is powerful
me n my team has won 20+ hackathons ...majority before the AI slop arrived
I use claude code for free with nvidia NIM models/api
I try not to. Vibe coding or using ai for code has made me a bit worse I think at writing code
oh how i can do that
This is true but does it matter if my work isnt SE
look at my command above
└─▶ ANTHROPIC_AUTH_TOKEN="freecc" ANTHROPIC_BASE_URL="http://localhost:8082" claude
I use a proxy to talk to local models and nvidia
i see thank you for telling me about this , probably there should be a post somewhere that tells me how to set it up
MODEL_OPUS="nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct"
MODEL_SONNET="nvidia_nim/moonshotai/kimi-k2-thinking"
MODEL_HAIKU="nvidia_nim/stepfun-ai/step-3.5-flash"
MODEL="nvidia_nim/z-ai/glm4.7" # fallback
Well i work as a SWE , so ..welp ...i still get some coding practice tho AI is allowed there but AI becomes useless in many stuff coz ..sensitive data might be there
hope they dont patch it or like disallow it
I'd say it depends on the person I can't speak for everyone tbh just what I've experienced and I've never worked in software engineering so I can't speak on that either
Fair enough, Im just struggling in deciding what to focus on
nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct is one of the best models to use for free
I also use Deepseek v4 with 1M token context window
It's slightly slower than other services, but it's free and doesn't impose limits
API is however you have to pay for
Like what?
wot GPU are u having 

Well I currently work in GRC role which is less technical, and I want to move into a more technical role like SOC or Pen testing thats why im on HTB
Oh cool ok ...i had the same but laptop variant
GPU burnt out last year
Nvidia NIM allowes 40 api calls per minute for free
pentesting is dead, go SOC for job security
40 req/min free on NVIDIA NIM. Free models on OpenRouter. Fully local with LM Studio
if you work for a good soc they let you threat hunt, which is just pentesting
I think Nvidia also released a Trillion Parameter model too , or was it just rumours
Both are great, do whichever you like better
No idea
saw some news few days back
I think Nvidia should give me access to all their stuff and send me free 5090s
im changing my username but still not updating on the Labs site , meanwhile academy gets updated , any reason for that ?
same
-# my startup is literally in their business partnership inception program too, but welp import tax makes things 2x expensive even with discounts
the bot takes a bit to make updates

I'm in my Matrixbox diredtory in claude and asking it to check webehck.py
lol
Let's see what new plugins it suggests for the bot
happens , i make that mistake too half of the time
im thinking of dropping windows and installing linux on my laptop tbh
Do it
if you have never done it, its the first step into infosec
do it
i have 5060 i7latest gen
i can dual boot
ye lol
Based. Install void Linux
Or containers 👀
yep that too
my laptop pretty decent handles workstation good
My daily driver is mint vm inside an arch vm inside of a docker container inside of a debian container inside of openbsd

That would be pretty wild
you at a party
"My daily driver is mint vm inside an arch vm inside of a docker container inside of a debian container inside of openbsd"
her: wowwwww
🙄
Her: y0 dawg we put a vm inside your vm
haha, i tried though. turns out you can't use virtualization inside of a vm
my daily driver is me. i daily drive to places myself
but you can run containers!!!
Probably
There is also one called SoldierX where politicans get hacked
i know all about the drama months before the news
Good!
Politiicans are evil all over the worlds, it's all controlled by money now.
We must unite!
i wouldnt call them evil, i would say they are just playing the game
people become politicians to help solve the big issues
they learn in the process that they have to jump through their own hoops in the process
they thus become what they are and people hate them for it unless theyre a cult leader
politicans are just pawns on a divine 4d chessboard with an unknown amount of secret societies acting as single players, and us, we are not even playing the same game, if they are playing chess we are playing trouble (or any game with a dice roll) in our daily lifes
The problem is that the people with the money for the campaign choose who they are going to fund ensuring their victory
correct, pawns
That's why we hack
insulation
is it possible for malware to spread onto your main windows machine if you connect to someone’s rdp
if you want to be safe for those situations you can use a linux vm
and rdp from linux
thats not true, clipboard sharing still works with evilwinrm
its all about how the session is configured
you can get spiked if you are stupid
want to visit an unsafe site?? snapshot your linux vm and go to it
if needed revert
also vm/container escapes are real
you never know
its just better not to connect to sketchy shit
Yeah, someoen could have a malware execute an escape, but that's more unlikely
they are more likely to target weak indivduals unless it's a targeted attack
i think we have entered a reality where 0-days and n-days are being discovered hourly by super computers
you have no idea anymore
we already have hackers using ai
yes, and it must be tamed
hackers are basically infants now
before it goes all Terminator 2 on our asses
son, its already there
you know most companies take 3-6 months to report a breach, if ever?
massive
most companies try to bury it
they wanna cover their butts
and most companies too, dont even know they are compromised

Yup, I know all of this all too well
APTs are the bread and butter of the real hackers
information is always more valuable than resources
Been that way since the beginning only it was a lot easier to do things when the Internet started
It was a fun time
i would argue today the internet is more insecure due to scaling
back then a botnet took forever to cultivate
now its potentially done in hours
Depends on the scope of the hack
Stuff like OSINT, today is much easier to get info
think about how quickly mass systems get pwned by supply chain
But when windows 95 had no firewall and was directly connected to the internet with a public IP
Now those days were fun
that wasnt a concern in 1995-2009
and when you connected to EFNEt it showed your public IP
microsoft simply included vulnerabilities on purpose (at the direction of the NSA) back then
There was a .c program that would lock up a remote users win95 bsod
now its just unintentional because they hire outsourced idiots
but thats also purposeful
plausible deniability hanlons razor
fucking genius
The whole age verificaiton is a scam for the NSA to have backdoors into computers
speaking of which, the reent github uptime graph is a good indicator of how tech as a whole has gone
Russia Iran and NK don't really ahve internet
why would that matter?
you said more outages lol
russia and iran only blocked it this year
that's technically an outage
ah sorry, i thought you were implying something else
just sayin
The internet itself is not insecure
the way that big companies leave unpatched holes is
hmmm my name still didnt change in the htb labs website
I think its less that, intel cpus are already in lots of shit. windows itself IS a backdoor
anyone knows why ?
its their servers that have the issue, the software
it is NOt the Network!!!
It usually isn't!!
🙂
I'm a network engineer lol
age verification is just a slow burn to give up something that leads to giving up something larger later
Elon Musk already got his dirty little hands on all of our information
elon musk is more on our side than anybody else, even if you dont want to admit it, hes kinda irrelevant in the grand scheme of things
thats why hes kicked out of a white house position
people have forgotten that the best way to deal with demands they don't want to follow is to just build a new community
not saying i like him, just that he is jaded by the reality just like us, im sure
he got kicked out of the big boys table
his largest contribution to the end of the world was starlink
he did his job
they spit him out
he also bought into the nonsense and helped them burn it down
he was the paypal code jockey for a short while before he was their angel investor
his bosses have their own momentum now
starlink has destroyed the ability for a true uprising against the status quo, its a network of not only survieillance satellities, but its a network of lidar sats that correlate signal triangulation from space. and you cant just take them out of orbit.
so even if you wanted to, you cant just go make your own nation
you will get ruby ridged
its also extremely obvious that starlink is a DARPA funded space force project
it was literally unveiled in ukraine before the public had access
they're going to use all of the social media and geolocation data from all the sporting events and concoct an instant event mechanism where they're able to get groups of people to do whatever they want based on past trends
also, starlink has competitors now
there are only about 14000 satellites flying around, i myself have a ham radio cubesat up there
there is lots of space for that
you sent a pig into space?

you can control groups of people with just google maps lol
wassup
its just a ham radio module
oh i see your point
yes
but you cant incite them
you know, rile them
undermine prosocial movements
suppo vro hru
you can though, just pay off the sports team so the other riots
doing fine , how are ya?
especially certain zipcodes
good been trying to induce a reverse shell condition through morse code tones
on a sdr
wheres the fun in that
*paint
CIA hire me, i am confident in my ability to engineer serendipity and civil wars
noice
aw and i just have super autism
you are ganna be shitting all night long brother man
cia hire me, i will cancel out the "I" in AI
i like to buy a giant bag of sugar alcohol swedish fish as a laxative alternative
im about to make a cuppa right now, in paints name
adding paint thinner
my iq is far too high
my brain rn on 2hrs of sleep + woke up n drank
= 


need to regulate, you feel?
i dont have an iq
unless you mean IQ file
i have IQ files
zumi you have a high ass iq, your eq might need some work
my eq? my equals?
your luck over time at the casino of course
I was a staff sausage in the army i have plenty of emotional quotient
i dont gamble brath >=[
king shit of toilet island
omg monster has a discord server???!!!
king toilet of shit island
ya lol

mmmm monster
I'm eatin my post workout meal rn
i need to sleep but im not tired

quesadillas with adobo skirt steak and pickled onions
i was gonna study cape on this trip but my brain been too crazy in the evenings to study
mmm pickled onion
im preparing for CAPE too ...ya but i'll be able to take it up probably by next year
Money problems
niceee i wanna take it in a month
i just started prep for it tho
so we will see
Good luck man, you'll easily clear it fs
perhaps i might need to do some prolabs as prep
my dumbarse would need a lot of pratical practice coz im rusty after CRTP
and that pingpong box i heard its good cape prep
Oh thx will look into it too
I very rarely do boxes unless they are worth my time
Im not impressed or learning enough most of them
same ...idk i just feel so ...uhh tired tho i wanna do something ...i just become exhausted so quick nowadays
U just need some rest
yeah but then i end up overthinking about "i could have been productive all these days"
resting is productive work
Humans have only recently been forced to live in this high productive environment
In the past most of our time was spent just chilling
our evolution has not matched environmental demands
so give urself a break
and frame it as work
hmm true
back before air conditioning this was true
chilling doesnt really mean stationary
humans are long distance runners

but it can be stationary
Just coded a subdomain enumerator using certspotter API for the bot

Claude code is pretty awesome
And it's free to use with local models
I can't wait until we can run frontier models at current day opus 4.7 levels locally completely open source with no guard rails
totally free
dream on

without spending 20k on hardware
because frontier models require 500-800 gigs of VRAM
claude code is awesome and totally free with local models or with nvidia NIM api
deepseek v4 for example requires 800 gigs
I just upload files to chat.deepseek and code there. No need for 800gb
Decent GPU with enough VRAM is good enough
might seem impossible now but just have to remember the days we had to fill up an entire room with boards to run a computer that isn't even as powerful as a raspberry PI
in 15 years it will be like, you only have 800G ???
while there's work done in order to reduce the memory requirements, it's probably going to shave off 30-50 % in maximum... there's no work in progress making frontier models runnable by potato hardware
and tbh I wouldn't and probably couldn't use any local model.. they simply are not able enough with the stuff I work with
can't use sonnett either because only opus is able to do the things I request
we need to start mining the galaxy for materials
at this rate
plan with Opus and Execute with Sonnet?
I bet in 40 years AI will be so far advanced and capable to be run on hardware that we can only dream of right now
sonnet's tool using capabilities frankly suck. it will fail using its own tools.
oh
most of my requests require opus tailors a tool, and runs it. sonnett can run only pre-existing tools.

well in theory sonnett can do, but it just fails to get them working since it's not smart enough
idk if sonnett does the orchestration either. opus sometimes launches several sub-opuses and divides the work amongst them
maximum I have hit was 14 opuses running simultaneously, and one coordinating their work
"claude, please have your posse do a little dance, then make a little love, then get down tonight"
actually, claude is the only clanker I don't bully 
is it bullying if you let them enjoy themselves by letting them boogie?
I did one task yesterday that sonnett could've done. it was adjusting the tone in an invitation letter. would have taken me 20-30 minutes to do, and I was in a hurry. used opus because I couldn't be arsed to click the switch button.
dont do it
y
I have some work soon , i'll finish it quick and just go to sleep , I feel like My brain can shut down literally anytime and its reaching another dimension already

i need compute credits for rest
claude code is pretty awesome. It even does system commands like restarting the bot service as well as committing and pushing to git
Just vibe code two more plugins for the bot, hehe
I need to learn how to use claude code better

what kind of bot is it?
It's for Matrix
Henlo
oh looks fun
https://matrix.to/#/#selfhosting:mozilla.org Join here if you want to check out Matrix
i have a closed source Fully rust based bot for discord wit TONS of features
Nice
lemme show some images showcasing feature list, since cant add da bot here xD
Hi
Sure
Hey what's up
Fan
Hello there
How are you bro
i have the 2 bots hosted 24/7 via phone as a server 
Doing great, thanks
Wyf?
Huh?
I mean where are you from
Good old freedom land, USA
Great
can we all move to matrix already
That's pretty cool
Come on
it can chat too btw with actual context understanding
Very cool
I need a way to download this video: https://www.facebook.com/watch/?v=1279776144132481
See posts, photos and more on Facebook.
:/
there's a new tool in which u can download anything ....i havent tried it yet but it says ANYTHING
lemme get its link
that cobalt-tools thing?
sed lol
yt-dlp is the goat ngl
cobalt lets you save what you love without ads, tracking, paywalls or other nonsense. just paste the link and you're ready to rock!
Dude, this song is badass
i downloaded a bunch of videos for my flight and all of them downloaded just fine
yos
Man Iran dropping some sick rap videos
I coudln't find it on youtube, it was only posted on FB
But I HAD to downlaod it
The song is so freaking awesome
7000 years, we've seen empires fall, you're just a blip in time a ghost on the wall
i have a YT/Spotify downloader local tool too
https://github.com/Karmanya03/Rustify
check it out if u have time.
Man, sick.
maybe i'll add FB downloads too
So you're a rust guy I see
yes sirrrr
Check out my keyboard
can’t wait for you to rewrite claude code in rust 🔥🔥🔥
tell me Eggzy doesnt look like David Bautista
Why do you ask?
Psychedelic mushroom forest keyboard
Damn, Looking like a monster
ok, but will ya type? with mushrooms on keycap?
Yeah, it works just fine
You get used to it
@rose onyx what's up with the new HTB SDK?
Anyone know of any Info Tech discord servers?
SDK?
yeah, an SDK in go for interacting with the HTB API
guys click on the link below:
*****
message was auto-censored by Discord // US Federal Law Enforcement Protocol (18 U.S.C. § 1030)
no link
*****
message was auto-censored by Discord // US Federal Law Enforcement Protocol (18 U.S.C. § 1030)
at this point…..
I saw that
Having fun with claude code
mannnn
I want claude code
I manually review every single command
I use claude code for free bro, with nvidia NIM API
good idea lol
i h8 
i ❤️ 
there is a way to do that?
Donut, you can get claude code for free, even with local models for full privacy
WHATTTT
Do u have a good enough PC?
teach me master
me?
check your DM
So it depends on how good your PC is
32GB 3080TI
Because you are going to run it locally so you can have to install local AI models and run it based on that
well
is 32GB of ram and 3080TI good enough?
Yeah should be good enough like for text generation models but for image generation it's a different story
that is true
Why even run a local llm
so they can spyware ur files
You should also check out like what it called ... open code so it's kind of like claude code but it's open source
Unless you spend months fine tuning it
coolio
Cause most of that Will run are shit
No fun only headache
i heard antivirus scanners are spyware cuz it scans all ur files
Halloooo
I’m sleepy hru donut
skill issue 🫡

Twas an eventful day yesterday and it’s another eventful day today
WHAT
What did u borrow today 
u can dm me 
but yk
if u don’t wanna share
Dunno man I can't find my pen since last night

I went to the cloudflare office with @median ivy and we slapped the pendulum was fun, then I saw an old friend, then I met my father’s friend
@scenic maple whats the cheatcode to have moderator in ur profile
That’s your fault lazy
Get better glasses
that sounds like a good experience
They have eyes on everything they pick mods based on that
Yeah
Or maybe someone borrowed it without me knowing

I only saw cyloth for 10 mins tho because he was in the same train station as me
I would be in the ban list
But he had fun in london
:active_moderator
Fun in London in 2026?
I audibly breathed a sigh of relief being in london
sometimes i get training at work and when i get email with feedback to give for the trainer, i put
error_loading_message();
in every field
I’m so tired man
Hey, so tired man
hi so tired man
Nice to meet you so tired man
edited
Parrot
Parrot
Parrot
hi im paint
:(
🦜
Hey paint
Hey, Hey paint
what color paint u like most or do u like to mix them
Can't wait for season 11 lmao
Me trying to find foothold
I’m coming to london one day
why an SDK tho?
how an SDK tho
when
what an SDK tho
I'm half his age and my knees and back already in pain
when an SDK
Super Donkey Kong
where an SDK tho
to interact with the API
why sdk when you can just telnet and manually do requests
who else uses a telegraph key to code?
Is SDK supposedly a wrapper around the REST API? Run func instead direct REST API calls?
i miss the windows live messenger
MSN
from the early 2000's
Is that wat u mean
Curl takes you far but it's only true for the unemployed who can afford time
golam the destroyer
0xqn the destroyer
@BREAK RULE SERIOUS
@supple plume
💇🏻♀️
yeah
R u my barber
Now it makes sense
Hell yeah that’ll be fun!
can we talk about employment

I guess
i berieve in ru
being employee means u make some1s dream come true
being self emplyee means u make ur own dream come true
R u employed?
has a j*b
R u self employed?
What you think
PortSwigger Web Security Academy labs solved with curl.
Either no job or nepo baby 
in the future
when I start making money lol
Right
most jobs are just daycare
better to skillmax where it matters now for my unemployed folk in here
Nepo bb
both
i have my own web development company which only costed me 85euro in the netherlands to set up,
and 60euro for reseller webhosting
and i work in callcenter tech support
no shame in not having a job
Doxxed bro
Pretty neat

Not me @scenic maple this guy @mystic harbor
I have that kind of resources but I don't have a vompany
Nepopoptamus
You find nothing
kratos
and hear the lamentations of their devs
Yes and kratongs
clod pls center div
Holy shit this is good
nepofunkopoptamus
Only thing you will hear is the box reset tune 
in netherlands everyone can set up their own company, it only costs 85euro
The problem is the company needs to make money
And it's a big problem
yes i agree
netherlands reminds me of bingbong
I'm not taking the sun here the sun is taking me
@subtle plover
He is Chinese i am sure of it
I have his linkedin, he isnt chinese
That his fake profile
I have his real one
😆
thats the second fake one smh
How many European people are named bing bong?
I have the REAL one
bingbong might be dead
What a world we live in, can't decide what's real
@subtle plover
He works in blue team gulag now
Cold world
Soc anal 🥀
Cold world
but they say climate changes warms the world

which module
The ugly one
legendary reaction
FINAALLY DONE with the Intro To WIn Cmd Module... it feels good (:
@scenic maple when was the last day u didnt think of htb for a whole day
I don't really want to
I'm not super into security lately
HTB TUI has been updated to match the latest SDK
I can't be doing web dev shit all my life
How many 
All
i agree
Or else whatever I can manage
just doing big data related things
My bank denied
I decided I hate security
U have the resources go for it 🏆
i also h8 security but i love cybersecurity
Yalll should see v's server
aaaand MinIO just got archived on GitHub
hi UwU
So I have to switch to something else
Data field is a bit saturated but better than cyber lol
my pillow causes me an allergic reaction but bought it for 100euro what do i do
I hate all of it
doesnt cyber have a much higher skill floor* than building data pipelines?
How many people do u see in the server
☹️
And how many job openings do you see?
And this is not the only cyber related server
i feel like i am good but i am tired
same
I'm not joining data science servers either or I'll start hating that too
fair point, but if you look at starting point boxes alone, you'll see the first one with a few hundred thousand clears and the last one with like 40k
and then you get on to the mediums and the number is a few thousand
What?? Are they now prprietary?? Sad day
I think people wash out fast and then never return
Yeah
Maybe so
I saw people on r/selfhosted recommending Garage
:D
There is also Zenko https://github.com/scality/zenko Not sure how good it is though
this is obviously an oversimplification, but cyber seems like it requires more breadth and depth than data stuff. If you can set up an ETL from some free public restful api and organize all the data well, spark/chronjobs/other wizarding tools make the rest ezpz
ML stuff is where it starts filtering
Whatever is easiest to integrate with my existing APIs is what I'll use
Hmm let's hit up in a few years and see where we are
Imo data is easy
@supple plume if you wanna add tracks to the HTB TUI you can 👀
But most people don't have the storage capacity that I do
getting people to give you access to shit you need for projects you've been tasked to build has been the hardest part imo
So I can do it
What I need is a job bruh
What I need
mushrooms and lsd?
I already gave up trying to find a new one
become a burger flipper
Is that SSD
the things I could finally take off my backlog with that kind of storage
What's this virtualization software?
most of the computing I do is dimensionality reduction 
im jelly
I plan on doubling HDD space within 2 years
Looks like unraid
okay not most, but a good amount
Anyway WTH are you doing lol
/dev/nvme0n1p3 60G 39G 19G 68% /
/dev/sdd1 917G 340G 531G 40% /dmt
/dev/sdf1 916G 795G 75G 92% /Games
shiva 1.8T 1.3T 471G 74% /shiva
/dev/nvme0n1p4 1.8T 1.6T 112G 94% /home
My desktop
Yes
I have a drive called /dmt
😄
shiva. Lol
Look at my PP
It's an Aghori sadhu
Perfect for fans of Hindu psy-trance and cosmic trance experiences.
🔔 Like, Share & Subscribe for more intense trance vibes!
#trancemusic #hindi #hindu #psytrance #hindugod #aghori #aghoribaba #india #nepal #music #song #mahadev #shiva #trending #viral
Didn't say I was surprised, did I? 😂
I love this imagery
Naww, I wanted to mock the "AI will replace brain" folks ...
Sam Altman wants intelligence to become a utility, like electricity or water
Saw a clip of that the other day
count to 10 starting from 11 
never going to happen
at the scale he wants
Hey guys
I only let AI do the frontend work
wieners
What I hope for is AI assisting in helpdesk work at my workplace
Invite me to a 6 figure job please
Proton mail user

Ha good luck because users are always like "what do you mean you need details"
That's gonna be a cycle for sure
Well its good
It's true

U could also do @pm.me
Yes
It would still help if for Example the AI could determine what Queue a ticket has to go in for example
it's almost 3am and I can't sleep. I'm not sleepy
But yeah I hate customers not giving context 😂
it's almost 10am and i can't sleep too
Yeah that should be easy enough
What ticket system are you using?
Solar winds doesn't even produce relevant search results, I can't imagine them trying to integrate AI
who sleeps at this time
me ><
fix ur sleep cycle
OTRS. Some of my colleagues said there was a way to integrate AI now and he is the guy working on AI solutions now. No Idea what exactly he does as a project but I hope it works 🤷♂️
-# says the one (me) who doesn't have a proper sleep cycle
My work needs to put me in as the AI guy
when the sun hits i shut my blinds
My room becomes an oven during summer
you need sleep hygiene
We finally allowed people to start using copilot
i need hygiene
I had to look this up I've never heard of it
the only way to get ur sleep routine back is to skip 1 day sleep and then sleep next day at 10/11pm
yeah
i have to do it
that always worked for me, now i always sleep before 12am
that never worked for me
thats the only way to get ur routine back
Yeah, german company
because sleep is part of the autonomic nervous system, you have to slowly teach your body to fall asleep on its own
convince them to spend money on getting 10 gig or a 100 gig network
They just upgraded to 10 not too long ago
i wake up at 6am morning and before 11pm my body is already tired because i am awake for almost 18hours
that's smart spending! 🔥
And during that fiasco I'm pretty sure redundancy failed
i use arch btw
I volunteer at a cyber range and we're still on gigabit
and servers that are older than 8 years
guys i have a question:
is it better to m
man I'm glad I don't have to touch old shit
we have some servers that are older than 20 years






