gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
180 stars 21 forks source link

[addtool] CORStest #241

Closed gwen001 closed 1 year ago

gwen001 commented 1 year ago

[link]https://github.com/RUB-NDS/CORStest[/link] [short_descr]A simple CORS misconfiguration scanner.[/short_descr] [tags]vulnerabilities,cors,scanner[/tags] [long_descr]CORStest is a quick & dirty Python 3 tool to find Cross-Origin Resource Sharing (CORS) misconfigurations. It takes a text file as input which may contain a list of domain names or URLs. Currently, the following potential vulnerabilities are detected by sending a certain Origin request header and checking for the Access-Control-Allow-Origin response header:

gwen001 commented 1 year ago

Issue correctly handled, tool is waiting for human validation.

gwen001 commented 1 year ago

Tool has been accepted: https://offsec.tools/tool/corstest

Thank you!