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
·

12 repository-uri

Awesome GitHub RepositoriesExtender API Tools

Plugins and utilities built using the Burp Extender API.

Explore 12 awesome GitHub repositories matching part of an awesome list · Extender API Tools. Refine with filters or upvote what's useful.

Awesome Extender API Tools GitHub Repositories

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

    microsoft/typespec

    5,781Vezi pe GitHub↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Combines operations from multiple interfaces into one by using the extends keyword, enabling modular API design.

    Javajson-schemaopenapi3protobuf
    Vezi pe GitHub↗5,781
  • feiskyer/kubernetes-handbookAvatar feiskyer

    feiskyer/kubernetes-handbook

    5,537Vezi pe GitHub↗

    Acest proiect este o resursă educațională cuprinzătoare și un manual operațional pentru Kubernetes. Servește drept referință tehnică pentru instalarea, gestionarea și scalarea clusterelor de orchestrare a containerelor în medii diverse, acoperind principiile arhitecturale de bază și componentele de sistem necesare pentru a menține aplicațiile containerizate. Resursa oferă ghiduri structurate pentru administrarea clusterului, inclusiv configurări de înaltă disponibilitate, controlul resurselor și operațiuni de backup al datelor. De asemenea, funcționează ca un audit de securitate și manual de depanare, oferind instrucțiuni pentru identificarea vulnerabilităților nodurilor folosind benchmark-uri standard din industrie și rezolvarea erorilor în rețea, stocare și medii pod. Documentația acoperă o gamă largă de domenii de capabilități, inclusiv deployment-ul clusterului pe diferite sisteme de operare, gestionarea traficului prin politici de rețea și guvernanța serviciilor, precum și implementarea controlului accesului și a mecanismelor de identitate. De asemenea, abordează gestionarea workload-urilor, alocarea resurselor și extinderea funcționalității API. Conținutul este gestionat ca un sistem bazat pe markdown care utilizează generarea de site-uri statice pentru a converti ghidurile tehnice structurate în pagini HTML pre-randate.

    Instructs on introducing new object types and behaviors through custom resource definitions and aggregation layers.

    Makefilebookscloud-nativecontainers
    Vezi pe GitHub↗5,537
  • p3gleg/pwnbackAvatar P3GLEG

    P3GLEG/PwnBack

    228Vezi pe GitHub↗

    Burp Extender plugin that generates a sitemap of a website using Wayback Machine

    Generates website sitemaps using the Wayback Machine.

    Java
    Vezi pe GitHub↗228
  • tomsteele/burpbuddyAvatar tomsteele

    tomsteele/burpbuddy

    158Vezi pe GitHub↗

    burpbuddy exposes Burp Suites's extender API over the network through various mediums, with the goal of enabling development in any language without the restrictions of the JVM

    Exposes the Extender API over the network for cross-language development.

    Java
    Vezi pe GitHub↗158
  • tduehr/bubyAvatar tduehr

    tduehr/buby

    58Vezi pe GitHub↗

    A JRuby implementation of the BurpExtender interface for PortSwigger Burp Suite.

    JRuby implementation of the BurpExtender interface.

    Ruby
    Vezi pe GitHub↗58
  • dnet/burp-oauthAvatar dnet

    dnet/burp-oauth

    43Vezi pe GitHub↗

    OAuth plugin for Burp Suite Extender

    Plugin for handling OAuth authentication flows.

    Java
    Vezi pe GitHub↗43
  • nccgroup/wcfdser-ngngAvatar nccgroup

    nccgroup/WCFDSer-ngng

    31Vezi pe GitHub↗

    A Burp Extender plugin, that will make binary soap objects readable and modifiable.

    Makes binary SOAP objects readable and modifiable.

    Java
    Vezi pe GitHub↗31
  • twelvesec/jdser-dcompAvatar twelvesec

    twelvesec/jdser-dcomp

    25Vezi pe GitHub↗

    A Burp Extender plugin that will allow you to tamper with requests containing compressed, serialized Java objects. Useful in case you want to pen-test a Java thick (or fat) client application.

    Allows tampering with compressed, serialized Java objects.

    Java
    Vezi pe GitHub↗25
  • sahildhar/burpextenderpractiseAvatar sahildhar

    sahildhar/BurpExtenderPractise

    15Vezi pe GitHub↗

    Practice environment for developing Burp extensions.

    Python
    Vezi pe GitHub↗15
  • pentestpartners/fistaAvatar pentestpartners

    pentestpartners/fista

    4Vezi pe GitHub↗

    This decodes fastinfoset encoded requests from client -> burp so they can be read/scanned/intruded etc, then encodes the requests again from burp -> server.

    Decodes FastInfoset encoded communications.

    Java
    Vezi pe GitHub↗4
  • directdefense/noncetrackerD

    directdefense/noncetracker

    0Vezi pe GitHub↗

    Nonce Tracker BurpExtender.java ABlakemore http://www.directdefense.com

    Tracks and updates nonce values for specific application actions.

    Vezi pe GitHub↗0
  • secureskytechnology/burpextender-proxyhistory-webuiS

    secureskytechnology/burpextender-proxyhistory-webui

    0Vezi pe GitHub↗

    Web UI viewer for Proxy History.

    Vezi pe GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Extender API Tools

Explorează sub-etichetele

  • API Resource DefinitionsExtending system functionality by defining new object types and behaviors via API aggregators. **Distinct from Extender API Tools:** Specifically targets the definition of custom resources in an orchestration API rather than general plugin tools.
  • Interface Composition with ExtendsCombines operations from multiple interfaces into one by using the extends keyword, enabling modular API design. **Distinct from Extender API Tools:** Distinct from Extender API Tools: focuses on composing API interfaces via inheritance, not extending tool APIs.