awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesFunction Injection Tools

Utilities for extending database capabilities by injecting custom user-defined functions.

Distinguishing note: Focuses on the injection of shared libraries to execute custom code.

Explore 4 awesome GitHub repositories matching security & cryptography · Function Injection Tools. Refine with filters or upvote what's useful.

Awesome Function Injection Tools GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • sqlmapproject/sqlmapAvatar sqlmapproject

    sqlmapproject/sqlmap

    37,676Vezi pe GitHub↗

    This project is an automated security testing suite designed to detect and exploit database vulnerabilities. It functions as a command-line utility that streamlines the identification, verification, and exploitation of web application flaws by automating the injection of malicious payloads into input parameters. The tool provides a comprehensive framework for database enumeration, allowing users to extract schema information, user data, and system configurations from identified injection points. What distinguishes this tool is its sophisticated engine for dynamic payload adaptation and heuris

    Uploads shared libraries to execute custom user-defined functions within the database.

    Pythondatabasedetectionexploitation
    Vezi pe GitHub↗37,676
  • mastra-ai/mastraAvatar mastra-ai

    mastra-ai/mastra

    21,221Vezi pe GitHub↗

    Mastra is an orchestration framework designed for building, deploying, and managing autonomous AI agents and multi-agent systems. It provides a comprehensive suite of primitives for creating resilient AI applications, including durable workflow orchestration, event-driven agent loops, and semantic memory management. By integrating these core components, the platform enables developers to build complex, multi-step processes that can reason about goals and execute tasks without manual intervention. The framework distinguishes itself through its focus on observability and secure, isolated execut

    Allows registration of custom functions to extend the capabilities of the background execution environment.

    TypeScriptagentsaichatbots
    Vezi pe GitHub↗21,221
  • casbin/casbinAvatar casbin

    casbin/casbin

    19,848Vezi pe GitHub↗

    Casbin is an authorization library that provides a model-based engine for enforcing access control across diverse application environments. It decouples authorization logic from application code by using a configuration-driven approach, allowing developers to define access rules and evaluation logic independently. The system supports a wide range of access control models, including role-based, attribute-based, and relationship-based patterns, which are evaluated at runtime to determine if a subject is permitted to perform an action on a resource. The project distinguishes itself through a hig

    Extends authorization logic by injecting custom functions for domain-specific matching and validation.

    Goabacaccess-controlacl
    Vezi pe GitHub↗19,848
  • ichord/at.jsAvatar ichord

    ichord/At.js

    5,247Vezi pe GitHub↗

    At.js este o bibliotecă JavaScript de autocomplete pentru mențiuni și un motor de sugestii client-side utilizat pentru a adăuga dropdown-uri bazate pe trigger-e în textarea-uri și editoare de text rich. Acesta funcționează ca un plugin pentru integrarea popup-urilor dinamice de autocomplete în editoare HTML terțe și elemente contentEditable. Biblioteca oferă un framework pentru gestionarea mai multor caractere trigger și template-uri de inserare personalizate pentru mențiunile utilizatorilor și simboluri. Suportă utilizarea logicii de potrivire personalizate și atribuirea unor taste trigger specifice pentru a mapa caractere diferite către surse de date separate. Motorul acoperă recuperarea sugestiilor din seturi de date locale sau la distanță, definirea structurilor HTML personalizate pentru template-urile de sugestii și calcularea coordonatelor popup-ului în contexte de document sau iframe. Include, de asemenea, capabilități pentru filtrarea rezultatelor prin funcții externe și reîmprospătarea datelor de sugestie.

    Enables custom matching logic to filter and display suggestions based on the trigger character and current input.

    CoffeeScript
    Vezi pe GitHub↗5,247
  1. Home
  2. Security & Cryptography
  3. Function Injection Tools

Explorează sub-etichetele

  • Autocomplete Matching FunctionsUser-defined functions that determine which suggestions are displayed based on typed text. **Distinct from Custom Matcher Functions:** Focuses on UI autocomplete matching rather than security attribute validation.
  • Custom Matcher FunctionsAllows registration of domain-specific logic for complex attribute matching and validation within the evaluation engine. **Distinct from Function Injection Tools:** Focuses on domain-specific matching logic, distinct from general function injection.