Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xxux11/http-methods-discloser
https://github.com/xxux11/http-methods-discloser
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xxux11/http-methods-discloser
- Owner: xxux11
- License: gpl-3.0
- Created: 2021-04-26T13:03:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T19:37:46.000Z (over 3 years ago)
- Last Synced: 2024-08-04T00:05:57.822Z (4 months ago)
- Language: Java
- Size: 20.5 KB
- Stars: 46
- Watchers: 2
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-burp-extensions - HTTP Methods Discloser - This extension makes a OPTIONS request and determines if other HTTP methods than the original request are available. (Vulnerability Specific Extensions / Sensitive Data Exposure)
- awesome-hacking-lists - xxux11/http-methods-discloser - (Java)
README
# HTTP Methods Discloser
This extension makes a `OPTIONS` request and
determines if other HTTP methods than the original request are available.If there are other methods available, the request under `Proxy/Http History` will be highlighted and other available HTTP
methods will be set in `Comment` column.# Installation
1. `mvn clean package`
2. In Burp, go to Extender => Extensions.
3. Select `Add`. Select the JAR file and finish the wizard.