v1.0.1
Features
- Single URL Scan: Perform a CORS scan on a specified URL.
- Multiple URL Scan: Perform CORS scans on multiple URLs from a specified file.
- Proxy Mode Scan: Receives requests from an upstreaming proxy and scan them, Ex: BurpSuite, ZAP ...
- POC Generation: Generates POC Any bug found in the Single URL scan mode .
What's Changed
- Add update for new dev code that involve new flags and new structure by @zomasec in #1
- Add all the new updates and add many functions by @zomasec in #2
- Update the full coode and add logo and enhance CLI experience by @zomasec in #6
- Add poc for null origin by @zomasec in #7
- make the branches equal by @zomasec in #8
- nothing by @zomasec in #9
- Delete main.go by @zomasec in #10
- Remove binary file from source code by @zomasec in #11
- Addin output fro multi scan using flag -o/--output by @zomasec in #12
- change file name from slice.go to utils.go by @zomasec in #13
- add docker image for the tool by @zomasec in #14
- Main by @zomasec in #15
- Merge pull request #15 from zomasec/main by @zomasec in #16
- used gofmt into all the files by @zomasec in #17
- update banner by @zomasec in #18
- update banner by @zomasec in #19
- Add proxy subcommand by @zomasec in #20
- Refactor the final code of version 1.0.0 by @zomasec in #21
- Add unit testing code for utils pkg by @zomasec in #22
- Remove func RemoveASNICode form test code by @zomasec in #23
New Contributors
Full Changelog: https://github.com/zomasec/corser/commits/v1.0.1