awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesCommand Parameter Scanning

Systematically varying command-line arguments to analyze the impact of different inputs on performance.

Distinct from Parameter Sampling: Focuses on CLI argument variation for benchmarking rather than sampling values for model optimization

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Command Parameter Scanning. Refine with filters or upvote what's useful.

Awesome Command Parameter Scanning GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • sharkdp/hyperfineAvatar de sharkdp

    sharkdp/hyperfine

    28,316Ver en GitHub↗

    Hyperfine is a command-line benchmarking tool used to measure the execution time of shell commands through multiple runs and statistical analysis. It functions as a comparative benchmarking utility and a shell performance analyzer, allowing for the evaluation of multiple commands against a reference baseline to determine relative speed. The tool distinguishes itself by isolating actual command performance through shell overhead correction and the ability to bypass the shell entirely using system calls. It supports parameterized execution, enabling benchmarks to run across a range of varying i

    Runs benchmarks across a range of varying input parameters to analyze how specific changes impact execution speed.

    Rust
    Ver en GitHub↗28,316
  • s0md3v/arjunAvatar de s0md3v

    s0md3v/Arjun

    6,086Ver en GitHub↗

    Arjun is an HTTP parameter discovery tool that identifies valid parameters on web endpoints by testing large dictionaries of parameter names against target URLs. It systematically probes endpoints using GET, POST, JSON, and XML request formats to find which parameters the server accepts, and can detect parameters whose values appear reflected in the response body. The tool distinguishes itself through its multi-method scanning approach, passive parameter collection from public archives like OTX and CommonCrawl, and its ability to detect value-sensitive parameters that only trigger a response

    Probes endpoints with GET, POST, JSON, and XML request formats to discover parameters across different input types.

    Pythonapi-fuzzerapi-fuzzingapi-testing
    Ver en GitHub↗6,086
  1. Home
  2. Artificial Intelligence & ML
  3. Model Parameters
  4. Parameter Sampling
  5. Command Parameter Scanning

Explorar subetiquetas

  • HTTP Method Parameter ScannersProbing endpoints with GET, POST, JSON, and XML request formats to discover parameters across different input types. **Distinct from Command Parameter Scanning:** Distinct from Command Parameter Scanning: targets HTTP request methods and body formats rather than command-line arguments.