Syscall Tables : Evolution From NT5 To NT11

0
Syscall tables are critical components of operating systems, mapping system calls to their respective kernel functions. This article delves into the evolution of Windows...

Exploit Street – Navigating The New Terrain Of Windows LPEs

0
Exploit-Street, where we dive into the ever-evolving world of cybersecurity with a focus on Local Privilege Escalation (LPE) exploits targeting Windows systems. Since 2023,...

Local KDC For Windows – Implementing Kerberos Authentication Without Domain Membership

0
This is an example program that can run a Kerberos Key Distribution Center (KDC) on a Windows host and have Windows authenticate to that...

Sinon – Modular Windows Burn-In Automation With Generative AI For Deception

0
Sinon is a modular tool for automatic burn-in of Windows-based deception hosts that aims to reduce the difficulty of orchestrating deception hosts at scale...

MSFT_DriverBlockList : Mapping Microsoft’s Default Driver Block Lists Across OS Builds

0
The "MSFT_DriverBlockList" serves as a central repository for the default Microsoft Driver Block Lists, tailored for specific OS builds. It's important to note the...

Harden Windows Security – Elevate Your Protection With Microsoft’s Official Toolkit

0
Windows by default is secure and safe, this repository does not imply nor claim otherwise. Just like anything, you have to use it wisely...

Powershell Digital Forensics And Incident Response (DFIR) – Essential Scripts For Windows Cyber Defense

0
Powershell Digital Forensics & Incident Response (DFIR) equips cybersecurity professionals with a suite of PowerShell scripts tailored for effective incident handling on Windows devices....

msdocviewer – Streamlining Win32 API And Driver Documentation Viewing – A Comprehensive Guide

0
msdocviewer is a simple tool for viewing Microsoft's win32 API and driver technical documentation. msdocviewer consists of two parts. The first is a parser (run_me_first.py) that...

BackupCreds – Mastering Credential Dumping In Windows

0
BackupCreds presents a groundbreaking method for security professionals to exploit SeTrustedCredmanAccessPrivilege, enabling the dumping of stored credentials in Windows environments. This article delves into...

WinFiHack : Unlocking Wireless Networks – A DIY Guide To WiFi Brute Forcing On...

0
WinFiHack is a recreational attempt by me to rewrite my previous project Brute-Hacking-Framework's main wifi hacking script that uses netsh and native Windows scripts to create...
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...
mv command

How to Move and Rename Files in Linux with the mv Command

0
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy to relocate or rename items without hassle. Whether organizing...