From 8b697c4a77760de4f0a399e11d132c30c6e96a4c Mon Sep 17 00:00:00 2001 From: Evan Hosinski Date: Thu, 16 Jul 2026 22:00:20 -0400 Subject: [PATCH] Add LICENSE.md --- LICENSE.md | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..96486c6 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,123 @@ +Spray 'N Pray Source-Available License v1.0 +Copyright (c) 2026 KrakenTech. All rights reserved. + +This license governs use of the software and associated documentation +files (the "Software") made available in this repository. By using, +copying, or modifying the Software, you agree to be bound by these +terms. If you do not agree to these terms, do not use the Software. + +1. DEFINITIONS + +1.1 "Licensor" means KrakenTech, the copyright holder of the Software. + +1.2 "You" or "Licensee" means the individual or entity exercising the + rights granted under this license. + +1.3 "Commercialize" means to sell, resell, sublicense, rent, lease, or + otherwise distribute the Software (in whole, in part, or as a + modified or derivative work) for a fee or other consideration, or + to offer the Software's functionality to third parties as a + hosted, managed, or "as-a-service" product, whether or not for + direct payment. + +2. GRANT OF LICENSE + +Subject to the restrictions in Section 3, Licensor grants You a +worldwide, royalty-free, non-exclusive, non-transferable license to: + + (a) use and run the Software, including for the purpose of + performing authorized security testing, penetration testing, + or red-team engagements on behalf of yourself or a paid client; + and + + (b) view, copy, and modify the Software's source code for your own + internal use, including creating internal patches or + modifications. + +For the avoidance of doubt, using the Software as a tool in the +course of paid professional security consulting or engagement work is +permitted under this license and is not, by itself, Commercialization +of the Software. + +3. RESTRICTIONS + +3.1 No Commercialization. You may not Commercialize the Software. + This includes, without limitation: selling the Software or any + derivative of it; sublicensing or redistributing the Software, + modified or unmodified, to third parties for a fee; bundling the + Software into a commercial product or offering; or operating the + Software as a hosted or managed service for third parties. Any + commercial distribution or service arrangement requires a separate + written agreement with Licensor. + +3.2 No Reverse Engineering. You may not reverse engineer, decompile, + disassemble, or otherwise attempt to derive the source code of any + compiled or binary distribution of the Software, except and only + to the extent that such restriction is expressly prohibited by + applicable law notwithstanding this limitation. + +3.3 Authorized Use Only. The Software is designed to perform + credential-spraying and related activity against network services. + You may only use the Software against systems, accounts, and + networks for which you have obtained prior, explicit authorization + to test. You are solely responsible for ensuring your use of the + Software complies with all applicable laws and any engagement + authorization, scope, or rules of engagement governing your use. + +3.4 Notices. You must retain this license file, and all copyright, + trademark, and attribution notices contained in the Software, in + any copy or modified copy you make. + +4. OWNERSHIP + +The Software is licensed, not sold. Licensor retains all right, title, +and interest in and to the Software, including all intellectual +property rights therein. No rights are granted to You other than as +expressly set forth in this license. + +5. CONTRIBUTIONS + +If You submit a contribution (code, documentation, or otherwise) to +Licensor for inclusion in the Software, You grant Licensor a +perpetual, worldwide, royalty-free, irrevocable license to use, +reproduce, modify, and distribute that contribution as part of the +Software, under this license or otherwise. + +6. DISCLAIMER OF WARRANTY + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND +NONINFRINGEMENT. LICENSOR DOES NOT WARRANT THAT THE SOFTWARE WILL BE +ERROR-FREE OR UNINTERRUPTED, OR THAT IT WILL DETECT, PREVENT, OR +OTHERWISE AVOID ANY ACCOUNT LOCKOUT, SERVICE DISRUPTION, OR OTHER +UNINTENDED EFFECT ON A TARGET SYSTEM. + +7. LIMITATION OF LIABILITY + +TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL +LICENSOR BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, +CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS, DATA, OR +GOODWILL, ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THIS +LICENSE, INCLUDING ANY DAMAGES ARISING FROM UNAUTHORIZED OR +OUT-OF-SCOPE USE OF THE SOFTWARE AGAINST A THIRD-PARTY SYSTEM, EVEN IF +LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +8. TERMINATION + +This license terminates automatically if You breach any of its terms. +Upon termination, You must cease all use of the Software and destroy +all copies in your possession or control. Sections 4, 6, 7, 9, and 10 +survive termination. + +9. GOVERNING LAW + +This license is governed by the laws of the jurisdiction in which +Licensor is organized, without regard to conflict-of-law principles. + +10. ENTIRE AGREEMENT + +This license constitutes the entire agreement between You and Licensor +regarding the Software and supersedes any prior agreements or +understandings, unless You have a separate written agreement with +Licensor that expressly states otherwise. \ No newline at end of file