Advertisement

Voidgate – Advanced Technique To Bypass AV/EDR Memory Scanners

0
A technique that can be used to bypass AV/EDR memory scanners. This can be used to hide well-known and detected shellcodes (such as msfvenom) by...

CyberChef – The Ultimate Cyber Swiss Army Knife

0
CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser. These operations include simple encoding...

CVE-2024-29849 : The Veeam Backup Enterprise Manager Authentication Bypass

0
According to Veeam official advisory, all the versions BEFORE Veeam Backup Enterprise Manager 12.1.2.172 are vulnerable Usage First, you need to have the right setup for a local...

DumpMDEConfig – Extracting Microsoft Defender Configuration And Logs With PowerShell Script

0
Invoke-DumpMDEConfig is a PowerShell script designed to extract and display Microsoft Defender configuration and logs, including excluded paths, enabled ASR rules, allowed threats, protection history,...

Detection Lab – A Comprehensive Overview Of Its Features, Documentation, And Legacy

0
This lab has been designed with defenders in mind. Its primary purpose is to allow the user to quickly build a Windows domain that...

Holehe OSINT – Email To Registered Accounts

0
Holehe checks if an email is attached to an account on sites like twitter, instagram, imgur and more than 120 others. Retrieves information using the...

Telegram Trilateration – Exploring The Risks

0
It took them over a YEAR to realize their mistake but they FINALLY lowered the accuracy of the "People Nearby" function. Or it might be that the huge...

Agentic Security – Enhancing LLM Resilience With Open-Source Vulnerability Scanning

0
In an era where large language models (LLMs) are integral to technological advancements, ensuring their security is paramount. Agentic Security offers a pioneering open-source...

Go Defender – Advanced Techniques To Shield Go Applications From Debugging And Virtualization Attacks

0
This Go package provides functionality to detect and defend against various forms of debugging tools and virtualization environments. By the way, for quick setup,...

jsluice++ : Enhancing JavaScript Security Analysis With A Comprehensive Guide To Integrating With Burp...

0
jsluice++ is an innovative Burp Suite extension that enhances the scanning of JavaScript traffic through both passive and active methods. By leveraging the jsluice...
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...