From 91d6180f1dbc844e7fc98f8e1c2fe7c9f9c6f66c Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 19 Feb 2025 13:54:40 +0530 Subject: [PATCH] Adding CORS Tester Handy tool for API testing. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d39c551..b5c6f4b 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,8 @@ For a list of free hacking books available for download, go [here](https://githu * [masscan](https://github.com/robertdavidgraham/masscan) - Internet scale portscanner. * [Keyscope](https://github.com/SpectralOps/keyscope) - an extensible key and secret validation tool for auditing active secrets against multiple SaaS vendors * [Decompiler.com](https://www.decompiler.com/) - Java, Android, Python, C# online decompiler. + * [CORS Tester](https://cors-error.dev/cors-tester/) - An online tool to check if an API is CORS-enabled for a given domain and identify gaps. + ## General * [Strong node.js](https://github.com/jesusprubio/strong-node) - An exhaustive checklist to assist in the source code security analysis of a node.js web service. @@ -335,4 +337,4 @@ For a list of free hacking books available for download, go [here](https://githu * [Roppers Security Fundamentals](https://www.roppers.org/courses/security) - Free course that teaches a beginner how security works in the real world. Learn security theory and execute defensive measures so that you are better prepared against threats online and in the physical world. Full text available as a [gitbook](https://www.hoppersroppers.org/security/). * [Roppers Practical Networking](https://www.roppers.org/courses/networking) - A hands-on, wildly practical introduction to networking and making packets dance. No wasted time, no memorizing, just learning the fundamentals. * [Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/) - An open-source inventory of tools, resources, CTF platforms and Operating Systems about CyberSecurity. ([Source](https://gitlab.com/rawsec/rawsec-cybersecurity-list)) - * [The Cyberclopaedia](https://cr0mll.github.io/cyberclopaedia/) - The open-source encyclopedia of cybersecurity. [GitHub Repository](https://github.com/cr0mll/cyberclopaedia) \ No newline at end of file + * [The Cyberclopaedia](https://cr0mll.github.io/cyberclopaedia/) - The open-source encyclopedia of cybersecurity. [GitHub Repository](https://github.com/cr0mll/cyberclopaedia)