Skip to content

A simple web tool designed to test and analyze APIs and web applications for CORS vulnerabilities locally, providing detailed insights into preflight responses, headers, and potential issues.

Notifications You must be signed in to change notification settings

Toowan0x1/CORSer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

CORSer

CORS Testing Tool

Tool Image

  1. URL Input:
  • A text box for users to input the API URL they want to test.
  1. HTTP Method Selection:
  • Dropdown to select methods like GET, POST, PUT, etc.
  1. Custom Headers:
  • Allow users to add headers like Authorization, Content-Type, etc.
  1. Preflight Request Option:
  • Simulate OPTIONS requests to test preflight responses.
  1. Response Display:
  • Show response headers, status codes, and body.
  1. CORS Analysis:
  • Analyze headers like Access-Control-Allow-Origin, Access-Control-Allow-Methods, and Access-Control-Allow-Headers.
  1. Error Explanation:
  • Provide insights into common CORS errors (e.g., missing headers, mismatched origins).
  1. History:
  • Save recent tests for quick re-testing.

About

A simple web tool designed to test and analyze APIs and web applications for CORS vulnerabilities locally, providing detailed insights into preflight responses, headers, and potential issues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published