03 Aug 2026
Enjarify is a Python-based tool designed to translate Dalvik bytecode from Android applications into equivalent Java bytecode, facilitating analysis with Java tools. It offers robust handling of edge cases that often cause other tools, like Dex2jar, to fail, ensuring accurate translations even for complex scenarios. Notable features include support for multidex APKs, customizable output, and optional optimization for improved readability.
03 Aug 2026
DroidLysis is a pre-analysis tool for Android applications that streamlines the initial reverse engineering process by disassembling APKs, organizing output into directories, and identifying suspicious code segments. It supports various input formats, including APK, DEX, ZIP, and RAR files, and generates insightful output, including processed files and a SQLite database of detected properties. Notable features include customizable tool configuration, directory processing, and the ability to generate comprehensive analysis summaries.
03 Aug 2026
Driller is a fuzzer augmentation tool that enhances the American Fuzzy Lop (AFL) framework by utilizing symbolic execution through the angr library to explore untraced paths when AFL encounters stagnation. It selectively traces inputs generated by AFL to synthesize new test cases for basic block transitions that have not been covered, thereby facilitating the discovery of exploitable vulnerabilities. Key features include a multi-machine operation mode, a monitoring process that manages Driller's invocation, and compatibility primarily with DECREE binaries, along with support for other formats, albeit with potential errors.
03 Aug 2026
Doldrums is a beta reverse engineering tool designed for Flutter applications targeting Android, specifically capable of processing Dart version 2.10 binaries. It functions as a parser and information extractor for the `libapp.so` file, producing a comprehensive dump of all classes contained in the isolate snapshot, including code offsets for native functions. Notable features include its reliance on the pyelftools library for ELF format parsing and its ability to provide structured class output.
03 Aug 2026
The Diff Match and Patch library provides efficient algorithms for comparing, matching, and patching plain text, primarily aimed at synchronizing text data. With features including detailed diff generation, fuzzy text matching, and robust patch application capabilities, it supports multiple programming languages through a consistent API. Initially developed for Google Docs, it employs Myer's diff algorithm for comparison and Bitap for flexible matching, enhancing performance and accuracy.
03 Aug 2026
DictDataBase is a high-performance, document-based database that utilizes JSON or compressed JSON files for data storage, designed for environments requiring concurrent read and write access while ensuring ACID compliance. Its notable features include multi-threading and multi-processing safety, lack of conflict resolution due to lock-based access control, and flexible file storage options, allowing quick access to key-value pairs from large JSON datasets. Ideal for applications needing efficient manipulation of JSON data without the overhead of a database server, it offers configurations for compression and advanced JSON handling via orjson.
03 Aug 2026
DELTA (Deep Earth Learning, Tools, and Analysis) is a deep learning framework developed for satellite imagery analysis, leveraging TensorFlow to classify large images automatically. Its primary use case involves flood mapping for disaster response, utilizing neural networks while managing the intricacies of tiling extensive satellite imagery. Notable features include configurable architecture support, processing capabilities for various image types, and the ability to extend functionalities with custom layers and preprocessing techniques.
03 Aug 2026
DeepVariant is a deep learning-based variant caller that processes aligned genomic reads to produce pileup image tensors, which are then classified using a convolutional neural network and output as VCF or gVCF files. Its primary use case is germline variant calling in diploid organisms, capable of handling diverse input data sources such as Illumina, PacBio, and Oxford Nanopore technologies. Notable features include support for hybrid datasets, pangenome-aware calling, and the extension to trio variant calling through the DeepTrio module, facilitating nuanced analysis of genomic variants in family-based studies.
03 Aug 2026
Daksh SCRA is a sophisticated Source Code Review Assist tool designed to streamline the source code review process by promoting targeted analysis over indiscriminate bug reporting. Notable features include the ability to identify areas of interest in both source code and file paths, framework-aware scanning for tailored rule application, automated effort estimation for reviews, detailed taint analysis reports, and a user-friendly web UI for real-time monitoring. The tool aims to minimize confusion and enhance review efficiency, making it a valuable asset for developers and security analysts.
03 Aug 2026
CVE-Collector is a Python tool designed to automate the collection of the latest CVE information, specifically targeting vulnerabilities with a severity score of 6 or higher from cvedetails.com. It features a simple delimiter-based file structure for storing collected data, eliminating the need for a traditional database management system, and allows for automated scheduling via cron jobs for continuous monitoring. The tool also provides detailed vulnerability information, including publish dates and associated CWE classifications.
03 Aug 2026
The Crisis Mapping Toolkit (CMT) is a set of algorithms and utilities designed for generating crisis response maps, primarily using data from Google Earth Engine. It features techniques for determining flood extents from MODIS and SAR data, as well as image analysis tools for detecting water and clouds in LANDSAT images, along with enhanced visualization and local processing capabilities. The toolkit is under active development, with ongoing enhancements expected.
03 Aug 2026
Cowrie is a versatile SSH and Telnet honeypot that functions either as a medium to high interaction logging system or as a proxy to monitor attacker behavior on real systems. It features an emulated UNIX environment with a fake filesystem, supports session logging in a replayable format, and can utilize large language models to generate dynamic responses to attacker commands in experimental mode. Additionally, it facilitates file uploads and downloads, SSH exec commands, and logs connection attempts for further analysis.
03 Aug 2026
Cognita is a modular, production-ready system built on Langchain/LlamaIndex, designed for rapidly building and deploying retrieval-augmented generation (RAG) applications. It provides a no-code UI for easy management and supports features like incremental indexing, multi-modal data parsing, and seamless configuration of model gateways, enhancing scalability and extensibility. Additionally, Cognita facilitates local development through Docker, streamlining the testing and development process.
03 Aug 2026
ChatDev 2.0 (DevAll) is a zero-code multi-agent orchestration platform designed for users to rapidly build and execute custom multi-agent systems without requiring programming skills. It features simple configuration for defining agents, workflows, and tasks, enabling complex applications like data visualization and 3D generation. Notable enhancements from its predecessor include improved collaboration through a learnable central orchestrator and a focus on efficiently managing extensive multi-agent interactions.
03 Aug 2026
changedetection.io is a website change monitoring tool that automatically detects updates on web pages and sends instant alerts through various platforms like Discord, Email, Slack, and Telegram. Notable features include AI-powered change detection, where users can set specific intent-based alerts to minimize irrelevant notifications, and a Visual Selector tool for targeting specific elements on a web page. This tool is optimized for quick setup via a browser interface, eliminating the need for installation.
03 Aug 2026
CATSploit is an automated penetration testing tool that employs the Cyber Attack Techniques Scoring (CATS) method to assist users without penetration testing expertise in selecting appropriate attack techniques for their target systems. It gathers system configuration details, calculates scores for attack techniques based on capture and detectability metrics, and leverages the Metasploit framework to execute selected attack scenarios. Notable features include integration with Nmap and OpenVAS for information gathering, scenario generation based on user-defined policies, and a server-client architecture for flexible deployment.
03 Aug 2026
CanaryTokenScanner is a static analysis tool designed to detect embedded suspicious URLs, including CanaryTokens and HoneyTokens, within Microsoft Office documents, PDFs, and ZIP files. It efficiently performs in-memory scans without requiring the documents to be opened or making network requests, and it features improved performance and reduced false positives by ignoring common schema domains. The tool outputs findings directly, indicating whether a file contains potentially malicious URLs.
03 Aug 2026
Bryobio is a Python-based network packet analysis tool designed to assist SOC analysts in efficiently analyzing PCAP files for cybersecurity investigations. It leverages libraries such as dpkt and pyshark to facilitate the examination of network traffic, helping professionals identify potential security threats. Notable features include support for various packet analysis libraries and a user-friendly installation process compatible with Debian and Ubuntu systems.
03 Aug 2026
Bingo is an open-source package designed for symbolic regression and general-purpose evolutionary optimization, primarily utilized for generating mathematical models from data. Notable features include integrated local optimization strategies, a parallel island evolution strategy using mpi4py, and the coevolution of fitness predictors, making it suitable for complex optimization tasks. The tool also provides a user-friendly API through a scikit-learn wrapper, allowing for straightforward implementation and model fitting.
03 Aug 2026
BARF is an open-source Binary Analysis and Reverse Engineering Framework that facilitates the automated and human-assisted analysis of binary code across various architectures, including Intel x86 and ARM. It features instruction lifting, binary translation to an intermediate representation, and offers integration with external tools such as SMT solvers and debuggers. Notable components include specific tools for ROP gadget management and control flow graph recovery, making it a comprehensive solution for security researchers and analysts in the field.
03 Aug 2026
Bard-API is an unofficial Python wrapper designed to facilitate interaction with Google Bard by utilizing cookie values, specifically the `__Secure-1PSID` cookie, to circumvent authentication issues typically faced with official Google authentication methods. This tool serves developers needing to query responses from Google Bard for testing and development purposes, while it is crucial to use it responsibly given its unofficial status. Key features include a lightweight structure that can be adapted for future official API releases and a straightforward installation process via pip.
03 Aug 2026
Awesome Machine Learning is a curated repository that aggregates notable machine learning frameworks, libraries, and software organized by programming language. It serves as a comprehensive resource for developers and researchers looking for tools in various domains of machine learning, including computer vision and natural language processing, along with additional resources like books, courses, and events. The repository also emphasizes community contributions while implementing unique measures to manage pull requests effectively.
03 Aug 2026
autoRIFT is a Python module designed for advanced dense feature tracking by calculating pixel displacement between pairs of satellite images. Its primary use case includes analyzing surface displacements due to phenomena such as glacier flow, earthquakes, and landslides, utilizing map-projected Cartesian coordinate systems. Key features include compatibility with the Geogrid package for various coordinate projections, and an emphasis on returning displacement values only where significant feature matches are detected.
03 Aug 2026
The Audio Super Resolution tool implements a neural network model aimed at enhancing the resolution of audio signals by converting low-resolution audio patches into high-resolution counterparts. Utilizing TensorFlow and Keras, it features a preparation pipeline for dataset generation, including functionalities for patch extraction and pre-processing parameters such as scaling and audio sampling rates, essential for training and validating the model effectively.
03 Aug 2026
The ATT&CK Python Client is a Python module designed for accessing and interacting with the latest ATT&CK framework content through the STIX format via a public TAXII server. Its primary use case is to facilitate security analysts in exploring ATT&CK data efficiently, integrating it with other platforms, and easing the transition from the previous MediaWiki API. Notable features include comprehensive support for STIX and TAXII APIs, stable production status, and the ability to streamline daily operations for cybersecurity professionals.