Terminal GPT (tgpt) – Your Direct CLI Gateway To ChatGPT 3.5

0
Terminal GPT (tgpt) offers a seamless way to bring the power of ChatGPT 3.5 directly to your command line. This cross-platform CLI tool negates...

100 Days Of Rust 2025 : From Incident Response To Linux System Programming

0
In 2025 I wanted to try something new. In addition to a traditional 100 days of Yara, I will also be doing 100 days...

JailbreakEval : Automating the Evaluation Of Language Model Security

0
Jailbreak is an attack that prompts a language model to give actionable responses to harmful behaviors, such as writing an offensive letter, providing detailed...

HASH : Harnessing HTTP Agnostic Software Honeypots For Enhanced Cybersecurity

0
The main philosophy of HASH is to be easy to configure and flexible to mimic any software running on HTTP/HTTPs. With the minimum footprint...

SECurityTr8Ker : SEC Cybersecurity Disclosure Monitor

0
SECurityTr8Ker is a Python application designed to monitor the U.S. Securities and Exchange Commission's (SEC) RSS feed for new 8-K filings that contain material...

The Strength Of Signed App Control Policies

0
Before delving into the topic, let's first clarify the role of an Administrator within the operating system. An Administrator is a user with the...

AttackRuleMap : Bridging Adversary Simulations And Detection Rules For Enhanced Cybersecurity

0
This repository provides a mapping of Atomic Red Team attack simulations to open-source detection rules, such as Sigma and Splunk ESCU. Project Purpose The goal of...

Awesome EDR Bypass : A Comprehensive Guide For Ethical Hackers

0
EDR bypass technology is not just for attackers. Many malware now have EDR bypass capabilities, knowledge that pentesters and incident responders should also be...

Better-Sliver : The Community-Driven Fork For Advanced Security Testing

0
Welcome to Better-Sliver, a fork of the Sliver project. This fork is intended to be a community-driven effort to improve the Sliver project. The...

Fuzzing Lab : Mastering Software Testing Techniques With UCLA ACM Cyber

0
This is the repository for the Introduction to Fuzzing Lab run by ACM Cyber at UCLA. Click on one of the links below to...
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...