
Hacking Kioptrix Level 1 (#1) - Part 2 - Scanning
Scanning In the previous post, we set up the environment to start our first hacking. Now, in this post, we are actually going to start hack the image. …

Scanning In the previous post, we set up the environment to start our first hacking. Now, in this post, we are actually going to start hack the image. …
In the post, https://nepcodex.com/2020/05/what-is-subnetting/, we talked about what subnetting is. Similarly, in the previous post, we understood …
In the previous post, we talked about the need for subnetting. However, our final purpose is to be able to perform subnetting based on some …
Let’s imagine that you are recently hired for a job of network engineer. Now, your major responsibility is to manage the network of your …
Before diving into callbacks, we have to understand that, in javascript, functions are first-class objects. As such, we can dynamically create, …
JSON stands for ‘JavaScript Object Notation’. We use JSON for storing and exchanging data between server and client (browser). However, …

In the previous post, we created an express.js application step by step. If you haven’t read that post, I suggest you do it because the basic …
In this post, we will learn how to create an express application with a database. Not only this, but also we will include a templating engine. For …
In the previous post, we saw some basic interesting facts in JavaScript. In the same way, we are going to view other interesting facts in this post. …
JavaScript, which was created to “make web pages alive”, is one of the feature-rich language. However, this scripting language has got …