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
·

12 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/typespecAvatar de microsoft

    microsoft/typespec

    5,781Ver en 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
    Ver en GitHub↗5,781
  • feiskyer/kubernetes-handbookAvatar de feiskyer

    feiskyer/kubernetes-handbook

    5,537Ver en GitHub↗

    This project is a comprehensive educational resource and operational handbook for Kubernetes. It serves as a technical reference for installing, managing, and scaling container orchestration clusters across diverse environments, covering the core architectural principles and system components required to maintain containerized applications. The resource provides structured guides for cluster administration, including high availability setups, resource control, and data backup operations. It also functions as a security audit and troubleshooting manual, offering instructions for identifying no

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

    Makefilebookscloud-nativecontainers
    Ver en GitHub↗5,537
  • p3gleg/pwnbackAvatar de P3GLEG

    P3GLEG/PwnBack

    228Ver en GitHub↗

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

    Generates website sitemaps using the Wayback Machine.

    Java
    Ver en GitHub↗228
  • tomsteele/burpbuddyAvatar de tomsteele

    tomsteele/burpbuddy

    158Ver en 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
    Ver en GitHub↗158
  • tduehr/bubyAvatar de tduehr

    tduehr/buby

    58Ver en GitHub↗

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

    JRuby implementation of the BurpExtender interface.

    Ruby
    Ver en GitHub↗58
  • dnet/burp-oauthAvatar de dnet

    dnet/burp-oauth

    43Ver en GitHub↗

    OAuth plugin for Burp Suite Extender

    Plugin for handling OAuth authentication flows.

    Java
    Ver en GitHub↗43
  • nccgroup/wcfdser-ngngAvatar de nccgroup

    nccgroup/WCFDSer-ngng

    31Ver en GitHub↗

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

    Makes binary SOAP objects readable and modifiable.

    Java
    Ver en GitHub↗31
  • twelvesec/jdser-dcompAvatar de twelvesec

    twelvesec/jdser-dcomp

    25Ver en 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
    Ver en GitHub↗25
  • sahildhar/burpextenderpractiseAvatar de sahildhar

    sahildhar/BurpExtenderPractise

    15Ver en GitHub↗

    Practice environment for developing Burp extensions.

    Python
    Ver en GitHub↗15
  • pentestpartners/fistaAvatar de pentestpartners

    pentestpartners/fista

    4Ver en 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
    Ver en GitHub↗4
  • directdefense/noncetrackerD

    directdefense/noncetracker

    0Ver en GitHub↗

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

    Tracks and updates nonce values for specific application actions.

    Ver en GitHub↗0
  • secureskytechnology/burpextender-proxyhistory-webuiS

    secureskytechnology/burpextender-proxyhistory-webui

    0Ver en GitHub↗

    Web UI viewer for Proxy History.

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

Explorar subetiquetas

  • 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.