CVE-2025-29927 : Next.js Middleware Authorization Bypass – Technical Analysis

0
A critical vulnerability, CVE-2025-29927, has been identified in Next.js, a React-based web framework by Vercel. This flaw allows attackers to bypass middleware-based authorization checks...

pugDNS : Revolutionizing DNS Query Speed And Accuracy For Advanced Networking Needs

0
pugDNS is an experimental, high-performance DNS query tool designed to facilitate fast and accurate bulk DNS lookups. It leverages AF_XDP (Address Family eXpress Data...

ZeroDays CTF 2025 : A Comprehensive Overview

0
The ZeroDays CTF 2025, held on March 22nd at Croke Park in Dublin, Ireland, marks a significant milestone as it celebrates its 10th anniversary....

CloudPEASS : Cloud Privilege Escalation Awesome Script Suite

0
CloudPEASS is a suite of tools designed to help users identify potential privilege escalation paths and other security vulnerabilities in cloud environments, specifically Azure,...

OSCE³ and OSEE Study Guide : Understanding Key Tools And Functions

0
The OSCE³ (Offensive Security Certified Expert 3) and OSEE (Offensive Security Exploitation Expert) certifications are advanced qualifications in the field of cybersecurity, focusing on...

Kernel Callbacks Removal : Bypassing EDR Detections

0
Kernel callbacks are essential components used by Endpoint Detection and Response (EDR) systems to monitor system events, such as process creation, image loading, and...

Blockchain-Attack-Vectors : A Comprehensive Tool For Web3 Security

0
The Blockchain-Attack-Vectors directory is a vital resource for the Web3 community, designed to categorize and mitigate various attack vectors on blockchain networks. This open...

Verizon AI Burp Extensions (VAIBE) : Revolutionizing AI Security Testing

0
Verizon AI Burp Extensions (VAIBE) is a cutting-edge suite of tools designed to enhance the capabilities of penetration testers and security researchers working with...

ArkFlow : High-Performance Stream Processing – A Comprehensive Guide

0
ArkFlow is a high-performance Rust-based stream processing engine designed to handle data streams efficiently. It supports multiple input/output sources and processors, making it versatile...

TInjA – The Template INJection Analyzer

0
TInjA is a powerful CLI tool designed to detect and identify template injection vulnerabilities in web applications. Developed by Hackmanit and Maximilian Hildebrand, it...
Nmap Cheat Sheet

Nmap cheat sheet for beginners

0
Nmap (Network Mapper) is a free tool that helps you find devices on a network, discover open ports, and identify services running on those...
MCP

Understanding the Model Context Protocol (MCP) and How It Works

0
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open standard that enables AI applications, such as large language models,...
file command

 The file Command – Quickly Identify File Contents in Linux

0
While file extensions in Linux are optional and often misleading, the file command helps decode what a file truly is. This powerful utility analyzes the actual...
touch command

How to Use the touch Command in Linux

0
The touch command is one of the quickest ways to create new empty files or update timestamps for existing files in Linux. It’s widely used by...
find command

How to Search Files and Folders in Linux Using the find Command

0
Handling large numbers of files is routine for Linux users, and that’s where the find command shines. It’s a dynamic tool that helps you search for...