#general
1 messages · Page 645 of 1
just now
:>
BUT
THIS IS SO TRUE
I seriously dont know what people are thinking negotiating a $50 car battery like that
an AGM one too
ok completed another section today. gonna complete one section that's just reading and then from there I am gonna go onto the next section tomorrow. After I finish this I'll be done with DNS for now
but I may watch like a two hour DNS course on YouTube before moving on to be sure altho I think I get it so far.
@turbid goblet i guess u meant me ?
well i did 2 days already, next will be my 3rd day,
its from monday to friday 9 to 5
2 weeks training,
its good for now, a lot of new information about the company structure and the packages they provide like internet, tv, mobile data etc
its my first time having a job working behind a computer so better than factories i worked where i break my back and heavy lifting etc
thanks for asking
oh yeah i forgot today was tuesday
i cant wait to finally get calls from the customers with their question/problem 😄
its easzy cuz there is a whole system behind it like a knowledge base, which will show me what questions to ask, and filter them and then it will show me the possible problems etc
good knowledge bases definitely make life easier
yes, and the training is good.
so they guide us to the right path to be a good employee
hi I think I have all the flags for this section but gobuster hasn't finished loading yet. would it be recommended to let gobuster finish because I know everything I need to get to the next section I have all the flags?
I was gonna ask in #modules and I apologize but I just need a quick answer that's why. I only have an hour or maybe 40 minutes before I have to leave.
what module? academy isnt gonna force u to run a 20minute directory busting scan
it should be fast
xD
its vhosts section of enumeration gathering - web edition. I have the right output as shown in #modules
and I have all the flags
it works
gobuster works
should I just stop it and go to the next section (I'm sorry to ask in #general but I'm in a bit of a time crunch)?
ok thanks
How come can someone reach Target IP in real life without accessing a physical access?
Router?
Malware?
if u visit a website they can see ur ip
how do I change my ip to 69.69.69.69?
you would craft malware that the user runs that sends a beacon to a C2
~ $ curl ifconfig.me ;echo
31.14.252.10
~ $ curl ipinfo.io/31.14.252.10/json ;echo
{
"ip": "31.14.252.10",
"hostname": "server.healthy-life.ro",
"city": "Bucharest",
"region": "București",
"country": "RO",
"loc": "44.4323,26.1063",
"org": "AS9009 M247 Europe SRL",
"postal": "050011",
"timezone": "Europe/Bucharest",
"readme": "https://ipinfo.io/missingauth"
}
Im in your timezone
cant talk about it here. In the staff channel
Thanks for the info 
damn i didnt know they did that
Fuck flashpoint
HTTP
Morning
Morning
morning
hi there!
the only word where the u doesn't come directly after the q
I see
i love virtual box sm
i am trying to install the htb version of parrotos onto it, and i am stuck on the loading screen after you click the try/install button
i am going to be an amazing pentester lmao
the loading screen has now frozen
it hasn't crashed yet sooooo
holy shit after like 20 minutes of waiting it finally loaded!
most important lesson learned as a pentester
patience good
I am addicted to my phone
Could've used a parrot container instead of a VM for CTFs
i'm mostly using it for academy
You just won't have the fancy UI which kinda defeats the purpose of using parrot ig
Containers are great for it tbh. Clean environment everytime
hmm alrighty noted
never really used containers before, i'm pretty fairly new to cyber
only really studied theory, not practical stuff
It's like a VM but shares a kernel
For someone new, I personally wouldn't recommend containers off the start
Containers are just chroot environments in Linux essentially, namespaced off for isolation and perfect for solving "works on my machine"
I switched to using containers from VMs and it's much "better" IF you know what youre doing
Yeah but they're great for quick disposable environments.
A VM on the other hand basically gives a clean slate of a whole computer
Ehh it's overkill for a lot of the time. There's also already things like any.run for sandboxed environments if you need to analyze how malware behaves
If you're analyzing malware then yeah a VM would probably be nicer
No I mean the ease of setting it up, with things like virt manager or VMware for windows
For someone new
Setting up a container properly could be complicated
i’m also still not super comfortable using CLI yet, and I have maybe used linux once?
Can't get any easier than docker run --rm -ti --network host -v $PWD/work:/work parrotsec/core
i was bored for a couple hours a year or so back so i decided to try to install arch
Best way to get comfortable is to force yourself to use it
Understanding the concepts is different from running a command tbh
"What even is a container?"
Not to mention setting up docker itself
https://youtu.be/Gjnup-PuquQ just a Google search away tbh
🐳 Docker is a required skill for almost every developer in today's world. Learn the basics of Dockerfiles, images, and containers in 100 seconds. https://fireship.io
Docker Docs https://docs.docker.com/
#docker #dev #100SecondsOfCode
Install the quiz app 🤓
iOS https://itunes.apple.com/us/app/fireship/id1462592372?mt=8
Android https://...
i think i watched like one networkchuck video about docker a year or so ago but i have 0 recollection
The docs guide you through it pretty easily and it's easier than having to worry about guest additions or loading kernel modules
You just curl get.docker.com and pipe it into bash
Or you can install it with apt
Or winget if you are on windows
Docker desktop
You might have to host a desktop environment and view it through a VNC viewer or something
Or a remote desktop protocol
Guis use resources. Irl you're most likely going to deal with something that doesn't have a GUI like Ubuntu server
And if there's a server you're working with that has a GUI that's a Linux server, you should fire whoever set it up 🔥
I mean for pentesting 😭
How are you supposed to view a website you're testing? Curl it and read the html
I love how we're debating about if a person should use docker vs a VM while completely ignoring them 
I don't have enough experience to speak on that
no no i’m enjoying this conversation please continue i’m intrigued now
I just have experience doing sysadmin stuff tbh
Personally I just use docker containers for HTB and Linux as my host. I'm going to be taking notes anyways on my host system 
@frosty thistle do you use containers for pentesting?
me when i appearently didn't add enough memory to my VM so i have to shut down my entire VM, reallocate memory, and do it all over again 🎉
Well that's pretty straight forward...
Wouldn't have that problem with containers 🔥
yeah i just changed the setting in virtualbox
but the problem is that my parrot install is taking like 20 minutes to load 😭
Just allocate like 90% of your hosts memory
That way you won't deal with any issues
rip my host computer
No, really. There's a common misconception that allocating more memory to a VM means you give off a permeant chunk. You don't
All you do is signal to the OS that in case the VM needs that much memory, you are allowed to give it up to X amount of RAM. The OS just treats it like any other process
It won't crash
Of course the OS won't strip RAM away from critical system processes and give it to the VM
Given the ram is available, it will just allocate that to the VM, and even take it back when the VM doesn't use that anymore
nahhhh
You're describing the behavior of LXC containers as far as I can tell. In a VM, the amount you set in RAM is always allotted to the VM and taken from System RAM
Not really, unless you configure it that way
Ladies there's a simple soulution you're not seeing here
By default, many hypervisors use static allocation, bud.
If you assign 8GB of RAM to a VM, the hypervisor immediately "claims" that space from the host's physical RAM. To the Host OS, that memory is gone—it's locked in a box for the VM.
sdiybt
in reality, all underlying operating systems WILL allocate all memory it is allowed to, for caches. so there will never be "unused" memory. thus the VMs will always practically allot all memory available.
Dynamic Memory (Hyper-V) or Memory Ballooning (VMware/KVM). This is a more modern approach, but it isn't "automatic" like a standard process; it requires a specific driver called a Balloon Driver installed inside the VM.
As they say, any amount of free RAM is wasted RAM/money.
As in KVM? No I think it's using lazy allocation
ahh the htb server, the place i can come to witness technical conversations right next to stuff like this. this server needs like a research study done on it
Unless you pin the memory, it won't allocate everything you give it
lazy allocation does nothing virtually as any os in the virtual machine will query for maximum amount of memory available and will assign & initialize all spare memory for caches. causing instant allocation of all memory.
Exactly
Well, It doesn't do it in my host?
I have alocated 12gb and sometimes the guest only uses around 2-3
When checking in the hosts system resources, I still have more memory free than I should
anyone wanna doordash me something
You better dash to the door of an employment office.
grr
I'll only doordash pickle pineapple pizza

I think its different in linux and windows
Windows just "commits" the RAM to the VM but in linux, youre often using KVM/virt manager
Which does dynamic
I might be wrong
wyd when you laying with your dog and you just start growling
I also had BBQ chicken tenders and potato salad
wonder how I got a dog and where the dog came from
out of my 32 gigabytes at this moment 10 bigabytes is used by programs, 10gigabytes for OS caches, and 10gigabytes is "free". although this is with 5 gigabytes of swap being used, so could be only 5 gigabytes "free" but the kernel decided to evict those pages for some reason.
China
monday?
im finna get lit bc today is wednesday
So after some research, apparently OS's don't initialize all spare memory on boot. file caches build dynamically only as data is actually read from the disk, meaning lazy allocation successfully keeps unread, untouched memory free on the host.
thats like addiction bro wtf
LMAO
Proxmox uses KVM doesn't it?
wanna know what else uses KVM?
The open-source hyperconverged infrastructure solution for a cloud-native world
Apparently windows VMs run background threads to write zeroes over free memory for security... In that case, the VM will use all the available memory
I use Proxmox and every VM takes memory as allotted to it. Not dynamic, but static.
best of all it's actually free and not freemium
I run multiple Linux VMs on all the time and each has a max allocation of 12gb and my total system ram is 16gb
Everything works fine
guys, the cloud is all kubernetes and always has been 
you can manage vms through kubernetes guys. Everything is a container and kubernetes, my phone is a container, nothing is real 🔥
MILLIONS MUST CONTAINERIZE
I don't have any VMs started and I don't want to start any, but dynamic allocation in all my LXC containers.
how's wazuh been?
Pretty good. I left it alone for months and it ran out of disk space. 🙂
So I had to give it another 32GB disk space
I gotta fix the issue.
oof, yeah opensearch and elasticsearch can do that to ya
you might be able to set data retention policies in opensearch
It's retaining logs for some reason. I don't think I have archiving turned on
Yeah, I'll ask the Wazuh people. I'm not so expert at Wazuh yet
I am expert at installing, setting up, configuring, securing systems.
Using them is another story
I have experience in cybersecurity engineering, building secure servers and stuff
https://forum.opensearch.org/t/retention-policy-at-index-level/18672/2 this might help 😉
wazuh also has docs on it by the looks of it https://documentation.wazuh.com/current/user-manual/wazuh-indexer-cluster/index-lifecycle-management.html
yea, by default opensearch retains everything. I have 100 billion log events in storage 
└─$ curl --socks5-hostname 127.0.0.1:9050 http://api.ipify.org -v
* Trying 127.0.0.1:9050...
* Opened SOCKS connection from 127.0.0.1 port 56550 to api.ipify.org port 80 (via 127.0.0.1 port 9050)
* Established connection to 127.0.0.1 (127.0.0.1 port 9050) from 127.0.0.1 port 56550
* using HTTP/1.x
> GET / HTTP/1.1
> Host: api.ipify.org
> User-Agent: curl/8.18.0
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 200 OK
< Date: Wed, 15 Apr 2026 04:35:32 GMT
< Content-Type: text/plain
< Content-Length: 15
< Connection: keep-alive
< Server: cloudflare
< Vary: Origin
< cf-cache-status: DYNAMIC
< CF-RAY: 9ec83e7d4b4cef02-AMS
<
* Connection #0 to host 127.0.0.1:80 left intact
185.246.190.137
When I use tor using curl, it says my ip is 185. something.
When I configure foxyproxy to use tor, it just hangs and doesn't work.
Any idea what could be wrong?
socks5 TOR 13 ms 501 Tor is not an HTTP Proxy when I ping from foxyproxy
about:config → network.proxy.allow_hijacking_localhost = true
Was the problem.
Works now. WTF
I had to set network.proxy.allow_hijacking_localhost to true so BURP would catch requests
Blah.
https://youtu.be/989-7xsRLR4?si=yapEB431THqnv9kb
hacking song
https://www.youtube.com/watch?v=x3SWlCSwt8g High Octane Hacking Music
BRUTAL JUNGLE RITUAL — a dark, hypnotic, primal ritual in the heart of the night jungle.
150 BPM of pure destructive drive:
• Massive pounding kick
• Deep rolling sub bass
• Fast psychedelic groove
• Tribal percussion, jungle drums, shakers, bongos, toms & ritual hand drums
• Organic wooden percussion fused with hard psy-techno powe...
I'm telling you, check this out. You're gonna go mental.
im already mental m8
im listening
goes hard
feel like creating stone tools to open coconuts
this goes unreasonably hard lol wtf
https://youtu.be/ekY09M48Jvs?si=P9bn9T26dekFg7cn know this one?
i saved it
what a gem
Forget the Doom soundtrack
https://www.youtube.com/watch?v=FHjh51DenAU Check this out now. Sick riffage, man. Sick.
PHONKY TOWN (GIGASLAYER VERSION): https://youtu.be/18rZxvB5rDA
Listen to it on Spotify: https://open.spotify.com/album/650I5UwJiwrREA5WO6SIVy
My Spotify page: https://open.spotify.com/artist/7IsJv5qSfAQiIdee3wzaBJ
My iTunes/Apple Music page: https://music.apple.com/pe/artist/aaron-f-bianchi-jupiter/1527705673/see-all?section=top-songs
My Twitte...
I have been told that I have excellent taste in music.
Time is of the essence. There are million books I want to read, a thousand movies I want to watch, so many places I want to go and visit.
But alas, there is just not enough days in a week and not enough weeks in a year and not enough years in life.
So I have to be extremely selective
Can someone point me to the unfriend button in discord 
from the moment you wake to the moment you go to sleep, so many things screaming for my attention.
i let it slide from his first share
Even as you read my words there is a voice inside your own mind talking and talking.. there is always competition.
Always.
Where should the focus of our attention be in our moment to moment existence?
What is worth focusing our attention on?
it's important to leave room for exploration
Ah, but what is exploration?
simply gather more data via the organs of sense perception and putting that data to some form of psychological analysis.
oh no im about to get philosophized
you're not wrong
exploration used to be about attaining and gathering resources
is the accumulation of more data exploration?
were all working on very old hardware
i think in terms of books there are some foundational works that are hard to ignore
music is a different beast entirely
movies are mostly shit imo; 9.5/10 are simply not worth the time
wise
“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
this is extremely dangerous to our democracy
The greatest danger to a democracy is an ignorant citizenship.
A great democracy depends on a well-informed and well-educated citizen collective
In my country the public education system is terrible.
Yow hello guys
Morning
677777
e
Morning peeps
helloo
@supple plume hop on neovim
hallo
👋
how is you?
Neovim chat in 2026?
I am alrifght, how are you @terse dirge
I'm ok, a bit sore from the gym
been learning C quite a bit recently and that you shouldn't include C files in other C files
i see!
just looked at the description of the animated GITS movie... the year 2029... 3 years is when we get Ghost in the Shell irl 
we already got genocidal organ
not too much of an offshoot
also MGS predicted democracy control systems

0x0001
The dating app for men?
👀
the future is such a disappointment
He steals all his things? 🥀
Hop on deez
Has anyone completed the facts machine ?
Yes
steals a meterpreter binary and runs it 🥀
What is a binary?
Before the ternary and after the unary shaped as the amount of deez but conceptually
How many redirects
What was there before
infinite
ELF...```

I once made a link shorter for an affiliates platform
Hi marcily
Who remembers bitly
I do
what is the best guide for bug bounty
Ayy who ever played nova 3
I would recommend to tackle the basics really thoroughly before to thinking about bounties
uh then give basic guide
Get Started with the HTB Beginners Bible: https://www.hackthebox.com/blog/learn-to-hack-beginners-bible
There take a read
thx
I used to get alt accounts to play in mineplex server for like 20-30 mins before getting banned and searching for other alts
Not so good times

Now if you'd excuse me, i have to go trauma dump to AI
what is in robots.txt of an domain
robots.txt includes directories that shouldn't show up on a Google search (this is quite simplified)
Trying to build a local lab for as a university exercise, currently stuck on the fact that windows server only allows 2 rdp sessions, can i dm anyone on how i could possible solve this issue?
Is there any fil upload attacks in that machine?
it's an active machine so no spoilers
How we all do’n?
I don't remember
Oya lankaweda bro ?
Yeah
@supple plume
cat /dev/zero > /dev/null
Literally you
I did go to the gym, for like 20mins and I was like fk it and came back home
Gym was too hot
so are you fat
Im going now
altho gotta agree we have to move to some place cooler man
Yes
If you have an RDP session, you also have access to PowerShell
yes getting cooked
i cant take 35 degrees every other day with peak humidity
He looks good IRL
its even 30 ish in night
Bruh f the temp, the humidy makes it feel it is even hotter
feels like 41 
do well
when i try to add
my uni email
"error
you cont use this email address " just for my email
but my friend can use his (we are in the same uni )
Need to speak to a person? Learn how to reach our support via HTB Labs.
contact here]
Go you madness
/no-hints
Duh, but how do you get dozens of users to simultaneously connect when windows server allows up to 2 concurently ?
Check for the stascorp/rdpwrap repo
Can you patch trmsrv.dll to allow multiple sessions for a user
There’s tooling for it iirc
For one user yes
any1 else with issues spawning in academy ? stuck on ~5 mins+
I see it is from 2017 worried it might cause trouble on server 2019 or 2022
Have you tried it?
But yeah rdpwrapper as far as i have searched is the only way i have found too
It also works for 2019 && 2022
Doesn't matter.
But requires a manual update
I think you could handle that
Doesnt seem to be any other way so yeah....
You can find the updated rdpwrap.ini files from the original repo's issue section.

Isnt teamviewr like anydeksk where users need to have the server opened up for the client to connect ? Like 5 users, 5 teamviewers running ? But we cant get more than 2 users logged into concurrently
i immediately concluded tw might use rdp as protocol
so yeah
mb
@opaque sedge long time no see

Hi homebrewer whats ur thoughts on sleep
arguably the most important hacker skill
That's why Im still a noob 🥀
Cant retain knowledge as well if you dont have a solid sleep schedule
Guys, the thermal drill - go get it.
facts
oh no not the thermal drill it breaks every 30 sec
nobody in this dc
Yeah wtf was I thinking lmao
Just hit a 404 after subscribing...
@scenic maple did ya get scammed?
no why
what happened?
awesome. subscription was successful, so no worries on that end.
He is the danger 
He is the danger
He is the danger
ik
Any hacking today?
looking into how to get rce into splunk and PRTG Network Monitor
you?
ohhh that's cool
Sounds fun, I remember there was some splunk reverse shell from years ago
there's a repo that does that
its never fun to run other peoples exploits 😔
Nothing major today, just surfing the web 🏄♂️
./hack_the_planet.sh
you can use their repo to learn
the only exploits i find are in my code
next time do it with bears
@austere sinew please 😭
is there a trick to getting targets to spawn these days? lately it's been difficult to get any to spawn
Yes the trick is

that 25% discount is whispering things to me bro
rude

I low key hate rats
The two of the most annoying animals are rats and frogs 😭😭
Bc they always cut the wires of my washing machine and I gotta take it apart and fix it
And then it doesn't even work the next morning again
maybe its because you stink
have you thought about that
i don't think it was literal comment
i can't believe they expect me to come to work every day.
and yet you come everyday
I wanna get into the washing machine
Nice
❤️
Beware of stepbros
toss your dirty shoes in my washing machine ~~
man how do i test the notification
Try them all
well there is no button to test them anymore lol
press the button
press what thats only edit button
notify it to test itself
inject a html tag for button and test it
Press edit, capture request and tweak the http verb and path if applies
No success guaranteed
Also check sources tab on the browser and check for the old js code that handles that

@jagged storm when i get home ill show you the goofy rats that i made for the game
they be lookin stylish
💀
only yappin', no knowledge
cold world out there
your access was DENIED
i will get in weather they like it or not
Pretty sure i hit an unintended early on just want to check out on Dante can i dm anyone?
Hello, what is the process to contact HTB for entreprise registration ? invoice ?
and i stand corrected
just ask support
Need to speak to a person? Learn how to reach our support via HTB Labs.
go to this link
and there will be a green bubble on the bottom right side
start talking and a human will reply in a bit
which? 😅
presumably bluehammer?
🤓 👆🏻 But I see no bubbles
adblocker
donut
dunnut

where should I text for the typos in a sherlock

mail?
Need to speak to a person? Learn how to reach our support via HTB Labs.
Thanks!

“I can do ls”
I got a video of #ScumbagPenTester presenting results to the CISO.
Here's the script.
CISO: Good morning. I am the CISO. How can I help you?
TESTER: I am the penetration tester that has been working on the mega important project.
CISO: Right. How did it go?
TESTER: I pwned your server.
CISO: What?
TESTER: I pwned your server.
CISO: What d...
isnt that the first command you run to see if the output is coming throught 
🤔
in another sense its the shortest possible command with an output that works on both windows and linux
other than spamming enter?
well you see spamming enter does work but in some rare cases it deosnt show you the output back
so you enter commands and it goes to the void
but pressing enter works
how about w
id is cross compatible, ls is not
Dont have a windows on me rn
it is in powershell
duno if w works on windows
fair point
but it does work on powershell but i guess id is indeed better
see this is why we need to question everything
also r is a zsh command strangely
holy shit lmfao
how did you make it so fast
this is so relating
its a programming language
Just outputs the stdout and stderr of the latest command that was run
Wait it prints the stdin too
dunno but doesnt work
o
for me
Dsnt work on bash
Zsh default promot is the worst promot ever
u take that back
i am the group policy
academy should have like a 'explain like im 5' translation and a l33tspeak translation
Ah im getting old
I don't have a printer at home
I can't file my taxes online using tubo tax. It says I have to mail it in
Now I just put the pdf on a usb and I'm about to go to the store and print it and mail it out
today is the deadline
explain like im 5 would actually be good
found a exposed graphiql let's see what i can do with it
WHAT
Screaming
"It weighs heavy on my heart to see the gatherings empty of your presence, while the absence lingers on.
And he, whose nearness we so hoped for, has passed away; thus, time after you is nothing but a succession of calamities."
In a bug bounty?
Cover it up
nah a random website
Like the first line 😔
<@&861185840277487616>
shoutout to my rpi for randomly deciding I don't get internet access
wt?
Wee woo wee woo
@jagged storm @SNITCH
There is many wounds in my heary the real friend is computer
Tired of this shit
I have just one
@runic cliff the FBI is on the way
is that not allowed or smthing
Yeah
yeah read the rules lmao
better open the door or they break it open
didn't know
would be awesome if I could post gifs rn
No, discussion of federal crimes are not allowed
Now you'll goto jail
you didn't think commiting crime was against the rules?
ok
the rules dont only apply to discord
i can't talk about my neighbor defacing their mailbox?
absolutely not that is against the rules!
lmao
i farted so hard i think my neighbour heard it
i smell it

i think i broke rat
i though it was one of those quiet ones
rat wake up
Yeah what the fuck is wrong with the lack of moderation here
like aint even saying what youre doing is right or wrong, idc, but you gotta understand why HTB as a public company has to lock down certain kinds of discussion as a liability deal
This is starting to get lame to try and interact
@SNITCH
Follow the rules of the server or be removed it's that simple
@SNITCH
see rat no one cares i did'nt even get a warning
Serious rule break going in hot 🗣️ 🗣️ 🔥🔥 🔥 🔥
I don't get why it's always the people with zero self preservation instinct who try to commit crime like this
Moron
As if the chat doesn't have feds watching
it's you
mods are asleep lol
They're getting a good lock on just wait 🗣️ 🗣️ 🔥 🔥 🔥 🔥 🔥
lmao wtf
This is what happens when moderation doesn't happen
Stupid question here, but what is the legal thing to do if you are h1gkpo
aksthually they dont commit crimes, they just brag and lie in this chat to sound like a hacker and u snitchesz take them serious
Things turn to shit fast

Because there's a lot of stupid people who think they know about computers
I think to start with, you shouldnt be searching for vulns in websites that are not in a bb program right?
Yeah this is a felony
😄
Good luck kid
Denial of confession
thats a good first step but there is also good faith protection laws depending on jurisdictions
Let my lawyer talk 🗣️ 🔥
what does that mean
formally apologize and make a statement that you will not exploit a random site, provide proof that you won't by sending the site owner an email detailing the weakpoint and send proof that you did so
Say i didnt do anything wrong
Doubtful.
aksthually they dont commit crimes, they just brag and lie in this chat to sound like a hacker and u snitchesz take them serious
ik am stupid, worse than script kiddie
Well since you're testing sites you don't have permission for
I am inclined to agree with the stupid verdict
Bro has built some charisma out there 🗣️ 🔥
Ok so lets say you tried a random payload to confirm a vuln, and it worked
Is it better to just do nothing, to email the company or what
thats a tough situation
u guys scared him
You obviously come clean and explain it
You would not do that
hmmm what to doooo.... Ah yes, yap about it on a randon discord sever 👆
Yeah that's what I said first, to not try stuff on websites that are not on a BB program
I see
Sorry for the dumb questions, but I'm not familiar with this
It's okie
we're admitting to crimes in general chat again?
thanks for clarifying that
aksthually they dont commit crimes, they just brag and lie in this chat to sound like a hacker and u snitchesz take them serious
Are you US based
This is happening every day for the past week
Cuz the rules change depending on country
thats crazy
The US only recently (past few years) implemented protections for good faith security research
So y'know
Serious rule break folks, im disappointed
i'm asleep. literally
go cry in tor browser
But do you honestly think the children are learning about cybersecurity laws in their area before doing something that impacts more than themselves?
Oh gosh no.
We have to be irresponsible and hurt others.
🙄
Any guesses
More awake mods i guess is the solution 🗣️
<@&861185840277487616>
@mystic harbor for sure
just ban this guy already lmfao

Did you know falsely abusing the serious rule break will get you banned too lol
go cry in tor browser
I can't move on here man

Atleast it's almost Friday
Bro wild people out there
Im not
Just saying
I just block annoying children and try to move on lol
Yall are way too understanding as mods, I would ban these people fastttt
Were literally waiting for anyone to make a mistake
A fed would say that 
I think w1ld is fed
They'd have been banned far before they could send another stupid message if I were mod lmao
I hope this doesnt come out wrong, Im not complaining about mods here
@warped plank can u deny it
@ocean marsh that's why u are just a member and not a mod
But alas my mod style is not preferred by the admins lol
good observation, I'm indeed not a mod
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Being a mod != ur not a fed
same
Just block and move on, they'll not advance in this career and it's sad
Which fed has time to monitor brain rot 24/7
Johnny Somali was sentenced to 6 months and 20 days in prison with labor in South Korea after being found guilty on all charges. Full breakdown and what happens next.
Get a Cabbage Plushie: https://youtooz.com/products/legal-mindset-plush-9-inch?srsltid=AfmBOoq0od4LHc3ImexE6VfTwySW5BVFMK_qFpgWzuzgWvax0k7aScO-
Support the Somali Conviction Team...
I saw that as pig nose
Took me few seconds to realise it's patck
Mod: ban from discord server
Fed: banned from freedom 🗣️ 🔥
cpts when, chad

Now
Im at %90.x thing
I'm relaxing after the cdsa
Mute this man
Focusing on my promotion instead
I took a month break between cape and cpts exam, for the past 3 days I'm just chilling or I would burn the fuck out
Banned for a month
@VERY SERIOUS RULE BREAK mute me
I think the next cert in line for me is BTL2
Lmaoo
imagine this whole thing started because he stumbled upon a honeypot
I'm broke and I cant afford certs rn, but I would like to try CWEE
Sounds like a game
anyone wanna hire me? 
U have CAPE and not job?
No J*B for u
Bro if I had CAPE I would start my own firm

Yeah, but that's the only cert I have and it's recent
Get cape then
I was going for cape and I have 100% completion
But after some thinking I am taking a step back and going for CPTS first
I hope you didn't get CPTS for a job 
So Masoud Hacking Services soon 👁️
anyone else high af rn
lmfao, I was supposed to do cpts first, I had the voucher for almost a year
Nevre
probably @iron galleon
I am high always
I know I'll ruin me more if i get high
Plus i can just say shit to @mystic harbor
If i feeling down
Hi ,
I have a question ,
If i want to start learning reverse engineering ,from where should I start?
Woof uh
just do engineering, but backwards
Good resource
https://guyinatuxedo.github.io/
Nightmare: an intro to binary exploitation / reverse engineering course based around CTF challenges.
To this day one of the most complex topics I'm aware of
Idk if HTB has content about rev eng or binexp
i'm a 🛞
They do
binexp chall and box
But in academy?
yes
Yeh
Introduction to malware analysis is in the cdsa path
I think pwn college is good
I been doing challenges on PicoCTF
They have a lot of stuff
picoCTF from carnegie mellon university
however you spell that
I might get a student sub for academy again
nice i got a warning
Ok
I made a joke about Israel and I got a warning too, level 0.
for the AI path
Is this rael?
come join us in maldev
ignore the lull of language models
can i get a job in maldev
If my father wants to buy me the sub, I will 
same here
lemme get that maldev job
i'll slave work for countless hours
And what about jobs in rev eng or its just for CTFs ?
BOF/implant development
am skilled in using broom
can you fly with the broom?
haven't tried yet
then you are not skilled enough
https://www.youtube.com/watch?v=x3SWlCSwt8g This is going on repeat for the past 8 days now. I can't stop listening to this. High Octane Brutal Hacking Music
BRUTAL JUNGLE RITUAL — a dark, hypnotic, primal ritual in the heart of the night jungle.
150 BPM of pure destructive drive:
• Massive pounding kick
• Deep rolling sub bass
• Fast psychedelic groove
• Tribal percussion, jungle drums, shakers, bongos, toms & ritual hand drums
• Organic wooden percussion fused with hard psy-techno powe...
Frog music
That's a toad 😄
Same 😔
Frogs and toads are both amphibians in the order Anura, but they belong to different families. Generally, frogs have smooth, moist skin and long legs for jumping, while toads have dry, bumpy skin and shorter legs, making them more suited for walking.
🤓
Same as rat and hamster
😁
hamsters are in the guinea pig family I think
Rats belong to the Muridae family, while hamsters are part of the Cricetidae family. There are various species of each, with common pet rats being derived from the brown rat and popular pet hamsters including the Syrian and dwarf hamsters
Rattata
Rattamahatta
Sepultura's video for 'Ratamahatta' from the album, Roots - available now on Roadrunner Records. Download the album on iTunes: http://smarturl.it/sep-roots
LYRICS
Biboca
Garagem
Favela
Fubanga
Maloca
Bocada
Maloca
Bocada
Fubanga
Favela
Garagem
Biboca, Porra !!!
…
Ratamahatta!
Deep Amanozian Jungle music from Brazil
Sepultura \m/
Un, dois, três, quatro!
Zé do Caixão, Zumbi, Lampião !
Hello, uptown
Hello, downtown
Hello, midtown
Hello, tinytown
Ratamahatta, mahatta
Ratamahatta, mahatta
Ratamahatta, mahatta-tta-tta-tta-tta (hello)
sepultura is soooo good
Fuck yeah they are
I love that the current drummer of slipknot is from sepultura
I used to Slipknot too
And Mudvayne
I was into numetal in my early 20s just a bit
Mostly these days I like Technical Death Metal
ever listened to loathe?
Give it a try
Ok
So far on PicoCTF
https://ctftime.org/event/list/upcoming More upcoming CTFs
Capture The Flag, CTF teams, CTF ratings, CTF archive, CTF writeups
I haven't tried pwncollege yet. What's it about? Does it have CTF challenges or only noob stuff for beginners?
me too plz.
I have to go 15 min away and do grocery shopping. Blah
Service is temporarily busy. You can try again shortly.
tfw never invited to datacenter attacks 
I never get impacted by outages because I don't use their services teehee
every outage impacts me because im an empath

That's what she said.
And my mom said, stay away from those kind of girls.
The astrology and empath kind
its hard not to feel empathy for astrology
lol
your mom doesnt respect the science
On the contrary. My mom is a very skilled clinical psychologist
claude is down? let's all go home now
makes sense tbh
pluto retrograde has this affect on people
What?
My mom has a PhD in psychology. That's something.
Science
Science of the mind and brain
And my dad is a psychiatrist
So there you go
That's why I'm a bit crazy
pluto retrograde brings about power struggles with the natural order
astrology is one of the things people contend with
😄
this makes perfect sense I mean cmon
Astrology is bullshit
see what I mean?
I like to believe the earth is flat
dont be ridiculous
Yk what else is flat? You
Curvature doesn't become obvious until you go higher up in altitude.
i'm on fireball
drugs r bad
it's a song
transitive property
Cloud
Ye
eY
Alright. I guess I'll go to the grocery shop and do grocery. I gotta get 4 things to make some Indian food
We're making something called Haleem today. Let's see how it turns out
It's like persian/pakistani/indian style food
Haleem or halim is a type of stew that is widely consumed in South Asia, the Middle East and Central Asia. Although the dish varies from region to region, it optionally includes wheat or barley, lentils and meat. It is made by slow cooking the meat in lentils and spices. It is served hot with flat breads or on its own. Popular variations of hale...
All I have ever eaten, what I ate today, and all I will ever eat is rice
Rice high glycemic index
It turns into sugar 1/2 hour after you eat it and hits your bloodstream
causes high blood sugar
Yes I know
rice, flour, carbs etc. etc.
I hate vegetables
I hate everything green
But I can't afford to eat only meat in this economy
And I hate meat
I generally dislike eating
When you think about it, evolution is basically using object oriented programming to designed everything
OOP is overrated.
Come to functional programming with me
Haskell
Or if you really wanna get crazy, Idris
Just did CCTV that was interesting 
i liked cctv
It was okay
I did AirTouch. That was a doozy.
Alright, time to go run some errands.
See ya later
I didn't do much waiting
Hi there
How and why?
are we thinking of the same box?
Yes
IITBSIBWYHTWAFHTLFLH?
apple music sucks
ill put on a playlist and it will have decent songs for like 10 tracks and then slowly start pivoting me back to pop trash i couldnt care less about
wtf
Ceald hates OOP for some reason
Wait I do remember this now, yeah, I did that part much earlier and forgot. Painful I agree. 
and I'm sorta impressed with myself for reading that
2 hour printer ticket from help desk -> escalated to level 2 (me) -> clear print queue from server and it works
What the fuck am i doing with my life
let this fury propel you to ever-greater heights
Hello Im kinda new to this all I kinda know how to do is program, is getting a job in like computer science or this are like difficult. I wanna do this but not sure if Ill be able to get a job or like what I should do any advice
You will be able to get a job as long as you do your best
It just takes time
I'm # 1234 to have solved this box.
LOL
One Two Three Four
Get down on the floor
I see, should I still go to school like does it help. Im kinda interested on being like those ethical hackers any advice from your experience
Thank you for that
Well this server is full of ethical hackers
It's what we do
I am also one, I guess
I don't do much offensive work these days tho
Why the heck do some repos on GitHub now return a 401/want me to sign in if I open them .. if they are public??
Some people do better with school than others, it's a personal choice
But it's not required to succeed
Totally agreed, if you know how to study and study what without getting stuck in the "tutorial hell".
For example I was always 1st in my HS and College because I've worked and studied all alone, always at home and with myself.
I learned how to study on my own in college
seconding this; school is great if you're skilled at negotiating the more rigid hierarchies
plenty of shops dgaf about schooling if you have the right skills
Without being depended to school.

