Create a Discord bot in NodeJS
In this post we will teach you how to create a Discord bot in NodeJS. In order to create a Discord bot we will be using NodeJS, discord.js and the… View Article
In this post we will teach you how to create a Discord bot in NodeJS. In order to create a Discord bot we will be using NodeJS, discord.js and the… View Article
Modding Terraria is a fun way to add and adjust features in a playful way and learn more about programming. In this part, we add a custom pet! This post… View Article
This writeup helps you solve the Advent of CTF – Day 6 challenge on Advent of CTF. The previous writeup can be found here: Advent of CTF – Day 5… View Article
This writeup helps you solve Day 5 of the Advent of CTF challenge. The writeup for the previous challenge can be found here: Advent of CTF – Day 4 Writeup…. View Article
This writeup helps you solve the Day 4 challenge of the Advent of CTF challenges. The previous challenge can be found here: Advent of CTF – Day 3 Writeup. Today’s… View Article
This writeup describes all steps necessary to solve Day 3 of the Advent of CTF challenges. The previous challenge can be found here: Advent of CTF – Day 2. Just… View Article
This writeup helps you solve Day 2 of the Advent of CTF challenges. You can find the previous challenge here: Advent of CTF – Day 1 Writeup. Yet again, this… View Article
This is Day 1 Challenge of Advent of CTF challenges! You can find the previous challenge here: Advent of CTF – Day 0 Writeup. This challenge describes itself as a… View Article
Advent of CTF is an advent challenge organized by the Novi Hogeschool and created by Arjen Wiersma. This year’s Advent of CTF is a challenge which refers to an old… View Article
This writeup will help you solve The Marketplace box on TryHackMe.com. TryHackMe The Marketplace – Enumeration As per usual, we start by scanning for open ports on the box. We… View Article