diff --git a/docs/pages/docs/responses.mdx b/docs/pages/docs/responses.mdx index 5907c92..a1bebe2 100644 --- a/docs/pages/docs/responses.mdx +++ b/docs/pages/docs/responses.mdx @@ -7,7 +7,7 @@ There are two types of response filters: **built-in filters** and [**custom filt The following built-in filters are available: -| Filter | Last Column Name | +| Filter | Description | | ------------------------------------------------------------------- | ----------------------------------------------- | | `time:<RANGE>{:ansi}` | Based on the response time | | `status:<RANGE>{:ansi}` | According to the status code | @@ -31,7 +31,7 @@ In a typical recon scenario, you may want to display useful information about th The following additional information can be displayed: -| Option | Last Column Name | +| Option | Description | | ----------------------------------------------- | ---------------------------------------------------------------- | | `type{:ansi}` | The response type (e.g., `text/html`, `application/json`, `dir`) | | `size{:ansi}` | The response size in bytes |