CRUSADER — THIRD-PARTY NOTICES
==============================

Crusader is built on open-source software. This file lists the third-party
components Crusader ships with, together with their licenses and copyright
holders. Full license texts are available at each project's listed URL.

This is a hand-maintained starting point. Before the 1.0 (GA) release, regenerate
a complete, machine-verified manifest from the restored package graph (e.g. with
`dotnet-project-licenses` or `nuget-license`) so transitive dependencies are
covered exhaustively.


-------------------------------------------------------------------------------
1. BUNDLED COMPONENTS (redistributed inside the Crusader application package)
-------------------------------------------------------------------------------

Avalonia, Avalonia.Desktop, Avalonia.Wayland, Avalonia.Themes.Fluent, Avalonia.Fonts.Inter
    — 12.1.1
    MIT License. Copyright (c) .NET Foundation and Contributors; AvaloniaUI OÜ.
    https://github.com/AvaloniaUI/Avalonia

Avalonia.AvaloniaEdit — 12.0.0
    MIT License. Copyright (c) AvaloniaUI and contributors.
    Incorporates AvalonEdit, MIT, Copyright (c) Daniel Grunwald / SharpDevelop.
    https://github.com/AvaloniaUI/AvaloniaEdit

CommunityToolkit.Mvvm — 8.4.0
    MIT License. Copyright (c) .NET Foundation and Contributors.
    https://github.com/CommunityToolkit/dotnet

SharpCompress — 0.48.1
    MIT License. Copyright (c) Adam Hathcock.
    https://github.com/adamhathcock/sharpcompress

Unobtanium.Web.Proxy — 0.1.5
    MIT License. A maintained fork of Titanium-Web-Proxy.
    Copyright (c) Titanium-Web-Proxy / Honfika and contributors.
    https://github.com/svrooij/Unobtanium.Web.Proxy

Jint — 4.4.0
    BSD 2-Clause License. Copyright (c) Sebastien Ros and the Jint contributors.
    https://github.com/sebastienros/jint

System.Security.Cryptography.ProtectedData,
System.Text.Encoding.CodePages, System.Text.Json — 9.0.0
    MIT License. Copyright (c) .NET Foundation and Contributors.
    https://github.com/dotnet/runtime

Microsoft.Data.Sqlite — 9.0.0
    MIT License. Copyright (c) .NET Foundation and Contributors.
    https://github.com/dotnet/efcore
    Bundles SQLitePCLRaw (Apache License 2.0, Copyright (c) Eric Sink) and the
    SQLite engine, which is in the public domain (https://www.sqlite.org/copyright.html).

WebViewControl-Avalonia — 3.120.11
    MIT License. Copyright (c) OutSystems.
    https://github.com/OutSystems/WebView
    Embeds the Chromium Embedded Framework (CEF) and Chromium:
      - Chromium Embedded Framework — BSD 3-Clause, Copyright (c) Marshall Greenblatt.
      - Chromium — BSD 3-Clause and other licenses, Copyright (c) The Chromium Authors.
    The CEF/Chromium binaries carry their own bundled license files; ship those
    alongside the embedded runtime.


-------------------------------------------------------------------------------
2. RUNTIME-DOWNLOADED TOOLS (fetched on demand from upstream; NOT redistributed
   in the Crusader installer)
-------------------------------------------------------------------------------

The following tools are downloaded directly from their upstream sources at
runtime when a user enables the relevant feature. Crusader does not redistribute
their binaries; each is governed by its own license, which ships with the
downloaded artifact.

frida-server (Frida)
    wxWindows Library Licence (LGPL-2.1+ with a static-linking exception).
    Copyright (c) Ole André Vadla Ravnås and contributors.
    https://github.com/frida/frida

tls-client
    BSD 3-Clause License. Copyright (c) bogdanfinn and contributors.
    https://github.com/bogdanfinn/tls-client

SecLists
    MIT License. Copyright (c) Daniel Miessler, Jason Haddix, and contributors.
    https://github.com/danielmiessler/SecLists

Interactsh / interactsh-client (out-of-band / Beacon OAST)
    Crusader's Beacon feature invokes ProjectDiscovery's interactsh-client when it
    is present (on PATH or installed via `go install`) and interoperates with the
    Interactsh protocol and server. Crusader does not redistribute the Interactsh
    binaries; they are governed by the license reproduced in full below.
    MIT License. Copyright (c) 2021 ProjectDiscovery, Inc.
    https://github.com/projectdiscovery/interactsh

        MIT License

        Copyright (c) 2021 ProjectDiscovery, Inc.

        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:

        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.

        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. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.


-------------------------------------------------------------------------------
Questions about licensing: hello@crusader.app
-------------------------------------------------------------------------------
