Directory Traversal

August 10, 2023·2 mins

Understanding Directory Traversal Attack using Burp suite-2023

Directory traversal (also known as file path traversal) is a web security vulnerability that allows an attacker to read arbitrary files on the server that is running an application.

Image

August 3, 2023·1 min

How to install WSL2 and Ubuntu on Windows

How to install WSL2 and Ubuntu on Windows.

Plausible.io

August 2, 2023·2 mins

How to use Plausible.io to track website traffic.

Plausible Analytics is a simple, open source, lightweight (< 1 KB) and privacy-friendly alternative to Google Analytics.

Image

August 2, 2023·2 mins

Install Docker in 10 steps

How To Install Docker on Windows 10? Pre-requisite: STEP 1: Go to the website https://docs.docker.com/docker-for-windows/install/ and download the docker file. STEP 2: Then, double-click on the Docker Desktop Installer.exe to run the installer. Once the setup starts to run, the configuration page will appear where you need to choose options: Hyper V feature and WSL 2 feature to […]

Image

August 2, 2023·2 mins

A Step-by-Step Guide to Generating Schemas and Sitemaps for SEO

Steps to generate Schemas and Sitemaps: STEP 1: Identify the pages on your site that you want to include in your sitemap. This could include all of your pages, or just a subset of them, such as your blog posts, product pages, or landing pages. STEP 2: Gather the URLs for the pages you want to […]

Chrome Devtools

July 31, 2023·4 mins

10 Chrome Devtools Features Frontend Developers Should Know

Chrome has some features for debugging that can really come in handy when troubleshooting code. In fact, there are so many tools that most of them stay hidden, waiting to be uncovered.