Cyborg Room Walkthrough
2024/11/17
Room URL: Cyborg Room IP: 10.10.79.217 - This will be different for you. […] We begin our reconnaissance phase by scanning the target using Nmap. This helps us identify the open ports and …
Exploring MSC Files in Windows
2024/11/10
In Windows, MSC files are shortcuts that open specific Microsoft Management Consoles (MMC)—a centralized interface that allows administrators and advanced users to manage various system settings, …
Understanding Login Types in Windows
2024/11/03
Windows operating systems offer various login types that define how users authenticate themselves and gain access to the system. Understanding these login types is crucial for both users and system …
Why Ptyxis is a Game-Changer for Embedded Terminal Emulation
2024/11/01
When you’re building applications that need terminal-like functionality, embedding a full terminal emulator can feel like overkill. Enter Ptyxis—a lightweight, versatile tool for integrating terminal …
What’s New in Nmap: A Look at the Latest Features
2024/10/27
An overview of the latest Nmap release, highlighting new features and improvements.
Improving DNF Update Speeds with max_parallel_downloads
2024/10/12
How to improve download speeds during system updates by adjusting the max_parallel_downloads setting in DNF.
recover-disk-space
2024/10/05
In Linux systems, disk space management is crucial, especially when storage is running low. One often-overlooked aspect is the space reserved by the filesystem, known as reserved blocks. These blocks …
HTTPSorHTTP
2024/09/08
Alex was a bright developer. Fresh out of college and eager to make a mark, he landed a job at a promising tech startup. His first major project: build a new web application for the company’s …
Hackernews In Your Inbox
2024/08/25
If you do not want to subscribe to any newsletter but still want to get some news delivered to you inbox then this post is for you. First you need to get a script that can pull the hacker-news …
Windows msc files
2024/08/04
MSC files are snap-in control files that are associated with the Microsoft Management Console on Windows machines to run administrative tasks. Here is a list of msc files that you can find in Windows. …
Short url to full url
2024/06/19
Most of the Social sites will shorten the links. There are a lot of ways to check the url before you go to the url and get phished :) For example, for bitly you can just add a ‘+’ at the …
Bash script performance issue and remediation
2024/06/17
I was looking at writing some output to files. The output did not vary much but the number of lines was huge. It was long time back so I dont remember the context of the requirement but I needed to …