8 مستودعات
Interfaces and extensions for interacting with Burp Suite programmatically.
Explore 8 awesome GitHub repositories matching part of an awesome list · API Integration Tools. Refine with filters or upvote what's useful.
Polly is a resilience and transient-fault-handling library for .NET applications. It provides a framework for defining and executing stability patterns that manage failures and resource exhaustion during operation execution. The library enables developers to compose complex resilience strategies through a fluent builder pattern, wrapping target operations in functional decorators. These policies intercept execution flow to apply automated recovery mechanisms, such as retries for temporary errors or circuit breakers that isolate unstable components by blocking requests. The framework supports
Fault-handling (retry, circuit breaker, timeout) for HTTP requests.
RestSharp is a .NET HTTP client library designed for interacting with RESTful web services. It provides a high-level request wrapper and a dedicated REST API client to manage endpoints, headers, and query parameters. The library includes a serialization mechanism that automatically converts objects to and from JSON or XML formats for API payloads. It also features a system for managing API credentials and security tokens to ensure authorized access to protected remote resources. The toolkit covers broad capabilities for external web service integration, including generic type-based deseriali
Low-level HTTP client wrapper, good for custom scenarios.
Refit is a type-safe REST client for .NET that transforms API definitions into live interfaces. It functions as an automatic API proxy generator, allowing developers to define endpoints as interfaces to eliminate manual HTTP request boilerplate. The library is designed for compatibility with ahead-of-time compilation and trimmed binaries, utilizing build-time source generation to ensure support for native AoT deployments. The project covers a broad range of API integration capabilities, including attribute-driven request composition, automatic JSON deserialization, and request header managem
Turns your REST API into a live interface via attributes.
REST/JSON API to the Burp Suite security tool.
Provides a REST/JSON API for Burp Suite.
Ruby command-line interface to Burp Suite's REST API
Command-line interface for the REST API.
Headers Analyzer
Checks for security-relevant HTTP headers.
Python Package for burprestapi
Python package for interacting with the REST API.
REST/JSON interface for Burp Suite automation.