Skip to content

Commit f40b39a

Browse files
committed
Update deprecated Twitter shortcodes, update about.md and fix broken date
1 parent 6be548f commit f40b39a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

content/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
+++
22
title = "About Me"
3-
date = "22-02-2022"
3+
date = "2025-02-27"
44
aliases = ["about-me"]
55
[ author ]
66
name = "Cas van Cooten"
77
+++
88

99
![It me](/images/me.png)
1010

11-
Hi! I'm Cas, an offensive security enthusiast and Red Teamer based in the Netherlands. I like to play around with anything that is related to hacking, security, or tech in general. I love to learn, but I love sharing the things that I have learned even more - that's what this blog is for. If you would like to get in touch you can do so via [Twitter](https://twitter.com/chvancooten) or [email](mailto:hello@casvancooten.com). I'm always up for a chat about (offensive) security!
11+
Hi! I'm Cas, an offensive security enthusiast and Red Teamer based in the Netherlands. I like to play around with anything that is related to hacking, security, programming languages, or tech in general. I love to learn, but I love sharing the things that I have learned even more - that's what this blog is for. If you would like to get in touch you can do so via [Twitter](https://twitter.com/chvancooten) or [email](mailto:hello@casvancooten.com). I'm always up for a chat about (offensive) security and the latest new programming languages!
1212

1313
If my content or open-source contributions have helped you, please consider sponsoring me on GitHub:
1414

content/posts/CRTOReview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The labs are quite strictly firewalled and hardened, so simply compromising ever
4242

4343
Though you will see most of the labs as part of the course and exercises, I would recommend everyone to do a "clean run" after completing the exercises. There are for sure some parts of the lab that you can only discover on your own, which also gives you the opportunity get some more valuable practice in before your exam. 🙂
4444

45-
{{< tweet user="chvancooten" id="1393655024866283520" >}}
45+
{{< x user="chvancooten" id="1393655024866283520" >}}
4646

4747
I can think of very little improvement points regarding the labs. One of my primary objections is that initial access into the labs can be finnicky at times, and it cannot be bypassed once you already gained access. This is quite annoying if the lab has been reset and you just want to re-establish beacons, only to find that the phishes you sent earlier now stopped working due to infrastructure instability. Luckily, RastaMouse has confirmed that this is something that will be fixed in the next version of the course.
4848

@@ -54,7 +54,7 @@ As per usual and for obvious reasons I cannot disclose too much about the setup
5454

5555
Truth be told, I was a bit disappointed at how easy the first three flags were in my version of the exam. The fourth flag however provided much more of a challenge and was a welcome change in pace from the others. It should be noted that the course is however marked as a beginner-level course, so I shouldn't complain about the difficulty too much. Obviously, there is no shame in 'only' submitting three flags to pass the exam. However, based on my experience with the exam I would say that everyone who has prior red team operations experience (either working experience or through certs like OSEP) should really challenge themselves to try and submit all four flags - it's definitely worth it!
5656

57-
{{< tweet user="chvancooten" id="1410624406687260679" >}}
57+
{{< x user="chvancooten" id="1410624406687260679" >}}
5858

5959
The exam doesn't require a report, which is a welcome break to some. I don't mind reporting for exams myself, and honestly it should become routine to take good and report-worthy notes in any case. So, even if it's not strictly required, my strong advice would be to challenge yourself to make a habit of keeping quality notes. If you need some inspiration, I discuss my technique for keeping quality notes and turning them into a report easily [in this blog post](https://casvancooten.com/posts/2020/05/generating-pretty-pwk-reports-with-pandoc-and-markdown-templates-inside/).
6060

content/posts/Nimplant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Building your own C2, on the other hand, brings a couple of advantages. First an
3838

3939
With all that out of the way, let's get to the meat 'n' potatoes of this post - **Nimplant**! Nimplant is what I dubbed the C2, obviously (and very unoriginally) because of the implant written in Nim. As it turns out, I wasn't the first with this idea...
4040

41-
{{< tweet user="domchell" id="1414267057617739782" >}}
41+
{{< x user="domchell" id="1414267057617739782" >}}
4242

4343
Nimplant is meant for use as a first-stage implant. This means that it is typically used for an initial infection, before dropping more elaborate malware such as a Cobalt Strike beacon. This use case poses a couple of requirements for the implant:
4444

content/posts/OSEPReview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The course materials state that PEN-300 is a course focused at advanced penetrat
2424

2525
When I saw the first positive reviews of the PEN-300 course rolling in, it didn't take me long to enroll in the course. I ordered the 90 days package, since I took the course next to my full-time day job. Unless you can dedicate a lot of time I would probably advise most to do the same, even though it is possible to complete the full course materials and labs in way less time (I completed both in about six weeks). Do note that I completed the course during a Covid-lockdown, which gave me a bit more free time and flexibility in the evenings and weekends. 🙂
2626

27-
{{< tweet user="chvancooten" id="1374993077639733250" >}}
27+
{{< x user="chvancooten" id="1374993077639733250" >}}
2828

2929
*As always - if you have any questions about the course that are unanswered in this post, please do [hit me up on Twitter](https://twitter.com/chvancooten). I'll gladly discuss any questions you may have (except specific questions on the exam, duh) and will add them to this post if relevant.*
3030

0 commit comments

Comments
 (0)