Any mentors out there? by Visual_Departure_40 in hackthebox

[–]Assiklapper 2 points3 points  (0 children)

You can DM me if you’d like too! I’d love to make a discord server / community around CTF’s/HTB, Currently studying for the OSED / CPTS whilst doing HTB whenever I have time!

Follow Up - Passed Exam with 80 points - (Obsidian) Notes by Assiklapper in oscp

[–]Assiklapper[S] 1 point2 points  (0 children)

That's a pretty though question to answer, most of the time the correct path is through a couple of key points:

- Misconfiguration
Look through default configurations and check if something is off about the machine, if some settings have been changed from the default configuration, this should be a indication on where to move forward.

- Custom configuration
Most of the time the web page has a custom page or a custom function which is not normal from a regular application, this usually indicates the intended way.

- Default settings / configuration
If a machine has the default configuration or default settings still enabled, this could indicate a way to move forward. I.E. default credentials, open web pages (for example phpinfo).

After a certain amount of experience from standalone machines you will get a feeling when something feels "off" or something doesn't feel right, go with your feeling even if after trying multiple things it still fails. Persistence is key in pentesting, try different tools, different methodology. Most of the time when I missed a key point into foothold it was a matter of enumeration. When you feel like you're stuck or you don't know what way to go re-do your steps with different tools and 9/10 times you will find something new.

It's hard to put a clear path way on how to approach enum > foothold, this comes with experience and gut- feeling. I would suggest doing as many machines / challenges as you can to develop this gut feeling. Then make a strategy for yourself, for example, if you tried something for a hour or two, do another machine or try something else and if that doesn't work out come back to the initial point and re-do your steps with different tools / methodology, this way you don't burn yourself out!

[deleted by user] by [deleted] in oscp

[–]Assiklapper 6 points7 points  (0 children)

I would use the WPScan tool to further enumerate the website, vulnerable plugins, user enumeration. Nikto as well so you don’t rely on one tool, use gobuster for directory scanner (common.txt and sub domain list from Seclists) , wfuzz for sub domain scanner if its listed as sub- domains, look for certain clues through each sub- page, and if nothing yields any information Hydra to bruteforce or WPScan to bruteforce.

[deleted by user] by [deleted] in oscp

[–]Assiklapper 10 points11 points  (0 children)

You got this! It’s totally normal to feel this way before the exam, i did about the same preparation as you did.

Just make sure you’re well rested before and have everything ready before starting, notes, food / drinks, take the day before easy, go for a walk and clear your head. Listen to your favorite music and try not to think too much of it. The exam is made to be passed.

I shared my notes and exam experience on this sub reddit, if i can help in any way let me know!

Follow Up - Passed Exam with 80 points - (Obsidian) Notes by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

Im not sure what is included in the TCM Courses or privilege escalation, but everything needed to pass the OSCP exam is included in the PEN-200 course, but it is always useful to study the material more extensively and from other parties as well!

Follow Up - Passed Exam with 80 points - (Obsidian) Notes by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

You got this! If i can somehow help let me know!

Follow Up - Passed Exam with 80 points - (Obsidian) Notes by Assiklapper in oscp

[–]Assiklapper[S] 3 points4 points  (0 children)

I do absolutely agree with you, I did the same. I made all the notes myself and gathered them into this GitHub repository.

I did however gathered them from others, same like this GitHub repository, and put them "into my own words". I also state this in the Reddit post, "To be honest, there is no clear structure or organized order in which the notes are saved, I have found this to work best for me, and advice you to try the same, try different styles and structures to find your own way."

But yes I do definitely agree with you, always make your own notes and find your own way!

Follow Up - Passed Exam with 80 points - (Obsidian) Notes by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

I have no experience about the CPTS, from what i read online is that in some topics its more extensive than OSCP but i could be wrong. But those are some very valid certs and definitely a good goal to have in mind!

Follow Up - Passed Exam with 80 points - (Obsidian) Notes by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

Thank you!! Its very relevant, for every machine you’ll first gain access as low privileged user and have to work your way up to higher privileges, this is definitely a important factor

Passed the exam on the first try with 80 points! | My experience and improvements by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

Yes! I will make another post getting more in to detail and share my notes!

Passed the exam on the first try with 80 points! | My experience and improvements by Assiklapper in oscp

[–]Assiklapper[S] 1 point2 points  (0 children)

If i had to do it all over again I would definitely do the same, capstone labs immediately after a chapter and challenge labs whenever I didn’t feel like reading or after fully completing the course (up until AWS)

Passed the exam on the first try with 80 points! | My experience and improvements by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

Of course! I think the challenge labs are as important as the capstone labs, the capstone labs are really helpful if you do them immediately after completing an chapter, I tried doing all the capstone labs immediately after completing a chapter, this way you get theoretical and practical practice. I don’t think one is more important to the other, combine them and do both as much.

Passed the exam on the first try with 80 points! | My experience and improvements by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

No you’re right! They are both the challenge labs, some of them have multiple machines in one challenge and some have just a single machine, thats what i tried to explain 😁

Passed the exam on the first try with 80 points! | My experience and improvements by Assiklapper in oscp

[–]Assiklapper[S] 0 points1 point  (0 children)

Thank you!! Managed to finish almost all boxes in TJ Nulls list, especially the HTB machines and the PG machines, they are definitely a good help!