Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 7176673

Browse files
Merge pull request #8 from GangGreenTemperTatum/docs/update-readme-plugin-submitted
docs: submitted to ext store
2 parents ff1a833 + a694fb4 commit 7176673

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@ _MethodCheck, dig deeper_in the Proxy_
1010
[![GitHub issues](https://img.shields.io/github/issues/GangGreenTemperTatum/MethodCheck)](https://github.com/GangGreenTemperTatum/MethodCheck/issues)
1111
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/GangGreenTemperTatum/MethodCheck)](https://github.com/GangGreenTemperTatum/MethodCheck/releases)
1212
[![GitHub stars](https://img.shields.io/github/stars/GangGreenTemperTatum/MethodCheck?style=social)](https://github.com/GangGreenTemperTatum/MethodCheck/stargazers)
13-
[![Caido Plugin Status](https://img.shields.io/badge/Caido%20Plugin-Not%20Yet%20Submitted-yellow)](https://caido.io/plugins) <!-- TODO -->
13+
[![Caido Plugin Status: submitted](https://img.shields.io/badge/Caido%20Plugin%20Status-submitted-1E90FF?style=flat)](https://github.com/caido/store/pull/24) <!-- TODO -->
1414
[![License](https://img.shields.io/github/license/GangGreenTemperTatum/MethodCheck?branch=main)](https://github.com/GangGreenTemperTatum/MethodCheck/blob/main/LICENSE)
1515

1616
[Report Bug](https://github.com/GangGreenTemperTatum/MethodCheck/issues)
1717
[Request Feature](https://github.com/GangGreenTemperTatum/MethodCheck/issues)
1818

1919
<!-- TODO > MethodCheck is now available via the Caido Plugin Library! 🥳 -->
20+
MethodCheck has been [submitted to the Caido Plugin Library](https://github.com/caido/store/pull/24) and is currently under review. Once approved, it will be available for installation directly from the Caido interface. In the meantime, you can still install it manually by following the instructions below.
2021

2122
</div>
2223

2324
---
2425

25-
# ToC
26+
# Table of Contents
2627

2728
- [MethodCheck](#methodcheck)
28-
- [ToC](#toc)
29+
- [Table of Contents](#table-of-contents)
2930
- [Overview](#overview)
3031
- [Example Usage](#example-usage)
3132
- [MethodCheck in Action](#methodcheck-in-action)
@@ -42,6 +43,8 @@ _MethodCheck, dig deeper_in the Proxy_
4243

4344
MethodCheck is a Caido extension written in TypeScript that automatically detects available HTTP methods for endpoints by sending `OPTIONS` requests. When additional methods are found beyond the one used in the original request, the plugin creates findings and adds metadata to help identify potential security issues.
4445

46+
__This is a similar approach to one of my go to BAPPs, '[HTTP Methods Discloser](https://portswigger.net/bappstore/2d84c07f3a8d4e2b97828cd0aa814b07)' which is awesome and lightweight for recon and general fingerprinting.__
47+
4548
When an HTTP request passes through Caido's proxy (not limited to in-scope), the plugin:
4649

4750
- Checks if the request has already been processed (to avoid duplicates)

0 commit comments

Comments
 (0)