WhenFS – Transforming Google Calendar Into A Whimsical File System
A novel technology that reimagines Google Calendar as a whimsical file system. This quirky tool allows you to create, read, and write files directly within your calendar, transforming it into a FUSE filesystem. Dive into the capabilities of WhenFS, from mounting shared calendars to transferring files at unprecedented speeds—all through the simplicity of your daily scheduler. WhenFS turns your Google...
Themida-Unmutate : Mastering Deobfuscation Of Protected Software
A Python 3 tool to statically deobfuscate functions protected by Themida, WinLicense and Code Virtualizer 3.x's mutation-based obfuscation.The tool has been tested on Themida up to version 3.1.9. It's expected to work on WinLicense and Code Virtualizer as well. A Binary Ninja plugin is also available here. Features Automatically resolve trampolines' destination addresses Statically deobfuscate mutated functions Rebuild fully working binaries Known Limitations Doesn't support ARM64 binaries How To...
tfsec – Migrating To Trivy For Enhanced Infrastructure As Code Security
As part of our goal to provide a comprehensive open source security solution for all, we have been consolidating all of our scanning-related efforts in one place, and that is Trivy. Over the past year, tfsec has laid the foundations to Trivy's IaC & misconfigurations scanning capabilities, including Terraform scanning, which has been natively supported in Trivy for a long time...
CyberChef Server – A Comprehensive Guide To Setting Up And Using A CyberChef API
CyberChef has a useful Node.js API, but sometimes we want to be able to programmatically run CyberChef recipes in languages other than JavaScript. By running this server, you can use CyberChef operations in any language, as long as you can communicate via HTTP. Example Use Assuming you've downloaded the repository and are running it locally: curl -X POST -H "Content-Type:application/json" -d '{"input":"......
Metasploit for Penetration Testing and Exploitation – 2024
Metasploit is a powerful and widely used framework for penetration testing and exploitation. It provides security professionals with tools to discover vulnerabilities, exploit them, and assess the security posture of systems. This guide will walk you through the installation process, working methods, and provide examples of how to use Metasploit effectively. Key Features of Metasploit: Exploitation: Metasploit offers a large collection...
ConcourseTools – Streamlining Automation In Concourse CI With Python
Concourse CI is an "open-source continuous thing-doer" designed to enable general automation with intuitive and re-usable components. Resources represent all external inputs and outputs to and from the pipeline, and many of these have been implemented in open source. In order to best leverage the Python ecosystem of open-source packages, Concourse Tools abstracts away the implementation details of Concourse resource...
Gaffer Doc – A Comprehensive Guide To Building And Managing Documentation
Essential guide to mastering the documentation process for Gaffer. This article outlines step-by-step instructions on building and managing the latest Gaffer documentation using MkDocs and the Material theme. Dive in to learn how to efficiently create, serve, and maintain your project’s documentation with ease. This repository contains all the documentation for Gaffer, which is published here. Building The Documentation For instructions for building...
Coreax – Revolutionizing Data Reduction With Coreset Algorithms In JAX
For n points in d dimensions, a coreset algorithm takes an n×d data set and reduces it to m≪n points whilst attempting to preserve the statistical properties of the full data set. The algorithm maintains the dimension of the original data set. Thus the m points, referred to as the coreset, are also d-dimensional. The m points need not be in the original data set. We refer to the special case where all selected...
Gaffer Docker – Running Gaffer On Docker And Kubernetes
This repo contains the code needed to run Gaffer using Docker or Kubernetes. There are two main sub-folders, 'docker' and 'kubernetes' which contain the project files you need for starting Gaffer using those services. Running Gaffer Using Docker For information on how to run Gaffer using Docker containers, please see the documentation: Gaffer Docker Docs Running Gaffer Using Kubernetes For information on how to...
Hackberry-Pi_Zero : The Ultimate Handheld Linux Terminal For Makers And Hackers
A handheld Linux terminal using Raspberry pi Zero 2W as Core with 4" 720X720 TFT display and the original BlackBerry Keyboard. The main reason why I design and built this handheld cyberdeck is to treat this as a lernning tool and also a funny toy for the hackers. It is powered by a raspberry pi zero 2w and a 4"...