Sunday, December 22, 2024
Home Scripts

Scripts

Here you’ll find a collection of custom scripts designed to streamline and automate various cybersecurity tasks.

- Advertisement -
Google search engine

RECENT

SIMILAR

Reverse Engineer – Assembly Basics

0
Assembly is a low-level programming language that provides a way to write instructions that the CPU can execute directly, it’s closely related to machine code but uses human-readable mnemonics. Registers These are small storage locations within the CPU used for quick data manipulation, you can check...

TCP Flags Guide

0
Here’s a breakdown of each TCP flag with its purpose and for what’s used. SYN (Synchronize) - Initiates a connection between two hosts. It’s the first step in the 3-way handshake, signalling the desire to establish communication. ACK (Acknowledgment) - Confirms the receipt of packages. After...

Domain Controller

0
A Domain Controller (DC) is a critical server in a Windows-based network that manages security and permissions for all computers within the domain. Centralized Management - A Domain Controller is a server that responds to security authentication requests within a Windows Server domain. It holds...