Pineapple Mark VII REST Client

0
The Pineapple Mark VII REST Client offers a robust suite of tools for WiFi penetration testing and security analysis. Developed by TW-D and compatible...

Fuzzing Forum – Advanced Software Testing

0
This project aims at hosting tutorials, examples, discussions, research proposals, and other resources related to fuzzing. External contributions are welcome, please see CONTRIBUTING Contributing File for more information. The...

Anti-Qakbot – Disabling The Malicious Threat

0
Kill a live running QAKbot on an infected machine. More on this : Operation Duckhunt : Field Testing the FBI’s Anti-Qakbot Payload (C) Raashid Bhat In the...

Server-Side Request Forgery (SSRF) – Exploitation And Defense Insights

0
In this section, we'll explain what server-side request forgery is, describe some common examples, and explain how to find and exploit various kinds of...

Coustom Bash – A Tool To Automate Penetration Testing Tasks

0
Custom bash scripts have emerged as powerful tools for automating a range of penetration testing tasks, from reconnaissance to payload creation. Tailored specifically for use...

CVE-2023-29360: Kernel DMA Exploit For Direct R/W Access To kernel Virtual Memory

0
When looking for vulnerabilities of interest, it’s always a good option to look for vulnerabilities used at pwn2own. Indeed, these vulnerabilities are exploited during...

Avred – Antivirus Red Teaming Unleashed

0
Antivirus REDucer for Antivirus REDteaming. Avred tries to provide as much context and information about each match as possible when identifying which portions of...

AppleConnect – Streamlining Local Network With Bonjour

0
AppleConnect is a small Swift wrapper around a Network TCP stream on the local network (using Bonjour for discovery). Even though the transport is...

Jormungandr – Unveiling The Kernel Power Of COFF Loading

0
Jormungandr is a kernel implementation of a COFF loader, allowing kernel developers to load and execute their COFFs in the kernel. The only supported type of COFF is...

OSINT GPT – ChatGPT Powered Open Source Intelligence Tool

0
osintgpt is a Python package for leveraging OpenAI's GPT models to analyze text data and perform tasks such as calculating text embeddings, searching for similar...
cp command

cp Command: Copy Files and Directories in Linux

0
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether making a backup, organizing a project, or moving content, cp allows...
image osint

Image OSINT

0
Introduction In digital investigations, images often hold more information than meets the eye. With the right tools and techniques, analysts can uncover hidden metadata, find...
cat Command

cat Command: Read and Combine File Contents in Linux

0
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging file contents directly from the Linux terminal. Whether you're...
ports in networking

Port In Networking

0
What is a Port? A port in networking acts like a gateway that directs data to the right program on a device. An IP address...
ls command

ls Command: List Directory Contents in Linux

0
The ls command is fundamental for anyone working with Linux. It’s used to display the files and directories in your current location, helping you stay organized...