Advertisement

Security Ninjas AppSec Training – Your Complete Guide To Mastering Application Security

0
This hands-on training lab consists of 10 fun real world like hacking exercises, corresponding to each of the OWASP Top 10 vulnerabilities. Hints and...

Certiception – Reinventing Network Security With Deceptive Active Directory Certificate Services

0
Certiception is a honeypot for Active Directory Certificate Services (ADCS), designed to trap attackers with a realistic and attractive bait that triggers highly relevant...

AMSI Bypass via VEH – Technique Using Vectored Exception Handling

0
A PowerShell AMSI Bypass technique via Vectored Exception Handler (VEH). This technique does not perform assembly instruction patching, function hooking or Import Address Table...

RedELK – Essential Naming Requirements For Deployment

0
In the complex landscape of RedELK deployment, adhering to precise naming requirements is crucial for operational success. This article delves into the essential naming...

Kdrill – Unveiling Rootkit Intrusions In Windows 64-Bit Systems

0
Kdrill is a tool to analyze the kernel land of Windows 64b systems (tested from Windows 7 to Windows 11). Its main objective is...

APKscan – Mastering Android Security Analysis

0
APKs (Android Package Kits) often leak secrets due to over-reliance on security through obscurity. Developers sometimes leave sensitive information such as API keys, tokens, and credentials hidden within the code, assuming...

Akto.io – Comprehensive Security Testing And Inventory Management

0
Akto is an instant, open source API security platform that takes only 60 secs to get started. Akto is used by security teams to...

CCC : Cyberspace Under Siege – Understanding Crime, Espionage, And Conflict

0
This is a short graduate course providing an introduction to the areas of crime, espionage and conflicts in cyberspace. The material is used for...

VMware vCenter : CVE-2024-37081 Proof Of Concept

0
Este repositorio contiene una prueba de concepto (PoC) para la vulnerabilidad CVE-2024-37081 en VMware vCenter. La vulnerabilidad se debe a una mala configuración en...

Mailgoose – Ensuring Email Security With SPF, DMARC, And DKIM Verification

0
Mailgoose is a web application that allows the users to check whether their SPF, DMARC and DKIM configuration is set up correctly. CERT PL...
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...