4 repositorios
Injects and runs system commands on the server by using PHP wrappers like data, expect, or input.
Distinct from Remote Command Execution: Distinct from Remote Command Execution: focuses on executing commands through PHP wrappers in file inclusion contexts rather than general remote execution.
Explore 4 awesome GitHub repositories matching devops & infrastructure · PHP Wrapper Command Execution. Refine with filters or upvote what's useful.
Symfony Process is a PHP library for executing external commands in separate operating-system processes with full lifecycle control. It provides a cross-platform command executor that handles OS-specific argument escaping and process management, enabling portable subprocess execution from PHP applications. The library supports both synchronous and asynchronous process execution, allowing background subprocesses to run independently while the main PHP script continues. It includes executable path resolution to locate system commands across standard search directories, stream-based I/O pipes fo
Executes external commands in separate operating-system processes with full lifecycle control.
xctool es un envoltorio de línea de comandos para xcodebuild diseñado para la integración continua de iOS y macOS. Funciona como un ejecutor de pruebas paralelo, procesador de registros de compilación y generador de informes para automatizar el pipeline de compilación y prueba para plataformas Apple. La herramienta distribuye paquetes de prueba a través de múltiples núcleos de CPU para reducir el tiempo de ejecución y proporciona la capacidad de ejecutar subconjuntos específicos de pruebas filtrando por esquemas, clases o métodos específicos. Simplifica la gestión de compilaciones permitiendo que los argumentos de línea de comandos se persistan y carguen desde archivos de configuración JSON. Transforma registros de compilación detallados en flujos de eventos JSON estructurados, que se pueden convertir a JUnit XML para la compatibilidad con herramientas de informes externas. Para mejorar la observabilidad, utiliza un búfer de supresión de registros que oculta la salida hasta que se detecta un error, proporcionando texto de consola legible por humanos y coloreado.
Wraps the xcodebuild tool to simplify command execution and process real-time build output for iOS and macOS.
AllAboutBugBounty is a curated collection of bug bounty techniques and payloads for web application security testing. It serves as a reference resource covering common web vulnerabilities and exploitation methods for security researchers, providing a structured approach to identifying and exploiting web application security flaws in bug bounty programs. The repository covers a wide range of attack categories including authentication bypass, cross-site scripting injection, server-side request forgery, web cache poisoning, and business logic abuse. It includes techniques for bypassing access co
Documents techniques for executing remote commands via PHP wrappers in file inclusion vulnerabilities.
xcodebuildmcp is a Model Context Protocol server that exposes Xcode build, test, and device management tools for AI coding agents to automate iOS and macOS development workflows. It operates as a background daemon per workspace, communicating tool requests and responses over standard input/output using JSON-RPC messages, and streams progress and results as newline-delimited JSON objects for machine parsing. The project provides an interactive setup wizard and file-based client configuration to install skill files into predefined directories for supported AI coding clients. It manages the full
Invokes Apple's xcodebuild tool as a child process and streams its output in real time for build automation.