Donut-Decryptor : Unmasking Binary Secrets

0
Navigating the maze of binary obfuscation? Meet the "Donut-Decryptor", a tool tailored to decode the elusive Donut obfuscation. Dive in to unravel its capabilities...

BucketLoot – An Automated S3 Bucket Inspector

0
Thousands of S3 buckets are left open on the internet, which makes them an easy target for bad people who want to get private...

Furlzz – Advanced iOS URL Scheme Fuzzing Made Easy

0
Furlzz is a small fuzzer written to test out iOS URL schemes. It does so by attaching to the application using Frida and based...

ZeusCloud: The Next-Gen Open Source Cloud Security Solution

0
The field of cloud computing is growing quickly, and security threats and problems have grown at the same rate. ZeusCloud is a new open-source...

SysReptor: Cloud & Self-hosted Security Reporting

0
SysReptor is a fully customisable, offensive security reporting solution designed for pentesters, red teamers and other security-related people alike. User can create designs based...

Wallet Transaction Monitor: Real-time Bitcoin Updates & Alerts

0
This script monitors a Bitcoin wallet address and notifies the user when there are changes in the balance or new transactions. It provides real-time...

Bashfuscator – The Art of Concealing Bash Scripts

0
Documentation What Is Bashfuscator? Bashfuscator is a modular and extendable Bash obfuscation framework written in Python 3. It provides numerous different ways of making Bash one-liners...

Hacker’s SAT – A Collection of Resources for Budding SAT Hackers

0
A collection of Resources for budding SAT hackers (Satellites, not the test). Note: This is an evolving resource, so please contribute with a pull request Jump To: Web sites | Articles...

GuardDuty Runbook Automator – Streamlined Security Responses

0
Create a runbook for all available GuardDuty finding types found on the GuardDuty docs website using the information documented for each finding. This project is a kick-start...

ProtINTelligence: Python-based ProtonMail OSINT Analyzer

0
In the vast landscape of cyber tools, "PROTINTELLIGENCE" stands out as a specialized Python script designed for the OSINT and Cyber Community. This powerful...
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...