安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- Welcome to Metlo - Metlo
Metlo is an open source API security tool you can setup in < 15 minutes that inventories your endpoints, detects bad actors and blocks malicious traffic in real time With Metlo you can: Detect API attacks in real time Automatically block malicious actors Create an Inventory of all your API Endpoints and Sensitive Data
- Why API Security Matters More Than You Think - Metlo
Metlo is an open source API security tool you can setup in < 15 minutes that inventories your endpoints, detects bad actors and blocks malicious traffic in real time We do this by shipping an agent that integrates with any tech stack that analyzes and blocks API traffic as its
- Metlo
Get started with Metlo in less than 15 minutes Inventory View all your endpoints, hosts, and sensitive data Protection Detect and block any malicious requests and bad actors Connections Integrate Metlo with your app using one of our many connectors Testing Test and catch many different kinds of vulnerabilities with custom tests Settings
- Getting Started with Metlo Cloud
Our cloud service is the fastest way to get started with Metlo This guide walks you through making an account and connecting Metlo to your apps Metlo Cloud is the hosted version of the Metlo open-source tool It always runs Metlo’s latest release and we manage any upgrades and migrations for you
- Metlo
Metlo is an open source API security tool you can setup in < 15 minutes that inventories your endpoints, detects bad actors and blocks malicious traffic in real time We do this by shipping an agent that integrates with any tech stack that analyzes and blocks API traffic as its
- Writing a Test - Metlo
You can write tests for your endpoints in a simple YAML based DSL These tests can be run using either the CLI or inside Metlo’s UI
- Endpoint Discovery - Metlo
After you connect your apps, Metlo scans your API traffic to give an overview of all your endpoints, the type of data they contain, whether they are authenticated or not and if they contain sensitive data You can use endpoint discovery to find **every** API endpoint in your organization
- Node - Metlo
Metlo can be included as a standard Koa Middleware Copy import { initKoa as metlo } from "metlo" ; Or using require const metlo = require ( "metlo" ) initKoa ; const app = new Koa (); app use ( metlo ( { key: < YOUR_METLO_API_KEY > , host: "http: < YOUR_METLO_HOST > :8081", } ) );
|
|
|