Today I want to try my first CTF walkthrough. I choose the relatively new Basic Pentesting 1 VM from Vulnhub. This CTF is aimed at beginners, and the goal is to get root privileges (boot2root) on the machine.
TypeScript Installation & TypeScript VSCode Setup
TypeScript is a popular programming language used for developing large-scale JavaScript applications. It adds additional features such as optional static typing, classes, and interfaces to JavaScript. In this blog post, we will discuss the steps required to install TypeScript onto your machine. Download and Install Node.js The first step to installing TypeScript is to download … Read more