03 Aug 2026
go-shadowsocks2 is a robust implementation of the Shadowsocks protocol in Go, designed for secure and efficient network communication. It features a SOCKS5 proxy with UDP and TCP tunneling capabilities, support for Netfilter TCP redirects on Linux, and a plugin system for enhanced functionality. Additionally, it includes protective measures against replay attacks by utilizing Bloom filtering, making it suitable for a variety of secure tunneling applications.
03 Aug 2026
GitRecon is an OSINT tool designed for comprehensive reconnaissance on GitHub and GitLab profiles, extracting sensitive information such as exposed email addresses, SSH keys, and organizational data. It features smart scanning to optimize API usage and prioritize active repositories, deep analysis capabilities for thorough investigation, and network mapping to visualize connections between users. The tool supports multiple output formats and is rate limit aware, ensuring effective performance during scans.
03 Aug 2026
The GitHub Action RSS Crawler automates the process of crawling RSS feeds every four hours using a C# (.NET Core) application. It fetches feed items, checks against a blacklist to avoid duplicates, and updates a static HTML page and a LiteDB database with the new entries, streamlining feed management and public access to updates. The tool features an automated workflow that includes repository management and scheduling through GitHub Actions, facilitating easy and efficient content updates.
03 Aug 2026
Git Hound is a Git plugin designed to prevent accidental exposure of sensitive data by scanning staged changes against user-defined regular expressions in a `.githound.yml` configuration file. It operates by analyzing changes made in a commit before they are finalized, providing options to either warn users or fail commits when potential secrets are detected. Notable features include customizable patterns for matching sensitive information, support for various usage scenarios such as sniffing the entire codebase or specific commits, and easy installation via Go or Homebrew.
03 Aug 2026
HTML
★ 384
Gigahorse is a binary lifter and toolchain designed for decompiling and analyzing Ethereum smart contracts by translating low-level EVM code into a higher-level, function-based three-address representation, akin to LLVM IR or Jimple. It provides a robust framework for contract analysis with optional feature sets for Datalog parsing and interactive visualization. The tool facilitates easy integration and deployment via Docker, along with comprehensive setup instructions for dependencies, making it accessible for various environments.
03 Aug 2026
ghidraMCP is a Model Context Protocol (MCP) server designed to enable Large Language Models (LLMs) to autonomously reverse engineer applications using Ghidra. It integrates key Ghidra functionalities, allowing users to decompile and analyze binaries, automatically rename methods and data, and list methods, classes, imports, and exports, while providing a flexible interface for various MCP clients. Notable features include a Ghidra plugin for seamless integration and configurability of server settings.
03 Aug 2026
Ghidra FindCrypt is an analysis module for Ghidra that automates the detection of cryptographic constants within binary files. It leverages the Ghidra API to efficiently label identified constants with their associated algorithms, which are grouped under the prefix `CRYPT_` in the Symbol Tree. Notable features include automatic datatype assignment for found constants and detailed comments that specify the type and size of detected cryptographic data.
03 Aug 2026
The ghidra_pcode_scripts repository contains a collection of scripts designed for Ghidra that facilitate the extraction and dumping of PCode data. The primary use case is to enhance the analysis of binaries by allowing users to access and manipulate PCode, Ghidra's intermediate representation. Notable features include ease of integration within Ghidra's scripting environment and support for various PCode-related tasks.
03 Aug 2026
Gephi is an open-source graph visualization and manipulation platform designed to handle large networks, allowing users to visualize datasets of up to a million elements in real-time. Its modular architecture supports extensibility through plugins, and it provides an intuitive user interface akin to graphic design software, facilitating ease of use for varied data analysis tasks. Notable features include a high-performance OpenGL rendering engine and localization in multiple languages.
03 Aug 2026
generator-electron-naive is a Yeoman generator designed for creating desktop applications based on web content quickly. It provides a streamlined process to scaffold an Electron app in under a minute, featuring development and distribution commands for easy local testing and executable file generation. Notably, it includes live-reload functionality to facilitate real-time updates during development.
03 Aug 2026
generator-electron-flask is a tool designed to scaffold an Electron application integrated with a Flask backend, enabling users to create desktop apps that automatically start a Flask server. Notable features include customizable project setup, built-in development scripts for managing both Electron and Flask, and interactive prompts for defining application parameters. This generator streamlines the development process by allowing seamless communication between the desktop application and the server-side logic.
03 Aug 2026
frp is a high-performance reverse proxy tool designed to expose local servers behind NATs or firewalls to the Internet. It supports multiple protocols including TCP, UDP, HTTP, and HTTPS, and features like P2P connectivity, dynamic proxy management, and robust authentication methods. Notable functionalities include server dashboards, client admin UIs, encryption, and the ability to monitor traffic with Prometheus, making it suitable for secure remote access and internal service exposure.
03 Aug 2026
The free-soundfonts repository provides an optimized collection of soundfonts designed for web playback, featuring instruments separated and compressed in sf3 format to minimize latency. Notable attributes include precise file size limits for individual instruments and overall collections, alongside deployment on Cloudflare Pages for efficient access. This tool is particularly useful for developers and musicians looking to integrate high-quality soundfonts into web applications with low network impact.
03 Aug 2026
Formasaurus is a Python package utilizing machine learning to classify HTML forms and their fields, identifying types such as login, search, registration, and more. Its notable features include the ability to distinguish between various field types, like password and search query fields, enhancing form handling and automation. The tool is designed for web developers and data analysts looking to streamline form interactions and data extraction processes.
03 Aug 2026
flexmark-java is a high-performance Java parser for CommonMark markdown, optimized for extensibility and detailed source element handling. Its architecture provides speed and flexibility with a comprehensive API that allows for granular control over parsing and rendering, aiming to emulate various other markdown processors accurately. Key features include a block-first parsing approach, an abstract syntax tree (AST) with precise character-level position tracking, and extensive options for parser behavior and HTML output variations.
03 Aug 2026
Filestash is a storage-agnostic file management platform that allows users to access and manage files across multiple storage protocols, including FTP, SFTP, S3, SMB, WebDAV, and IPFS. Its notable features include a plugin-driven architecture that enables the integration of various storage and authentication technologies, a robust API, and a workflow engine for automating file operations. This flexibility allows users to tailor the tool to specific needs without unnecessary bloat, enhancing creativity in file management.
03 Aug 2026
The FHIR for Research Exercises repository provides practical exercises for utilizing FHIR (Fast Healthcare Interoperability Resources) to collect data for analysis using R and Python. Notable features include one-click launch options for both languages via Binder, along with detailed instructions for each programming environment, facilitating ease of use for researchers engaging with FHIR data.
03 Aug 2026
FerretDB is an open-source proxy designed as an alternative to MongoDB that translates MongoDB 5.0+ wire protocol queries into SQL, utilizing PostgreSQL with the DocumentDB extension. Its primary use case is to provide a compatible and easy-to-use document database solution for applications that leverage MongoDB drivers while avoiding the licensing issues associated with MongoDB. Notable features include drop-in replacement compatibility for MongoDB, support for popular MongoDB tools, and continuous enhancements aimed at increasing performance and feature parity.
03 Aug 2026
extract-html-diff is a Python tool designed to extract differences between two HTML pages, outputting only the changed parts of the first page as HTML. It leverages the functionality of `lxml.html.diff`, allowing users to receive diffs either as strings or as parsed HTML elements for further manipulation. This tool is primarily useful in scenarios involving website updates, content management, or any context where tracking HTML changes is essential.
03 Aug 2026
The Meteor Examples repository serves as a collection of reference applications demonstrating the capabilities of Meteor 3.4, particularly with the Rspack bundler and modern ES module support. Each application showcases various real-world use cases, such as task management, offline note-taking, and blogging, while leveraging contemporary JavaScript tools and frameworks like React, Tailwind CSS, and Workbox. The examples provide a practical guide to implementing community packages and conventions in Meteor applications, making them essential for developers looking to enhance their Meteor expertise.
03 Aug 2026
Everything Web Scraping is an educational platform designed to teach users comprehensive web scraping techniques via a series of structured lessons and practical exercises. Notable features include support for GitHub Codespaces to simplify setup, coverage of various scraping methods including the use of proxies and Beautiful Soup, and a focus on both static and server-side rendered sites. This tool serves as an effective resource for anyone looking to enhance their web scraping skills in a hands-on manner.
03 Aug 2026
The ESP-BOX is an advanced AIoT and IIoT development platform from Espressif, featuring a series of development boards built on the ESP32-S3 SoC, designed for applications such as Offline Voice Assistants, AI Chatbots, and various HMI scenarios. Notable features include support for multi-functional accessories, efficient prototyping capabilities, and compatibility with various large language model platforms, facilitating the development of complex IoT systems. This framework is ideal for developers looking to build and innovate within the realms of edge AI and connected devices.
03 Aug 2026
ENIAC is a Java-based simulation of the ENIAC, the first universal digital electronic computer, designed to educate users on its functioning and historical significance. The tool allows users to interactively run the simulation via a web interface, showcasing pivotal features of the original architecture. It is open-source under the GNU General Public License, promoting redistribution and modification.
03 Aug 2026
electron-wrap is a tool that facilitates the packaging of local or static website folders into desktop applications for macOS using Electron. Its primary use case is for prototyping or creating simple offline applications, and it automates the process by downloading necessary files, installing dependencies, and generating an executable, all while handling cleanup afterward. Notable features include a straightforward setup through a script and support for custom app naming and window sizing.
03 Aug 2026
DuckDuckBurp is a powerful analytical tool that integrates with Burp Suite, allowing users to perform SQL queries and AI-assisted analysis on their proxy traffic using DuckDB. It enhances cross-request security investigations by providing a comprehensive SQL interface for querying traffic data, enabling users to easily identify patterns and anomalies, such as unauthorized access or potential vulnerabilities. Notable features include a dedicated SQL Query Tab with 36 pre-built queries, an AI Analyst Tab that generates SQL from plain-English questions, and a live Dashboard for monitoring traffic metrics.