Stalwart Mail Server : Revolutionizing Email Security And Scalability

0
Stalwart Mail Server is an open-source mail server solution with JMAP, IMAP4, POP3, and SMTP support and a wide range of modern features. It...

Spyndicapped : The Power Of UI Automation For Surveillance

0
Dive into the cutting-edge world of digital surveillance with "Spyndicapped," a robust tool leveraging Microsoft's UI Automation to monitor and gather data stealthily. Developed...

SOC Multi-Tool : Cyber Investigation Made Easy

0
Introducing SOC Multi-tool, a free and open-source browser extension that makes investigations faster and more efficient. Now available on the Chrome Web Store and...

Exploring Kernel Vulnerabilities : A Deep Dive Into io_uring Buffer Management

0
The io_uring_register syscall supports various registration ops to allow a user to register different resources that io_uring can use. Specifically, with IORING_REGISTER_PBUF_RING combined with...

Invoke-AtomicAssessment : Unleashing The Power Of Adversary Emulation For Enhanced Cybersecurity

0
Invoke-AtomicAssessment is a powerful tool designed to facilitate adversary emulation by leveraging Atomic Red Team. This tool automates the execution of these techniques and...

Wicked Panda APT Adversary Simulation

0
This is a simulation of attack by the Wicked Panda group (APT-41) targeting U.S. state government networks the attack campaign was active between May...

Cyberbro : Revolutionizing Threat Intelligence With Simplified IoC Analysis

0
A simple application that extracts your IoCs from garbage input and checks their reputation using multiple services.Inspired by Cybergordon and IntelOwl. This project aims to...

B(l)utter

0
Flutter Mobile Application Reverse Engineering Tool by Compiling Dart AOT Runtime. Currently, the application supports only Android libapp.so. Also, the application currently works only against...

Useful Bug Bounty And Security Related Write-ups : A Comprehensive Guide For Enthusiasts

0
This repo contains all variants of information security & Bug bounty & Penetration Testing write-up design for beginners or newcomers who are confused or...

Promptmap

0
Prompt injection is a type of security vulnerability that can be exploited to control the behavior of a ChatGPT instance. By injecting malicious prompts...
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...