Advertisement

PowerShellArsenal : A PowerShell Module Dedicated to Reverse Engineering

0
PowerShellArsenal is a PowerShell module used to aid a reverse engineer. The module can be used to disassemble managed and unmanaged code, perform .NET...

Top 5 SQL Injection Tools for PenTest & Hacking

0
SQL injection is a code injection technique, used to attack data-driven applications that might destroy your database. Here, malicious codes are inserted into...

Psad : Intrusion Detection & Log Analysis with IPtables

0
The Port Scan Attack Detector psad is a lightweight system daemon written in is designed to work with Linux iptables/ip6tables/firewalld firewalling code to detect suspicious traffic...

BoNeSi – The DDoS Botnet Simulator

0
BoNeSi, the DDoS Botnet Simulator is a Tool to simulate Botnet Traffic in a tested environment on the wire. It is designed to study...

Lynis : Security Auditing Tool for Unix/Linux Systems

0
Lynis is a security auditing tool for UNIX derivatives like Linux, macOS, BSD, Solaris, AIX, and others. It performs an in-depth security ...

Goscan : Interactive Network Scanner

0
GoScan is an interactive network scanner client, featuring auto-completion, which provides abstraction and automation over nmap. Although it started as a small side-project I developed...

Decker : Declarative Penetration Testing Orchestration Framework

0
Decker is a penetration testing orchestration framework. It leverages HashiCorp Configuration Language 2 (the same config language as Terraform) to allow declarative penetration testing...

Hostintel : A Modular Python App to Collect Intelligence for Malicious Hosts

0
Hostintel is used to collect various intelligence sources for hosts. Hostintel is written in a modular fashion so new intelligence sources can be easily...

IoT Home Guard : A Tool for Malicious Behavior Detection in IoT Devices

0
IoT Home Guard is a project to help people discover malware in smart home devices. For users the project can help to detect compromised smart...

Command Injection Payload List

0
Command injection is an attack in which the goal is execution of arbitrary commands on the host operating system via a vulnerable application. Command...
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...