Releases: omranisecurity/CorsOne
CorsOne v1.1.0
🚀 Release v1.1.0
This release focuses on improving performance, code clarity, and flexibility across the project.
✨ What's New
🔧 Logging System Refactor
- Refactored the logging setup for better readability and maintainability.
- Improved logging structure to provide clearer runtime information and debugging support.
⚡ Asynchronous CORS Scanner
- Reworked the CORS vulnerability scanner to use
aiohttpfor fully asynchronous HTTP requests. - Removed the dependency on
requeststo improve performance and scalability during large scans.
🌐 Enhanced CLI Options
- Refactored command-line options related to custom domain handling.
- Updated the documentation to reflect the new CLI behavior and usage examples.
📌 Additional Improvements
- General code cleanup and internal optimizations.
- Improved project consistency and developer experience.
Full Changelog: 0.1.0...1.1.0
Thank you for using and supporting the project ❤️
CorsOne v1.0.0-beta
What's Changed
-
Expanded Test Coverage
Improved detection logic with a broader range of CORS misconfiguration test cases. -
Performance Improvements
Faster scanning and optimized request handling for large target lists. -
More Accurate Results
Reduced false positives with smarter validation techniques. -
Codebase Enhancements
Cleaner, more maintainable architecture for future development.
Full Changelog: 0.9.8...1.0.0-beta
CorsOne v0.9.8
What's Changed
- Update Dependencies
- Fix: bug in null origin test case. Related to #3
Full Changelog: 0.9.6...0.9.8
CorsOne v0.9.6
What's Changed
- Updated test cases based on the latest community research
Full Changelog: 0.9.5...0.9.6
CorsOne v0.9.5
What's Changed
- Added early exit on first detected vulnerability
- Enhanced performance for faster scans
- Simplified codebase by removing proxy functionality
Full Changelog: 0.9.4...0.9.5
CorsOne v0.9.4
What's Changed
- Added list argument to scan multiple URLs
- Added rate limit for maximum requests per second
- Added method argument for specifying the HTTP method in requests
- Added SOCKS5 and SOCKS4 support, and the option to include a proxy list
Full Changelog: 0.9.0...0.9.4
CorsOne v0.9.0
Full Changelog: https://github.com/omranisecurity/CorsOne/commits/0.9.0