Advertisement

SHIMME – Manipulating Shim And Office For Code Injection

0
In the ever-evolving landscape of cybersecurity, DEFCON 32 unveiled pioneering tools that challenge traditional security paradigms. The "ShimMe" talk introduced two groundbreaking tools: the...

Nipe – Pioneering Privacy And Anonymity On The Internet With Tor

0
The Tor project allows users to surf the Internet, chat and send instant messages anonymously through its own mechanism. It is used by a...

v2.4.11 – Enhancements, Fixes, And Community Growth

0
Dive into the latest advancements with the release of v2.4.11, which brings significant enhancements and new features to the forefront. This update introduces robust...

tfsec – Migrating To Trivy For Enhanced Infrastructure As Code Security

0
As part of our goal to provide a comprehensive open source security solution for all, we have been consolidating all of our scanning-related efforts...

CyberChef Server – A Comprehensive Guide To Setting Up And Using A CyberChef API

0
CyberChef has a useful Node.js API, but sometimes we want to be able to programmatically run CyberChef recipes in languages other than JavaScript. By...

Pentesting Active Directory – A Comprehensive Guide To Tools, Techniques, And Commands

0
This is a cheatsheet of tools and commands that I use to pentest Active Directory. It includes Windows, Impacket and PowerView commands, how to...

NodeSecure – Advanced JavaScript AST Analysis For Detecting Malicious Code

0
JavaScript AST analysis. This package has been created to export the NodeSecure AST Analysis to enable better code evolution and allow better access to developers and...

SecretMagpie – The Comprehensive Secret Detection Tool For Your Repositories

0
Organisations struggle to scan for leaked secrets in ALL of their repos. It's easy to scan one repo, but time consuming and tedious to...

Firefly : Revolutionizing Security Testing With Advanced Black-Box Fuzzing

0
Firefly is an advanced black-box fuzzer and not just a standard asset discovery tool. Firefly provides the advantage of testing a target with a...

Checking PCAP Data – Essential Tools And Methods For Cybersecurity Analysis

0
In this guide, we delve into the essentials of checking PCAP data for cybersecurity professionals. Learn how to effectively use tools like Wireshark and...
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...