PTF هو مدير أدوات اختبار الاختراق ومنسق برمجيات معياري مصمم لأتمتة تثبيت وتجميع وتحديث أدوات الأمان عبر توزيعات أنظمة التشغيل المختلفة. يعمل كأداة لأتمتة أدوات الأمان التي تجلب أحدث الإصدارات وتنشئ مشغلات نظام عالمية لمجموعة مختارة من ملفات الأمان الثنائية.
الميزات الرئيسية لـ trustedsec/ptf هي: Installation Automation Tools, Tool Installers, Binary Orchestrators, Toolchain Managers, Dependency Installers, Installation Order Resolution, Dependency Resolvers, Deployment and Environment Automation Tools.
تشمل البدائل مفتوحة المصدر لـ trustedsec/ptf: andresriancho/w3af — w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities… mishakorzik/allhackingtools — AllHackingTools is a security tool orchestrator and suite designed to install, update, and manage a wide array of… moonrepo/moon — Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It… homebrew/legacy-homebrew — This project is a command line package manager and dependency management engine used for installing, updating, and… lanmaster53/recon-ng — recon-ng is an open source intelligence reconnaissance framework designed to automate the collection and aggregation… dotnet/core — This project is a cross-platform development framework and managed runtime environment designed for building…
w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities in web applications. It functions as a vulnerability scanner that crawls targets to find injection points and a fuzzer used to discover hidden endpoints and test input validation. The project distinguishes itself by providing an intercepting HTTP proxy for capturing and modifying traffic, combined with a knowledge-base driven exploitation system. It enables the execution of security exploits to gain remote shell access and supports post-exploitation activities, such as routing
AllHackingTools is a security tool orchestrator and suite designed to install, update, and manage a wide array of third-party hacking and security utilities from a single command interface. It functions as a centralized hub for network analysis, open source intelligence, penetration testing, and social engineering tools. The project provides specialized frameworks for gathering open source intelligence and searching for user profiles across social platforms. It includes toolkits for network reconnaissance, vulnerability scanning, and the execution of security exploits, as well as a social eng
Moon is a monorepo build system and task runner designed to orchestrate complex projects with multiple packages. It functions as a dependency graph orchestrator that executes build targets in topological order and utilizes input hashing to cache results and skip redundant work. The project features a polyglot toolchain manager that automates the installation and versioning of language runtimes and CLI tools to ensure environment consistency. It also includes a plugin framework based on WebAssembly, allowing developers to extend build logic and toolchain behavior using any supported language.
This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and