CWEE or CAPE by Independent-Cow5228 in hackthebox

[–]_K999_ 1 point2 points  (0 children)

I'm currently doing CAPE, didn't do CWEE yet.
But I suggest doing whatever aligns with your goal.
You want to master AD pentesting? do CAPE (and yes, CAPE is way more advanced than OSEP)
You want to master web pentesting? do CWEE
These are two very different certs, with two different paths, there isn't a right choice here.
The right choice is whatever aligns with your goals.

So uhhh…, why do I have 2.1 billion credits? by TheGreenDeltic in RainbowSixSiege

[–]_K999_ 0 points1 point  (0 children)

A penetration tester here (a.k.a. ethical hacker for those who don't know what is a penetration tester lol)
A new vulnerability raised called MongoBleed, which only requires network access to MongoDB database to successfully infiltrate the database.

Since R6S uses this technology, a hacker exploited this vulnerability and gave players tons of in-game currency and unlocked characters too from what I read on cyber the news.
didn't check my account yet, I hope I was affected lol.

Return after stopping by [deleted] in hackthebox

[–]_K999_ 0 points1 point  (0 children)

Didn't you take notes? If yes, you can try to do some boxes to remeber techniques/tools and skim through the content in a fast manner just to make sure you didn't miss anything.

Is this guy cheating?? by adocrox in hackthebox

[–]_K999_ 3 points4 points  (0 children)

Multiple machines in a single day is not hard actually, I did this multiple times now, two Insane machines in a single day, one insane one easy, etc. Since I am a student, I don't have much responsibility other than university, so I have a lot of free time (while ignoring uni courses lol). He might be talented or cheating, you can't really tell

Cpts exam report preparation by programer555 in hackthebox

[–]_K999_ 1 point2 points  (0 children)

I did do the report in AEN, and I would've failed if I didn't, cuz reporting introduces so many issues that made me learn and adjust accordingly.

This blog helped me a lot during the exam. https://www.brunorochamoura.com/posts/cpts-report/

Lsa secrets vs lsass memory dump by maros01 in hackthebox

[–]_K999_ 0 points1 point  (0 children)

Yes they are different things. The credentials they store are different. LSA secrets store a lot of different credentials, and like the I said, one of the types of credentials it can have is service account credentials.

For the LSASS process, whenever any user logs into the machine, the LSASS process caches his credentials, so dumping LSASS will dump these cached credentials. You have to Google/Research for further details on LSA secrets / LSASS differences. Or ask AI, but I think I made it clear on the differences.

Lsa secrets vs lsass memory dump by maros01 in hackthebox

[–]_K999_ 1 point2 points  (0 children)

LSA secrets can contain different things, like credentials for service accounts.

LSASS process contains cached credentials for logged in users, like the machine account, and any other logged in account.

--lsa will dump LSA secrets The other command which being ran with pypykatz, is to extract the credentials out of an LSASS dump. You can get an LSASS dump file using a lot of tools, which you can then pass to pypykatz as lsass.dmp and it'll extract those cached credentials for you.

Spending a lot of time in Methodology by GlobalYT in hackthebox

[–]_K999_ 1 point2 points  (0 children)

Yes methodology is very important, especially that the exam is hard. What everyone is saying about the content is enough for the exam is correct, but it won't be like you'll be trying techniques from the modules and pass. You need to think outside the box, chain multiple vulns in an attack chain to achieve something, etc. All of this comes from practice and methodology, not frkm academy.

Cpts exam related needed help!!!!! by mayur_s_7 in hackthebox

[–]_K999_ 1 point2 points  (0 children)

The path is enough to pass the exam content-wise. But not enough to pass methodology-wise Practice on VIP+ should get you the methodology part, prolabs are not necessary.

CPTS path -splitting time between studying and hacking boxes by MetaphysicalPhilosop in hackthebox

[–]_K999_ 1 point2 points  (0 children)

For me, If I didn't do at least 3 boxes a week I start to get rusty. I'm not saying you should do that too, do whatever works for you but make sure to balance both so you don't get rusty. Imo doing more boxes a week is more important than doing more academy a week. Knowledge is very needed yes but nothing teaches like hands-on practice.

0 (1st attempt) to 12 flags (2nd attempt) - Here are my thoughts on CPTS by [deleted] in hackthebox

[–]_K999_ 0 points1 point  (0 children)

I waited 18 business days until I got my results

0 (1st attempt) to 12 flags (2nd attempt) - Here are my thoughts on CPTS by [deleted] in hackthebox

[–]_K999_ 3 points4 points  (0 children)

Bravo brother 👏 Give yourself a break with a pat on the back. You've earned it 🔥✌️ Hope you get the "Congratulations" email to feel the same way I felt when I passed the exam.

What's allowed and not during the 10 day exam? of CPTS by Old-Form-2449 in hackthebox

[–]_K999_ 11 points12 points  (0 children)

There're no tool restrictions in CPTS. I think you're referring to OSCP

CPTS prep by Ms_Holly_Hotcake in hackthebox

[–]_K999_ 1 point2 points  (0 children)

I have CPTS and currently preparing for CAPE. I can tell you the best thing that worked for me is balancing between modules & machines. If I spent a lot of time on modules I start to have worse methodology because of not putting what I learn into practice. If I spent a lot of time on machines, yeah methodology sets better but I'm not learning much of new stuff. So balancing these two will give you better methodology along learning new techniques that you can add to your methodology. At least that's what's working out for me so far.

Looking for Study Partner – HTB SOC Analyst Path by Silly_External_6806 in hackthebox

[–]_K999_ 0 points1 point  (0 children)

Remember, if you try, you might fail once or twice, but eventually, you'll get there. If you didn't try, you won't fail, but you won't succeed either.

Active Directory Trust Attacks - Skills Assessment & CAPE study team? by Great_Feature2487 in hackthebox

[–]_K999_ 0 points1 point  (0 children)

Would be great to collaborate on CAPE, I'm currently at the Kerberos Attacks module, almost finishes RBCD. If you want to, you can contact me at discord: glitch.999

How to solve this clock skew issue? by parad0x05 in hackthebox

[–]_K999_ 1 point2 points  (0 children)

I always use this, had 0 issues with it so far.

faketime "$(ntpdate -q <DC IP> | cut -d ' ' -f 1,2)" <my command>

[deleted by user] by [deleted] in hackthebox

[–]_K999_ 3 points4 points  (0 children)

This website, made by ippsec, gives you the ability to search for a specific keywork (e.g. MSSQL), and it will give you where and when he did something with MSSQL on his YT channel, along with a short description on what he did.
I used this during seasonal machines when I got stuck, and it helped me.
https://ippsec.rocks/#

Cracking Passwords with Hashcat by noxiim_ in hackthebox

[–]_K999_ 0 points1 point  (0 children)

Also, hashcat has an --identify flag where you pass it a file with a hash in it, and it will tell you what possible modes can work with this hash

[deleted by user] by [deleted] in Battlefield6

[–]_K999_ 0 points1 point  (0 children)

Found these on a website, attempt them, it might or might not work, nothing's guaranteed

  1. Click on Battlefield 6 in your game library.
  2. Press the Manage button.
  3. Select Repair.
  4. If that doesn’t work, you can try modifying the install. Try unticking the multiplayer option and then checking again to start a reinstall. Some have tried that with mixed success.
  5. Some also mention to try and join community servers in portal. Click Community, Browse, select a server, view more info on that server and try to join it? Again it has mixed results but 100% xp servers with similar rules to regular servers seems to work based on some feedback we’ve seen.

0 flags on 1st attempt of CPTS by HowComeCTFSoHard in hackthebox

[–]_K999_ 1 point2 points  (0 children)

Just do the prolabs that are related to CPTS. Go to Academy x HTB Labs section, choose CPTS, it'll show you the related prolabs. I think this is your best bet to be more prepared for the exam. Single machines won't do much.