#general
1 messages · Page 88 of 1
I think ultramarines will do
Aren’t those two countries beefing rn
Ive had better interactions with pakistanis
Same
he can go to india, but then from india go to....like....vietnam?
Korea is too hard to start a life in though
Vietnam doesnt like indians
I mean it's not impossible
It’s a good place to go anywhere from
Spain is good
What side
I heard that some viet bars will say sorry members only day if an indian shows up
Same deal in thailand
Gn chat
Gn
That changes every 4 years
I heard non korean people are... well, not warmly welcomed there. To say the least
Uhhhhhh bs 😆
For the low low price of 100k
It’s only a place to fly out of
Damn im low on gifs
duude I was constantly bullied by a korean guy in high school for not being korean it's absurd
Much more international than elsewhere
Plus NGO shenanigans which is like another 15k
That’s the thing about America. You can go there without money and be homeless. You come uk without money and you’re put into a hotel. If I wanted to go America I would be fucked.
I’m here to start the empire of humanity
Low key though i got a vietnamese company to say i was a high skilled worker to get me in during covid for only a few hundred bucks
Wrong place
Lmfao
Nuh uh
White monkey syndicate
@lilac cipher they have your id card
Come to poland 
Broke my neck trying to read that card 
I hear poland is actually really safe now compared to the rest of europe. Im probably not headed there but happy for u
What’s it like in Poland, genuinely curious
Die
Cool, i cant imagine living elsewhere
I'm pretty sure Poland is probably a very cold place most of the year
Come to Portland it's fiery but mostly peaceful rn
Not anymore tbf
I wanna live in Portland
it's warm?! interesting
Yeah its safe, cuz nobody wwnts to come here 
I love the pacific nw
I already commended on America
They are too scared
Oh really 👀
See I've been thinking about working construction with immigrants here in the US to avoid taxes
I mean when you think about it it's a smart move

me 😄 I love you
Yeah, at one side you have seas, on the other wonderful mountains
I saw a video of someone saying they’re getting deported but they’ll be back next week.
😆
come give hallicon big huggy
I love you too
Id send pics of mountains but I dont have perms 
Had me at mountains
🫂
Dm mountains
The Rockies are nuts
I am vibe coding the fudge out of some php
I love loves ❤️
Rad
The day you code without vibe you will realize how much you learned from vibe coding
I am a dev already
LOL
It's a tool like any other use it well 🙂
But good luck anyway 💪
I'm not new to programming/software dev
pwnd
Then you're good
But I love me some vibe coding.
The most tedious part is code auditing.
Guiding the AI properly
Prompting properly.
Gcc was still testing, I just ran make install because I'm sick of waiting
Nothing like writing the code myself
Are you spiritualizing coding
Sure just a sec ill find some good pics
Nothing like having someone code for me and I just tell it what I want.
I also ran php static analysis on the code and no vuln
secure code
not that it runs anywhere but on the command line.
What's the secure password
it's not a web based software
2
But is php
Yaaas
so?
So what is it
Do you not like php?
Is this a hint or the password itself
I like it and I don't like it
People blindly hating on PHP is really hilarious to me.
Hahaha
Not that you hate it
The password itself
No I like it and I hate it
I'm just saying, I find it funny when people down on PHP
At the same time
PHP is a great scripting language for regular everyday tasks too
It's hard to guess to be frank
I do most of my scripting in PHP
That's crazy work
php-cli bro is a great SAPI
I only use assembly,I find it very friendly
How do you guys deal with your pivots breaking?
Cry
isnt it an important language for pentesters?
Yes
Very much so
Especially web
What's sapi?
me too bro.
Thsts why i dont understand the hate
SAPI = server api
Do you like to create the universe or use existing technology
Everyone language is either hated or not used
damn
dropping quotes are we
Wanna see what I am vibe coding?
73.3% of all websites with known server side languages use PHP.
Can’t remember the guy who says it
Who likes python here ?
but like most of them are old aren't they?
Everytime I click on general I get “Done reading? Check out our modules”
Skill issue
Golang is better 
Sure, though I have yet to re-learn PHP 
Really
Yes
I only dislike C++ for its whacky syntax but ill eventually love it once I study more towards RE
I want to see
Python rocks
Nah
Yah
My entire thing is in OOP
Ill check it in a sec i have to finish my skyr
I just don’t like it
Is oop cool ?
Yes
I gotta learn and get good with it cause it is useful
src/
├── BookForge.php # Main application class
├── Commands/
│ ├── NewCommand.php # Handles 'new' command
│ ├── BuildCommand.php # Handles 'build' command
│ ├── PdfCommand.php # Handles 'pdf' command
│ └── EpubCommand.php # Handles 'epub' command
│ └── ServeCommand.php # Handles 'serve' command
├── Parsers/
│ ├── SummaryParser.php # Parses SUMMARY.md
│ └── GlossaryParser.php # Parses GLOSSARY.md
├── Builders/
│ ├── HtmlBuilder.php # Builds HTML output (web + print versions)
│ ├── TocBuilder.php # Builds table of contents
│ ├── PdfBuilder.php # Builds PDF output
│ └── EpubBuilder.php # Builds ePub output
├── Traits/
│ ├── FileSystemTrait.php # File operations
│ ├── ChapterManagerTrait.php # Chapter management
│ └── ErrorHandlerTrait.php # Error/message handling
└── Services/
└── MarkdownConverter.php # Markdown conversion utilities
Its wonderful
But rn I find it icky
Its actually kind of beautiful
Nah to me C is beautiful
Well structured and organized code is an amazing sight
Like an old analog watch
Do you find it satisfying to organize your files in an elegant manner ?
I just stepped in a puddle of gasoline 😔
Talking of skill issues. Someone else was able to Dm me earlier
No. It leads to poor design patterns in code bases
^^^^
HOW TF DO YOU ORGANIS THAT SHIT
I DONT GET IT
for scripting and everything I do IT and off sec wise I love python
You're team functions?
In anyway else? Ewwy
We kind of have to know few languages anyway
Python, js, PHP, C and stuff
People who use classes think they're sophisticated?
Also could add SQL to it, bash etc etc
Most of them are pretty similar anyway
We are cooked 
No. It's just a design methodology, makes things easier to manage.
Indeed
First version of the software was one large monlithic non oop script.
I broke it up into classes and traits
That’s a smart move
It's basically a Gitbook-cli (legacy) alternative
Easier to maintain and grow
It builds books from markdown files
Better readability probably as well
What do you guys think a sexy code/script would look like
One line
print(pornPic)
A good one liner makes my second head grow
What's the output
An array
Dang you say such a things that if I answer what I think I get banned
Be free
Don’t listen to him
I'm afraid I'm not
MyBook/
├── SUMMARY.md # Table of contents (controls chapter order)
├── README.md # Introduction/first page
├── COPYRIGHT.md # Copyright notice
├── ACK.md # Acknowledgments
├── GLOSSARY.md # Optional glossary definitions
├── book.json # Optional metadata for ePub
├── cover.jpg # Optional cover image (1410x1825)
├── style.css # Book styling
├── fonts/ # Custom fonts (optional)
├── images/ # Book images
├── ch1/ # Chapter 1 folder
│ ├── intro.md
│ └── section1.md
├── ch2/ # Chapter 2 folder
│ ├── overview.md
│ └── details.md
└── _build/ # Generated output (auto-created)
├── book.html # Web version with sidebar
├── book-print.html # Print version for PDF
├── book.pdf
└── book.epub
That should be your book structure in markdown
One liner to fry OpenAI servers
Bro are you flexing your tree
Nice
Then ./forge build MyBook and it builds html web, html print, pdf, and epub all
💋
Is that the real life Peter Griffin?
Not the irl Peter griffin
Looks like him
its GABEN you heathen
Nuh uh
What's a GABEN?

Gay Ben
Is this how prime programming looks like
rate my setup guys
0
-10
wdym,
its fire
That's not your setup
Were they using the image on the screen as inspiration
It’s on fire is what it is
That's just my ashtray
No it’s a webcam showing the rest of the room
this place needs an exorcism
Im afraid the bottles on the back are refilled with pee...
my desk after going down a 14 hour rabbit hole

That’s my desk rn
tikk3t was just at my home
He broke in
Ugh dude he was living the dream
I would kill to be so disheveled that I can fill a 2L bottle with my own excrement
KILL I say
Peak Network engineer activities
Mind your business
I live in a country with the freedom of speech
Let me live my life
It’s like oop
I wish I had a wife
I don’t know how to respond to that
plays blues lick
Good morning, guys
fair enough
mb
im typing on a new keyboard 123 123 test test
the quick brown fox jumped over the lazy dog
its not mine
i grabbed it (stole) from a friend
lol
somethings off.. i swera iom not maaking these typos
maybe
i should use it as a ouhjji
ouji+
oh my god you get thje point
😄
😄
🦘
Nice
I’ve tried sleeping but it’s not working
How do I get epic fail badge
Melatonin
anyone else use Axe Chocolate cologne still?
oh am i not cool 🙁
Quick question, on an Internal Infrastructure Penetration Test, is the finding Domain Compromise via Attack Chain historically always a critical even though you need VPN access to internal network?
@devout sail were you able to replicate your issue with the HTB TUI?
Fffs I hope this box don't get my system trashed artificial
I mean most of the time yeah. It's not a proper mitigation control, it's just access gating
I assume the VPN uses AD for credentials, so if they compromise a user, they prob can access
Just added syntax highlighting to the html/PDF builds of the book. Now you can use markdown files to build documentation, books, etc. etc.
why is the vip+ vpn always so laggy 😭
no syntax highlighting yet in epub. Not sure why
Reporting you to yourself for photocopying and distributing content of it
bro thinks is scrubz
Just doing honest work
ZQA, you hopping on Barbie horse adventure again today with me?
can't very busy
VPN has 2FA, but my understanding is internal infra is testing from perspective of malicious insider or external attacker who’s gained internal access
Happy Canadian Thanksgiving
Their cups runneth over
hi :D
completely brand new to hacking, just an interested student with some spare time
Hiii, welcome 
thanks! super excited, this is something i've always wanted to learn
Nice
just got some motivation to start today
Yes, I agree
...
Sounds like a game
...
No we don't
We loosing windows 10 support today
Which means all 6th gen and below machines would be scrapped
Why I found this in my bed
2026 will have a huge rise in Linux users fr
oh nice
i have non profit clients too poor to fully be upgraded yet 
bhahabhahh 
Imagine the amount of windows 10 vulnerable computers there would be with 100s of known vulnerabilities. EXCITING 🌞
sus
Bro this anime bullshit infuriates me
why bro
Hate anime
Why
Just sucks
Ty
mate
Np
brainrot anime
Your welcome

Do you know how to make coffee?
No
It's not funny, it's not fun to watch, it's not entertaining, it's just a bunch of bullshit
block
Stop being so angry 😔
Except without water and the truc sachet
truc sachet?
hello
You have some sus images
hi
Its my first time I joined Hack The Box, any recommendations?
Who want a waffle ?
i lost respect for this man
For what?
who
I dunno starters
😄
I love fumo
the guy with the doll
HTB Academy is good
Why
who ask 
Hey
sup
sup
Good, What about you
good and you, frost
new bug approved :d so another CVE incoming
Generic ahh conversation

Niiiiiiiice\
41st CVE
Damn
Damn
I only have one
hmm kinda dumb to ask but how to get free certificate voucher
I don't think it's possible
Drink water
Ok
I rather drink Pepsi
Frost give us a lesson 
When I am a noob I feel like a toddler
learning to do stuff
except I dont burn random things
so can yall send me a guide on what things do I need to download?
in order to work efficiently?
are there any working coupons?
a vm with kali and or just the vip+ sub. If you want to learn though get an academy subscription
well I was planning on getting a student sub
Definitely worth it, makes your life easy for whichever of the beginning paths you choose
I WANT YOUR MORTAL SOUL AND FEED IT TO THE THURMATURGY OF THE LEXIGONAL CODEX DEMONICA
I join and this is the first thing I see...
when does the time reset for the Pwnbox free users?
Hack the box is hard sheesh
Anyway does anyone have a repo with all of the commands for linux?
Going thru fundamentals
Repo? No. App. yes
It's on F-Droid, look up Linux Command Library
i forgot my FUCKING PHONE on the bus
Oh shit
i am upset >:(
i talked to a friend that was there
he'll give it back
just a minor annoyance that i cant use it for the moment
that's good to hear
Get ur friend to respond
I have no idea but I'm enjoying vibe coding a basic DNS recon tool in PHP 🙂
ima go to federal prison if i let THAT friend talk to her
with the shit he tells me, oh boy i cant let him have contact with women
He sounds based
Er... I don't know what you're on about, but stop talking about it.
lmao I can't chroot into my filesystem because the binaries and libraries got stripped too much
why?
hes just chopped
he'll scare em off with negative rizz
non much ngl
The small but reliable laptop I used as a tinker station for 4 years has died today guys
may he rest in peace
Maybe I will now try an ARM laptop, see what's the fuss all about
oh
i just bought a mac m4
pretty cool
i know theres some mac haters
but i also use it for school
its lovely honestly
deep down I know that if I buy a mac
I will become an applehead in like a year or so
cant really do fun stuff with macs but hardly ever have to troubleshoot issues for them
go templeos
Yes, time to rice templeOS
With your permission sir, I will steal this meme
what is "bloods"?
First person to get user or root flag is called blooding the machine or sherlock
first blood
otherwise bloods is a US gang related thing
Criminal gangs bloods and crips
um guys please new here, when configuring the OpenVPN can't i use my Oracle Virtualbox? or i gotta download VM and continue from there
what’s a user or root flag ;-;
sorry, i’m reaaaallly fresh
They're the goal that you want to score. To complete a box you need to get both the USER.txt flag and ROOT.txt flag, inside of the files are a string that you put into a submission box to prove you've beaten the box.
@frigid timber also since you're new to the community just a heads up, a lot of people might seem like assholes when explaining things, but they have good intentions. (Also a lot of people like to gate keep)
Just think of it as a sport or game. How can you win the match? Deliver the contents of root.txt & user.txt to the goal
I guess people are just tired of “dumb” questions
I haven't found any assholes on this server
Of course people are 
i’ll watch out, thank you ◡̈
this all sounds like fun
ish
something i’m passionate about learning, anyway
Welp good luck
I was like you weeks ago, but I just follow ippsec’s video and start doing boxes
okay, i’ll give that a try
Recently I installed arch linux on a proxmox VM, now I’m thinking about installing Linux on bare metal… but all I got is just a MacBook…
Ill do the funniest bit: join my referral : https://referral.hackthebox.com/mzHGe5V
Yes peak irony share a refferal within Hack The Box server, who knows.
I use this term daily. I think it works nice. Looks good.
chat, I'm dopamine maxxing right now, I'm installing LFS while writing an argumentative essay on why companies should open source their software/code
why open source
because open source is based
based
if you sleep you dont get to meet the hat man
What do you think of my cool retro term
I could use this as a daily driver terminal.
aww man
Looks good, I need to make my own
:3
What terminal/multiplexer do you use?
it come with that split term and tabs functionality?
bro reinvented the terminal multiplexer 😭
ohhh, I thought you made the functionality... you just configured the functionality
Oh
I was asking cos I liked the titles just under each split, cos in tmux you don't have those, idk if you can get them (probably can) but it'd be useful for quick switching to exactly the one you want.
night all. have a good one!
can someone threat assess this 4 me https://chromewebstore.google.com/detail/vidhelper-video-download/egmennebgadmncfjafcemlecimkepcle?hl=en
i got a file on download which had all traces of being downloaded removed and so cant connect to internet on my pc rn
Zellij, join me in the 21st century
On first appearance.... sketchy
But I don't do RE. I'm OSINT.... so I'm of barely any help
hehe I yapped about kubernetes in my argumentative essay
Do you and @lime trout share a brain? Talking nothing but kubernetes? lol
no, I only like kubernetes when I can yap about it and not actually using it
oof
rip Windows
Windows 12 will be betterer
fuck it we use Windows 10 IoT Enterprise LTSC
hunter stare? Not the Balkan stare?
Time to convert my PC to Arch
I recommend installing Manjaro
EndeavorOS 
I've never used it so I can't say if it's good or not 
Morning chat
I broke endeavor in less than 30 mins
Like breaking the whole system intentionally? Or accidentally

probably a skill issue tbh
Accidentally
Yes
did you remove an essential library?
@terse dirge 😡 🤬 🤖
yeah im trying to find the issue
cuz rn, it sometimes does, sometimes doesnt
if i type reset and do it, it behaves
all i did was htb > download vpn > labs.
what shell are you using?
nu 🙃
did you specify the file to save it to at the end?
nop 💀
Who puts panic in their code? 🙃
but panic should not be the option xD
me 

anyways, i saw your demo, but this nu is little annoying to work with
how does your tui read the token?
just save it as "test.ovpn" 
HTB_TOKEN env var?
Will CDSA + CCD cover enough skills to get an entry level SOC Analyst role?
if not it'll panic
In terms of skills not in terms of HR
I don't want to do verbose error handling vro, shit gets too confusing and when it fails at something it's not supposed to I think panics help better

wait how do i save it as test.ovpn 
it's just easier to work with in TUIs
HTB_TOKEN=$(cat .env) go run . it can't be a file
yeah, welp, i wont create an issue as it feels more like nushell cant handle a lil panic and breaking apart, bash seems to work great
btw that's more of a @rose onyx issue with checking if the HTB token is a valid token when the client initializes
I could add code to check but I don't wanna because it'd slow it down
hehe the one im making doesnt check
and i dont need to check, i just call it user error
Shit gets weird if you don't provide a token. I can add error handling for that I guess.
it just gives 403 no?
it's ok, pls don't add it because it'll slow the SDK down
O_o
if token == "" { panic }

How was the interview
It only lasted 15 minutes
😮
They wanted a background of me and what I'm about.
2nd interview will be technical, proctored exam
is competitive = RA?
if they select me
Yes
So they didn't ask about AD 
She said 65% of applicants read off ai scripts and she catches them
She said I didn't read off a script and she thinks I know my shit
Didn't you. Used gpt
Yes
but not in front of them
interview was all organic
i used gpt before hand
for 3 days I been reading gpt and job questions
lol
I need to practice speaking in a mirror
get my background and pitch down perfectlly
get better at interview questions
In other news, I was able to get syntax highlighting working in epub generation, and the ./forge serve MyBook starts a local dev server with hot reload and live preview. Modify any file and it auto builds the book
It's becoming more and more like gitbook but faster and better
gitbook made a 3mb+ pdf file
my software, same markdown sources, same images, 700kb total.
I could probably add something that checks the length to see if it's over 25 characters long
Or I can just add token handling because it should be there.
I'll make a pull request for it
can NSA have backdoor in ghidra ?
Mate, they probably have a backdoor in intel and amd...
what would they need one in ghidra for? 
then what's left to protect our privacy
That's why we got the firewall chain
thats why you use analog computer
what privacy?
privacy is nonexistent if you're using the internet
I was watching def con video of tor contributor he said that cia and nsa ask him regularly to add backdoor in tor
duh
tor was made by the US government btw lmao
Was bout to say, didn't NSA invent the onion routing protocol?
technically the navy I think
I thought the navy still communicated using flags during that time 
They even had an alphabet for it
wow
they waved random flags before dropping booms ?
They'd actually wave a red flag before dropping booms which would mean: No quarter or No Mercy
and the enemy waved white flag for mercy 🙂
no that was surrender, they'd stop fighting but you give up everything
Gm
I'm gonna flat out say it, taking the CPTS, and having to deal with HTB support, I am very upset and this is probably the WORST support for an exam experience a person can have when you need help and its critical. Example. I lost an entire day due to an issue on HTB side, it happened on the weekend, they told me that they would get back to me monday, I get a message while I am sleeping on how to resolve it, I resolve it, but I never got the time back. I message support saying I would like that time refunded to me, and it takes a whole OTHER day, for them to get back to me, they do, and the response is "are you still having this issue?" while I am sleeping, like first off yes obviously I am still having the issue of wanting my time back, that doesn't resolve itself. Wake up, see the message, the message was closed and ticket closed because I didn't respond while I was sleeping?
What the actual hell dudes.
I am very pro HTB but support is not good and this is not my first rodeo with them, and something I think most of us can relate to, and when its something we pay for, and are being timed on, and something as important as an exam, I would think they would be more "on it"
So here I am pulling my damn hair out because I am missing a day on my exam, 4h left, and if I respond BACK to support, it will take ANOTHER day, for a response, and my exam will be over env reset.
Like sheesh
/rant
sorry peeps had to let that out somewhere
like I said love HTB but damn it I am heated over this
Yea its all fun and memes until you have to deal with that shit on a product you payed for on a timed exam
and thats the only way to get help
Nah it's fair to throw your frustration out here
Ive had my moments with HTB support, but still the memes are great
like when i got auto banned and it took half a week to get it resolved
Imo your time should be refunded, actually insane that it's at a days notice for the responses.
Hopefully they can help you out in some way
I hope so too, but like I said in the end, it wont mean much when my entire exam will be reset, and ended by the time, IF they do refund me my time. Not that I wouldn't appreciate them doing so.
Which is why I was trying to get it taken care of BEFORE it happened lol
But like real talk, what kind of response is "You still having this issue?"
Like dude nah, I figured out how to time travel, we all G, I got my day back.
And I hope they are in this discord seeing this too
that was a whack response and you didn't even read my message.
Like bro deleted my message / ticket
I can't even see it
I see other messages to other support staff still when I have reached out to them
Wild
HTB: CWES
TCM: PJPT, PNPT
Microsoft: AZ-900, SC-900, DP-900, AZ-104, SC-200, SC-300, SC-100, AZ-500
Amazon: CCP
Comptia: A+, Network+, Security+
Fortinet: NSE4
Cisco: CCNA
you've got every cert known to man kind
Shit thats all that would fit my friend lol
If I can squeeze by on this current exam I will get the CPTS if my report is accepted.
Then going CDSA and I will go CWEE and CAPE eventually
need to take a detour and do OSCP just because
Yea
Like flag 10
and my report is up to date on everything
moving to flag 11 now
so if I just had my damn time back I know I would get it.

@sturdy thistle can you help me man? I am not getting anywhere with support on the site about my exam.
DM me
Ok thank you
Update: @sturdy thistle is the best damn support there is and that’s why he’s a Sr. It was resolved
Pardon my rant but I will leave it for the sake of owning up to it
Thanks mick I really appreciate you man
hello
hello
how is everyone doing?
just checked academy 2.0 beta
looking forward to its full release
If you have feedback, please use /feedback
yay my meshtastic node works again
What is ch4p
Another acronym you don't know
Who tf are you
Bruh
Yo
Where is the boomer in watermelon
Huge downgrade you've done to your pfp
I am finishing networking today and I already feel the burnout 💀
Uh oh stinky
Na I think it looks better 🥲
It's more approachable..
You rather approach a gorila than a guy in watermelon
do something else other than cyber while you still can vro, do underwater basket weaving as a career
it only gets worse from here
You're right but part of me says that if I take breaks I'm falling back..
Hey testing pen real advice try to build something cool
@lilac cipher I hate your new pfp, but I love you
A little app or something it may help you understand a lot of things
Thats fine im not gonna change
Yall treat me like im some social media influencer trying to cancel me and shit
Now hold on, Uh Oh stinky was a revolutionary meme
I mean man idk I went to the gym with 2 hours of sleep and I have so much caffeine that could kill mosquitoes if they poked me 💀
I have so much energy but I don't feel like studying
Not rn but it may be a good project idk
why is Ghost in the CPTS prep track bruh 💀 the course barely covered any AD attacks and insane boxes are recommended? WAT
I might later
Lol
Maybe the pivoting
Ah yes, the pivoting, the thing that made Ghost hard, yes
But is not a 1 day project
Also @proud moth im in ur walls
Too much work 🥲
i know bruh...at this point i'm almost happy you are, i'm alone AF
Maybe they did an oopsie
Way too much
Bro this is a lifetime project
Throwing poop at you when ur asleep
Dude what? 💀
that's not nice i have enough sleep paralysis demons already 💀
Its this new therapy technique trust
like this one for example
Bro is the protagonist of poop killer ong
Did you also compile this with gcc 
And to get to that pivoting you need to code review a R*st project 
Would not recommend 1/10
Yeah it has no business being in the cpts path
ghost is completely insane
if you don't know, delete your acount 😛
the CPTS module about trusts: use raisechild, if no work, use ticketer, if no work do manual with this other script
how the exam trust relationship is going to be:
raiseChild in 2025?
Imagine raising children
yeah that's not gonna work, but it's in the module 💀
module bro didn't read about krbtgt AES keys 💀
i died lmao 🤣
melon has a point though
i can't attack trusts
GAWD DAMN
pro hacker and not elite for a reason
gotta learn this shi today
HOW TO GET VIP+ FOR FREE!!! UNSTOPPABLE HACK:
999999999 IQ exploitation right here

banned
yo does anyone know why my javascript doesnt work in power automate
DO NOT REDEEM IT
Markup ? Markdown? im using marksideways

solved another retired machine
hello guys im 17 year old atm and later i wanna do like something with cybersecurity or ethical hacking what and where should i learn this ( i wanna continue in this domain in university ) ( i have 0 experience btw ) ?
just give up and find something else to do
@lilac cipher i am unemployed no more
you can look for htb cjsa certification
you got job?
yes
cpts didnt help me get a job but yes, i got a job shortly after cpts
you work as a ?
which role
i'm a malware researcher buddy
devops
😄
glowie
ohh
noice
you're up early frosto
is thee any relation between devops and cybersec
do you know who i am
ASUS emailed me saying they confirmed my new bug
do you know who i am?
congrats! 🎉
nice
no?
yeh i am the fieryflame
i am the fieryflame
im gonna do a module from Academy then go for some coding practice
and probably do another retired machine if i get the time
😭
Nicee, congrats
🔥 💯
Certificate soup in your bio
Quick question, on an Internal Infrastructure Penetration Test, is the finding Domain Compromise via Attack Chain historically always a critical even though you need VPN access to internal network?
hii
I found some guy that played a game for 489k hours
Discord didnt even exist 40 years ago
You can edit the status of games with 3rd party scripts and applications
bro played fortnite in the Cambrian Age 💀
How can other people see it?
You have to yoink an Id from Discord Developer mode, put it into a field and it'll display it on your profile.
Something along those lines
I also have a question like how do people steal huge databases from big companies? Out of curiosity

Every wall has a crack that can be turned into a hole
say the same things every server i don't give a fuck
they are also experts 
true true
u can be too
I mean im not the best but i'm trying to learn
keep learning
But to answer your question, I would personally go study gigantic data breaches and how they've happened. Maybe some CVE's as well to get an even better sense.
Like no matter how good we get, there will always be a way to break into companies. Even if AI gets implemented into defenses there will still be a way
@undone notch but good luck on your journey
You've already asked this I think
Yup
Wanted more opinions
Literally the same question from 11 hours ago 
Nothing wrong with that
Ok?
Ceald the Correctional officer
I'm going to bed chat, I'm sleepy. Too much Linux from scratch today
My gcc will be running its tests while I'm sleeping
Sleep well my protein kitty cat
Jesus christ
now i wonder what should i do with all that storage .....
lemme download GTA 6 before GTA 6
What if it has an anti cheat
thats a good question brother
chat what should i do with that space ?
5.Let it be as is
3.Create a Partition but never use it
2.Get Therapy
-1.Build GTA 6 before GTA 6
77.download Wordlists
Guys hello, i have a general question. If there any difference between windows with installed VirtualBox with Linux and MacBook with UTM virtualisation with Linux?
Like proccessor architecture issues, etc..
I currently have a main linux OS and linux on vmware, but I need to know if there will be any differences if I use windows with linux installed on virtualbox or for example a macbook with UTM linux virtualization?

Hey
Do you want him to call you a donut
the thing inside is meat?
Well, that can't be good.
That looks grim
Ask them why the fish looks like it’s still fucking swimming 😂
I’m so so cold 😭
I think it’s time to hibernate
Just heard Microsoft's platforms are still trying to bring themselves up from yesterday. Gues it was a pretty big outtage
... They were out yesterday? How did I miss that?
Exactly
You are meat
It was my first beef Wellington and I didn’t know what to expect
Well I think certain regions, and they're still trying to find out which ones were drastically affected. I heard it briefly from the CISO headlines podcast I listen to on my way to work.

Mmmh Beef wellington

Does anyone know a good dongle with monitor mode enabled?
frost did you do any htb
What’s the main difference between the HTB subscriptions? I would check myself but it doesn’t like to load on my phone. 🙂↔️
Where can I learn about cloud for security?
Does anyone have any suggestions on where to start?
which do you have

I spy with my little eye a free enterprise user : 3
Pay for it like everyone else freeloader😤
Main differences are free gets access to active material(stuff that counts towards ranks and should not have writeups available. Paid gets you unlimited pwnbox time, personal instances, and retired material (which can have write ups and walk throughs).
Best thing about VIP+ is that you get the personal instances, so if you do an active box you won't have to worry about resets or coming across other people's work. The unlimited pwnbox time is nice too, when you don't have a machine with great resources or access to a vm.
https://help.hackthebox.com/en/articles/7257535-htb-labs-subscriptions *
Your guide to getting the best plan.
Golam has enterprise?
i have 3 fiddies
Fiddies nutz
Gottem
sometimes you dont see it coming ~ sun tzu
Okay, thank you
Vader is so Vader
I don’t know what sub to get
Hello, what is the most used web proxy tool? Is it burp or ZAP
Zap
zap is nearly unused in the industry
its burp
Okay thank u
I was confused with the web proxy module
And didn’t know which one is better
Zap gets undeserved hate
use it and you will find out
why
i have always wanted to write my own burp is just slow for me 20 sec startup time
htb cert









